mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更新版本号
This commit is contained in:
@@ -500,7 +500,7 @@ void ui_SetPage_screen_init(void)
|
|||||||
ui_LabelAbout = lv_label_create(ui_PanelAbout);
|
ui_LabelAbout = lv_label_create(ui_PanelAbout);
|
||||||
lv_obj_set_width(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
lv_obj_set_width(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
||||||
lv_obj_set_height(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
lv_obj_set_height(ui_LabelAbout, LV_SIZE_CONTENT); /// 1
|
||||||
lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.6");
|
lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.7");
|
||||||
lv_obj_set_style_text_font(ui_LabelAbout, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
|
lv_obj_set_style_text_font(ui_LabelAbout, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT);
|
||||||
|
|
||||||
// init setting values
|
// init setting values
|
||||||
|
|||||||
Reference in New Issue
Block a user