Skip to main content

Crate ax_display

Crate ax_display 

Source
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.