Commit 621a4a0e authored by 王雅楠's avatar 王雅楠

feat:新增导航界面水温指示灯

parent cb6f1ae8
......@@ -3024,6 +3024,14 @@ static void AMT630H_GUI_PhoneConnect_Light()
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0468_819_486);
}
if(Get_TelltalesLedSts(em_LED_Coolant_Temperature))
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0436_981_528);
}
else
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0435_981_528);
}
}
/*
*NAME : AMT630H_GUI_TIME()
......
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