pub trait LCDColorIs { // Required methods fn is_solid(&self) -> bool; fn is_pattern(&self) -> bool; }