Skip to main content

Crate display_driver

Crate display_driver 

Source

Re-exports§

pub use crate::area::Area;
pub use crate::bus::BusBytesIo;
pub use crate::bus::BusHardwareFill;
pub use crate::bus::DisplayBus;
pub use crate::bus::FrameControl;
pub use crate::bus::Metadata;
pub use crate::bus::SimpleDisplayBus;
pub use color::ColorFormat;
pub use color::ColorType;
pub use color::SolidColor;
pub use panel::reset::LCDResetOption;
pub use panel::Orientation;
pub use panel::Panel;
pub use panel::PanelSetBrightness;

Modules§

area
bus
color
panel

Structs§

DisplayDriver
The high-level driver that orchestrates drawing operations.
DisplayDriverBuilder
A builder for configuring and initializing a DisplayDriver.

Enums§

DisplayError
Error type for display operations.