Trait memory_lcd_spi::DisplaySpec
source · pub trait DisplaySpec {
type Framebuffer: FramebufferType;
const WIDTH: u16;
const HEIGHT: u16;
}Expand description
Specification for displays.
pub trait DisplaySpec {
type Framebuffer: FramebufferType;
const WIDTH: u16;
const HEIGHT: u16;
}Specification for displays.