Forked from 旋转轮椅 / proj311-基于飞腾派的Arceos移植与外设驱动开发
Source project has a limited visibility.
display.rs 296 bytes
pub use axdisplay::DisplayInfo as AxDisplayInfo;
/// Gets the framebuffer information.
pub fn ax_framebuffer_info() -> AxDisplayInfo {
    axdisplay::framebuffer_info()
/// Flushes the framebuffer, i.e. show on the screen.
pub fn ax_framebuffer_flush() {
    axdisplay::framebuffer_flush()