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§
- Display
Info - The information of the graphics device.
- Frame
Buffer - The framebuffer.
Traits§
- Display
Driver Ops - Operations that require a graphics device driver to implement.