Commit 16f84870 authored by 梁百峰's avatar 梁百峰

feat:夜间模式背光初始化

parent a815beb7
......@@ -1198,7 +1198,7 @@ void GUI_Light_Init(void)
void GUI_nightLightWeakup_Init(void)
{
g_nightLight = 100;
g_nightLight.Duty = 100;
}
void Gui_LightProc(void)
{
......
......@@ -485,7 +485,7 @@ uint8_t Common_Get_Act_V_Speed_Valid(void);
uint16_t Get_DispVechileSpeed(void);
uint16_t Get_DispEngineSpeed(void);
void GUI_Light_Init(void);
void GUI_nightLightWeakup_Init(void)
void GUI_nightLightWeakup_Init(void);
void GUI_Sound_Init(void);
void Gui_LightProc(void);
void Data_Clear_Trip(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment