remove screen tearing

This commit is contained in:
2025-09-18 19:20:20 -06:00
parent 9468ceab51
commit e628c47e4b
8 changed files with 53 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
#![no_std]
use abi_sys::draw_iter;
pub use abi_sys::{get_key, print, sleep};
pub use abi_sys::{get_key, lock_display, print, sleep};
pub use shared::keyboard::{KeyCode, KeyEvent, KeyState, Modifiers};
use talc::*;