Commit 93f50d8b authored by heyudong's avatar heyudong

🐞 fix:导航界面均不显示TCS灯和关闭灯,主界面显示TCS关闭灯

parent 00e65d02
...@@ -3060,7 +3060,7 @@ static void AMT630H_GUI_PhoneConnect_Light() ...@@ -3060,7 +3060,7 @@ static void AMT630H_GUI_PhoneConnect_Light()
// { // {
// SetPagePic(GRAPHICS_PAGE_0, Pic_0466_874_488); // SetPagePic(GRAPHICS_PAGE_0, Pic_0466_874_488);
// } // }
if(Get_TelltalesLedSts(em_LED_TCS)) if(Get_TelltalesLedSts(em_LED_TCS) == 1)
{ {
SetPagePic(GRAPHICS_PAGE_0, Pic_0473_172_490); SetPagePic(GRAPHICS_PAGE_0, Pic_0473_172_490);
} }
......
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