更新开机动画

This commit is contained in:
不吃油炸鸡
2025-11-27 10:02:13 +08:00
parent 219af3079f
commit 5a62e430b8
2 changed files with 22 additions and 27 deletions

View File

@@ -127,7 +127,7 @@ void ui_StartPage_screen_init(void)
lv_obj_set_style_bg_opa(ui_Button4, 255, LV_PART_MAIN | LV_STATE_DEFAULT);
_ui_StartPage_btn_animation();
_flush_timer = lv_timer_create(ui_startpage_timer_cb, 500, NULL);
// _flush_timer = lv_timer_create(ui_startpage_timer_cb, 500, NULL);
}