From 39650bfc23b23aa0b2bdcf6fcba280931fb93d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Sat, 6 Dec 2025 17:18:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=88=B7=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/User/GUI/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Power_Pico/User/GUI/ui.c b/Power_Pico/User/GUI/ui.c index 221c945..950ffbe 100644 --- a/Power_Pico/User/GUI/ui.c +++ b/Power_Pico/User/GUI/ui.c @@ -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();