Commit abdaeaa9 authored by 时昊's avatar 时昊

增加车道偏离弹窗报警文字贴图

parent afccc5e5
...@@ -896,6 +896,7 @@ void GUI_PopAlarm_Display(INT16U PopupAlarmDis) ...@@ -896,6 +896,7 @@ void GUI_PopAlarm_Display(INT16U PopupAlarmDis)
Draw_Image_Local(( uint8_t * )Alarm_ICON_12_1_X96_Y101, 91, 101); Draw_Image_Local(( uint8_t * )Alarm_ICON_12_1_X96_Y101, 91, 101);
} }
Draw_Image_Local(( uint8_t * )Alarm_ICON_12_2_X94_Y101, 94, 101); Draw_Image_Local(( uint8_t * )Alarm_ICON_12_2_X94_Y101, 94, 101);
Draw_Image_Local(( uint8_t * )Alarm_CN_12_X39_Y172, 39, 172);
} }
else else
{ {
...@@ -906,6 +907,7 @@ void GUI_PopAlarm_Display(INT16U PopupAlarmDis) ...@@ -906,6 +907,7 @@ void GUI_PopAlarm_Display(INT16U PopupAlarmDis)
Draw_Image_Local(( uint8_t * )Alarm_ICON_12_4_X140_Y101, 145, 101); Draw_Image_Local(( uint8_t * )Alarm_ICON_12_4_X140_Y101, 145, 101);
} }
Draw_Image_Local(( uint8_t * )Alarm_ICON_12_3_X94_Y101, 94, 101); Draw_Image_Local(( uint8_t * )Alarm_ICON_12_3_X94_Y101, 94, 101);
Draw_Image_Local(( uint8_t * )Alarm_CN_12_X39_Y172, 39, 172);
} }
} }
break; break;
......
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