Commit d1e48164 authored by 王雅楠's avatar 王雅楠

feat:修改导航界面WIFI和蓝牙指示灯接口

parent 252754f7
......@@ -2990,13 +2990,13 @@ static void AMT630H_GUI_PhoneConnect_Light()
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0473_172_490);
}
if(Get_TelltalesLedSts(em_LED_WIFI))
if(GetPhoneMirrorst() == 1) /*WIFI指示灯*/
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0465_881_487);
SetPagePic(GRAPHICS_PAGE_0, Pic_0737_875_23);
}
if(Get_TelltalesLedSts(em_LED_Bluetooth))
if(BlueToothPhoneData.BlueToothSignalSate == BlueTooth_Connection) /*蓝牙指示灯*/
{
SetPagePic(GRAPHICS_PAGE_0, Pic_0468_819_486);
SetPagePic(GRAPHICS_PAGE_0, Pic_0740_682_21);
}
}
/*
......
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