Crate axdisplay

Source
Expand description

ArceOS graphics module.

Currently only supports direct writing to the framebuffer.

Re-exports§

pub use axdriver_display::DisplayInfo;

Functions§

framebuffer_flush
Flushes the framebuffer, i.e. show on the screen.
framebuffer_info
Gets the framebuffer information.
init_display
Initializes the graphics subsystem by underlayer devices.