From 67a79e369792f2b33da1c169441ffc8476bbfe7d 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: Wed, 28 Jan 2026 19:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5API?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Power_Pico/User/GUI/ui_helpers.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Power_Pico/User/GUI/ui_helpers.h b/Power_Pico/User/GUI/ui_helpers.h index 90e5c2a..50467a3 100644 --- a/Power_Pico/User/GUI/ui_helpers.h +++ b/Power_Pico/User/GUI/ui_helpers.h @@ -22,6 +22,7 @@ void ui_full_screen_refresh(lv_obj_t * screen); void ui_GetElapsedTime_HMS(uint8_t *hours, uint8_t *minutes, uint8_t *seconds); uint8_t ui_get_back_light_level(void); bool ui_get_key_sound_enable(void); +uint8_t ui_get_language_select(void); uint16_t ui_get_display_rotation(void); float ui_get_voltage(void); float ui_get_current(void); @@ -30,6 +31,7 @@ float ui_get_current(void); void ui_set_back_light_level(uint8_t level); void ui_set_key_sound_enable(bool enable); +void ui_set_language_select(uint8_t lang); void ui_set_display_rotation(uint16_t rotation); // sys save function