Expand description
ArceOS display module.
Currently only supports direct writing to the framebuffer.
Re-exports§
pub use ax_driver::prelude::DisplayInfo;
Functions§
- framebuffer_
flush - Flushes the framebuffer, i.e. show on the screen.
- framebuffer_
info - Gets the framebuffer information.
- has_
display - Checks if there is a display device.
- init_
display - Initializes the display subsystem by underlayer devices.