更改刷新时间

This commit is contained in:
不吃油炸鸡
2025-12-06 17:18:14 +08:00
parent dc9cf1f0cd
commit 39650bfc23

View File

@@ -89,7 +89,7 @@ void ui_init(void)
ui_set_display_rotation(ui_get_display_rotation());
// main timer (you can add someting to do in the timer_cb if needed)
lv_timer_t * ui_MainTimer = lv_timer_create(main_timer_cb, 2000, NULL);
lv_timer_t * ui_MainTimer = lv_timer_create(main_timer_cb, 1000, NULL);
// start up, just load one time only
ui_StartPage_screen_init();