mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
gif need psram
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user