mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更改刷新时间
This commit is contained in:
@@ -89,7 +89,7 @@ void ui_init(void)
|
|||||||
ui_set_display_rotation(ui_get_display_rotation());
|
ui_set_display_rotation(ui_get_display_rotation());
|
||||||
|
|
||||||
// main timer (you can add someting to do in the timer_cb if needed)
|
// 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
|
// start up, just load one time only
|
||||||
ui_StartPage_screen_init();
|
ui_StartPage_screen_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user