This commit is contained in:
2025-09-13 13:57:41 -06:00
parent 70ecbcafc3
commit 1994d74a17
12 changed files with 154 additions and 139 deletions

View File

@@ -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 {