删除部分内容

This commit is contained in:
不吃油炸鸡
2025-12-03 18:30:26 +08:00
parent ea7eda2229
commit add147d2f3

View File

@@ -133,19 +133,5 @@ void ui_StartPage_screen_init(void)
void ui_StartPage_screen_destroy(void) void ui_StartPage_screen_destroy(void)
{ {
if(ui_StartPage) lv_obj_del(ui_StartPage);
lv_timer_del(_flush_timer); 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;
} }