From add147d2f39fdfd1b357c0861d734e133a99a8e9 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: Wed, 3 Dec 2025 18:30:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=83=A8=E5=88=86=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/User/GUI/screens/ui_StartPage.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Power_Pico/User/GUI/screens/ui_StartPage.c b/Power_Pico/User/GUI/screens/ui_StartPage.c index 9a0dfb0..71a165d 100644 --- a/Power_Pico/User/GUI/screens/ui_StartPage.c +++ b/Power_Pico/User/GUI/screens/ui_StartPage.c @@ -133,19 +133,5 @@ void ui_StartPage_screen_init(void) void ui_StartPage_screen_destroy(void) { - if(ui_StartPage) lv_obj_del(ui_StartPage); - lv_timer_del(_flush_timer); - - // NULL screen variables - ui_StartPage = NULL; - ui_Panel1 = NULL; - ui_Image2 = NULL; - ui_Label1 = NULL; - ui_Panel2 = NULL; - ui_Button1 = NULL; - ui_Button2 = NULL; - ui_Button3 = NULL; - ui_Button4 = NULL; - }