mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-05-03 07:19:35 +02:00
sd_boot: better key handling
This commit is contained in:
@@ -429,5 +429,9 @@ int main()
|
|||||||
|
|
||||||
text_directory_ui_init();
|
text_directory_ui_init();
|
||||||
text_directory_ui_set_final_callback(final_selection_callback);
|
text_directory_ui_set_final_callback(final_selection_callback);
|
||||||
|
|
||||||
|
while(keypad_get_key() > 0) {
|
||||||
|
// drain the keypad input buffer
|
||||||
|
}
|
||||||
text_directory_ui_run();
|
text_directory_ui_run();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user