pubuseax_display::DisplayInfo as AxDisplayInfo;/// Gets the framebuffer information.
pubfnax_framebuffer_info()-> AxDisplayInfo{ax_display::framebuffer_info()}/// Flushes the framebuffer, i.e. show on the screen.
pubfnax_framebuffer_flush()->bool{ax_display::framebuffer_flush()}