Skip to main content

Module bus

Module bus 

Source

Re-exports§

pub use qspi_flash::QspiFlashBus;
pub use simple::SimpleDisplayBus;

Modules§

qspi_flash
simple

Structs§

FrameControl
Metadata
Metadata about the pixel data transfer.

Traits§

BusBytesIo
An optional trait for buses that support non-atomic command and data writing.
BusHardwareFill
An optional trait for buses that support hardware-accelerated solid color filling.
BusRead
An optional trait for buses that support reading data back from the display.
DisplayBus
The core interface for all display bus implementations.
ErrorType
Error type trait.