first commit

This commit is contained in:
wen
2025-09-30 13:01:24 +08:00
parent d8d17c8076
commit ec83999cef
40 changed files with 13830 additions and 136 deletions

View File

@@ -68,7 +68,7 @@ void setup_scr_smartinfopage(lv_ui *ui)
lv_label_set_long_mode(ui->smartinfopage_label_1, LV_LABEL_LONG_DOT);
lv_obj_set_pos(ui->smartinfopage_label_1, 46, 32);
lv_obj_set_size(ui->smartinfopage_label_1, 200, 20);
lv_obj_set_size(ui->smartinfopage_label_1, 300, 20);
//Write style for smartinfopage_label_1, Part: LV_PART_MAIN, State: LV_STATE_DEFAULT.
lv_obj_set_style_border_width(ui->smartinfopage_label_1, 0, LV_PART_MAIN|LV_STATE_DEFAULT);