mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
WIP
This commit is contained in:
@@ -37,6 +37,8 @@ pub async fn main() {
|
||||
.draw(&mut display)
|
||||
.unwrap();
|
||||
|
||||
embassy_time::Timer::after_millis(1000).await;
|
||||
|
||||
if let Some(event) = get_key() {
|
||||
print("User got event");
|
||||
match event.key {
|
||||
|
||||
Reference in New Issue
Block a user