fix display for magicclick

This commit is contained in:
Terrence
2025-01-06 01:26:39 +08:00
parent b94c8a6e8b
commit b3cef41d77
2 changed files with 13 additions and 0 deletions

View File

@@ -304,6 +304,7 @@ void LcdDisplay::SetupUI() {
status_label_ = lv_label_create(status_bar_);
lv_obj_set_flex_grow(status_label_, 1);
lv_label_set_long_mode(status_label_, LV_LABEL_LONG_SCROLL_CIRCULAR);
lv_label_set_text(status_label_, "正在初始化");
lv_obj_set_style_text_align(status_label_, LV_TEXT_ALIGN_CENTER, 0);