Skip to main content

Crate ax_driver_display

Crate ax_driver_display 

Source
Expand description

Common traits and types for graphics display device drivers.

Re-exports§

pub use ax_driver_base::BaseDriverOps;
pub use ax_driver_base::DevError;
pub use ax_driver_base::DevResult;
pub use ax_driver_base::DeviceType;

Structs§

DisplayInfo
The information of the graphics device.
FrameBuffer
The framebuffer.

Traits§

DisplayDriverOps
Operations that require a graphics device driver to implement.