DisplayDevice

Type Alias DisplayDevice 

Source
pub type DisplayDevice = Ili9488<SPIInterface<ExclusiveDevice<Spi<'static, Async>, Output<'static>, NoDelay>, Output<'static>>, Output<'static>, Rgb666Mode>;
Expand description

Type Alias for ILI9488 driver, the current display driver

Aliased Typeยง

pub struct DisplayDevice { /* private fields */ }