2026-08-26 07:26:58 +08:00
|
|
|
#ifndef __UI_SETTING_H__
|
|
|
|
|
#define __UI_SETTING_H__
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
extern GUI_SWITCH mGuiData_SystemSETTING[];
|
2026-08-31 06:10:13 +08:00
|
|
|
extern LEBEL_UI SystemSetting[];
|
2026-08-26 07:26:58 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
void UI_DrawTop_TiaoYinTai(void);
|
|
|
|
|
void UI_Setting_Init(void);
|
|
|
|
|
void UI_Setting_Process(DisplayTaskMessage_Type msg);
|
|
|
|
|
|
|
|
|
|
extern void UI_Draw_Bottom_Buttons(void);
|
|
|
|
|
|
|
|
|
|
#endif
|