Commit 25eec1d0 authored by 时昊's avatar 时昊

屏蔽故障查询

parent 006e092d
......@@ -7459,7 +7459,7 @@ if(GUIBackUp.Language != MenuData.Language)
}
else
{
TFT_LCD_Draw_Bmp(Compress, Inverse, 32 + 25, 105, Alarm_033_Word0);
TFT_LCD_Draw_Bmp(Compress, Inverse, 32 + 25, 105, Alarm_033_Word0);
}
break;
}
......@@ -8388,7 +8388,7 @@ if(GUIBackUp.Language != MenuData.Language)
GUIBackUp.PopupAlarmDis = PopupAlarmDis;
switch (PopupAlarmDis) // 1
{
case POPUP_MSG_start_button: // shi
/*case POPUP_MSG_start_button: // shi
{
if(MenuData.Language)
{
......@@ -8493,7 +8493,7 @@ if(GUIBackUp.Language != MenuData.Language)
TFT_LCD_Draw_Bmp(Compress, Inverse, 42, 117, Alarm_007_Word0);
}
break;
}
}*/
case POPUP_MSG_N_gear_start: // shi
{
if(MenuData.Language)
......@@ -8597,7 +8597,7 @@ if(GUIBackUp.Language != MenuData.Language)
}
else
{
TFT_LCD_Draw_Bmp(Compress, Inverse, 32 + 24, 105, Alarm_038_Word0);
//TFT_LCD_Draw_Bmp(Compress, Inverse, 32 + 24, 105, Alarm_038_Word0);
}
break;
}
......@@ -9040,21 +9040,7 @@ if(GUIBackUp.Language != MenuData.Language)
}
break;
}
/*case POPUP_MSG_DoorOpen:
case POPUP_MSG_DoorOpen_off:
{
if(MenuData.Language)
{
GUI_Display_Version_Code_Service(48, 68, "Door Not Closed", Num_18_EN);
}
else
{
TFT_LCD_Draw_Bmp(Compress, Inverse, 75, 65, Alarm_001_Word0);
}
TFT_LCD_Draw_Bmp(Compress, Inverse, 88, 93, DoorOpen_Car);
break;
}*/
case POPUP_MSG_TPMS_NotLearnt:
/*case POPUP_MSG_TPMS_NotLearnt:
{
if(MenuData.Language)
{
......@@ -9163,7 +9149,7 @@ if(GUIBackUp.Language != MenuData.Language)
}
TFT_LCD_Draw_Bmp(Compress, Inverse, 93, 145, Alarm_Image_12);
break;
}
}*/
default:
{
......@@ -9202,7 +9188,7 @@ void GUI_Navi_Demand_Alam_Display(void)
}
// qqq = MaskedPopupMsg;
GUI_Alarm_Demand_Display(MaskedPopupMsg);
//GUI_Alarm_Demand_Display(MaskedPopupMsg);
}
void GUI_OTA_Draw_XuanKuang(OTA_HMI_CURSOR_ENUM OTA)
......@@ -10256,7 +10242,7 @@ void Gui_Display_Service(void) // zh321
}
else if (MenuCur == MENU_ITEM_Navi_Demand_Alam)
{
//GUI_Navi_Demand_Alam_Display();
GUI_Navi_Demand_Alam_Display();
}
else
{
......
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