Trait memory_lcd_spi::DisplaySpec
source · pub trait DisplaySpec {
type Framebuffer: FramebufferType;
const WIDTH: u16;
const HEIGHT: u16;
}Expand description
Specification for displays.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.