gif need psram

This commit is contained in:
2025-10-19 15:25:01 -06:00
parent 38cdfcd549
commit 7662e485c0
8 changed files with 190 additions and 17 deletions

View File

@@ -22,6 +22,10 @@ pub fn sleep(ms: u64) {
abi_sys::sleep(ms);
}
pub fn get_ms() -> u64 {
abi_sys::get_ms()
}
pub fn get_key() -> KeyEvent {
abi_sys::keyboard::get_key().into()
}