Failed to fetch fork details. Try again later.
-
Yuekai Jia authored77ca20e7
Forked from
旋转轮椅 / proj311-基于飞腾派的Arceos移植与外设驱动开发
Source project has a limited visibility.
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()
}