mirror of
https://github.com/m5stack/StackChan.git
synced 2026-05-20 11:49:45 -07:00
update firmware v1.3.1
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user