update ui manager

This commit is contained in:
不吃油炸鸡
2025-09-27 10:51:54 +08:00
parent f928ec22fa
commit c1df37fed5
8 changed files with 28 additions and 158 deletions

View File

@@ -223,3 +223,8 @@ void ui_main_screen_destroy(void)
_flush_timer = NULL;
}
void ui_main_page_key_handler(uint8_t key_id)
{
// nothing to do
}