Commit 6c537b5b authored by 李向行's avatar 李向行

🐞 fix:按照效果图修改车道弹窗显示

parent 57722702
......@@ -894,6 +894,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_4_X140_Y101, 145, 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);
break;
......@@ -904,6 +905,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_1_X96_Y101, 91, 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;
......
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