From 1abb899afa7fbcaf52e4643c95172630851f4faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=90=83=E6=B2=B9=E7=82=B8=E9=B8=A1?= <1425962791@qq.com> Date: Mon, 16 Mar 2026 09:34:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- software/Power_Pico/MDK-ARM/power_pico.uvoptx | 2 +- software/Power_Pico/User/GUI/screens/ui_SetPage.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/software/Power_Pico/MDK-ARM/power_pico.uvoptx b/software/Power_Pico/MDK-ARM/power_pico.uvoptx index fee8666..45c6669 100644 --- a/software/Power_Pico/MDK-ARM/power_pico.uvoptx +++ b/software/Power_Pico/MDK-ARM/power_pico.uvoptx @@ -1309,7 +1309,7 @@ Middlewares/LVGL/Src - 0 + 1 0 0 0 diff --git a/software/Power_Pico/User/GUI/screens/ui_SetPage.c b/software/Power_Pico/User/GUI/screens/ui_SetPage.c index 80c887c..51e60b3 100644 --- a/software/Power_Pico/User/GUI/screens/ui_SetPage.c +++ b/software/Power_Pico/User/GUI/screens/ui_SetPage.c @@ -500,7 +500,7 @@ void ui_SetPage_screen_init(void) ui_LabelAbout = lv_label_create(ui_PanelAbout); lv_obj_set_width(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.5"); + lv_label_set_text(ui_LabelAbout, "About\nPower-Pico\nThe uA current meter\nV 1.0.6"); lv_obj_set_style_text_font(ui_LabelAbout, &lv_font_montserrat_16, LV_PART_MAIN | LV_STATE_DEFAULT); // init setting values