update firmware v1.3.1

This commit is contained in:
Forairaaaaa
2026-05-12 10:34:39 +08:00
parent f99d95eb1d
commit 263b1d5302
15 changed files with 230 additions and 16 deletions
@@ -35,7 +35,9 @@ AccountWorker::PanelInfo::PanelInfo(lv_obj_t* parent, int posY, std::string_view
_label_info->setTextColor(lv_color_hex(0x07162C));
_label_info->align(LV_ALIGN_CENTER, 0, 14);
_label_info->setWidth(270);
_label_info->setHeight(30);
_label_info->setTextAlign(LV_TEXT_ALIGN_CENTER);
_label_info->setLongMode(LV_LABEL_LONG_MODE_SCROLL_CIRCULAR);
_label_info->setText(info);
}