mirror of
https://github.com/No-Chicken/Power-Pico.git
synced 2026-04-03 13:02:36 +08:00
更换串口为USB
This commit is contained in:
@@ -19,14 +19,13 @@ void ui_full_screen_refresh(lv_obj_t * screen);
|
||||
|
||||
// get functions
|
||||
|
||||
uint64_t ui_GetElapsedMicroseconds(void);
|
||||
uint64_t ui_GetElaspseMicroseconds(void);
|
||||
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);
|
||||
void ui_get_vol_cur(float *voltage, float *current);
|
||||
|
||||
// set functions
|
||||
|
||||
@@ -35,6 +34,7 @@ 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);
|
||||
void ui_clear_data_monitor(void);
|
||||
|
||||
// sys save function
|
||||
void ui_system_settings_save(void);
|
||||
|
||||
Reference in New Issue
Block a user