first commit

This commit is contained in:
wen
2025-09-30 13:08:23 +08:00
parent ec83999cef
commit 015a4f689d
38 changed files with 628 additions and 593 deletions

View File

@@ -500,7 +500,7 @@ void setup_scr_setting(lv_ui *ui)
lv_img_set_pivot(ui->setting_smartconfiimg_1, 0,0);
lv_img_set_angle(ui->setting_smartconfiimg_1, 0);
lv_obj_set_pos(ui->setting_smartconfiimg_1, 14, 202);
lv_obj_set_size(ui->setting_smartconfiimg_1, 30, 30);
lv_obj_set_size(ui->setting_smartconfiimg_1, 30, 24);
//Write style for setting_smartconfiimg_1, Part: LV_PART_MAIN, State: LV_STATE_DEFAULT.
lv_obj_set_style_img_opa(ui->setting_smartconfiimg_1, 255, LV_PART_MAIN|LV_STATE_DEFAULT);