You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Only for the Black/White-Displays// TODO : 'color' is not a good name for black and white, rename it to BiColor/BWColor ?#[derive(Clone,Copy,PartialEq,Eq,Debug)]pubenumColor{/// Black colorBlack,/// White colorWhite,}
Peckpecks BWColor might make the most sense for me in describing an enum with black and white, but I'm open to alternatives.
The text was updated successfully, but these errors were encountered:
See @peckpeck's todo from #132
Peckpecks BWColor might make the most sense for me in describing an enum with black and white, but I'm open to alternatives.
The text was updated successfully, but these errors were encountered: