Commit 14606082 authored by 崔立宝's avatar 崔立宝

变更项6.屏蔽发动机启停指示灯及所有功能

parent 6f87abdf
......@@ -952,19 +952,19 @@ void Telltale_LCD_Display(void)
TFT_LCD_Display_Sprite(LAYER_LED24, SN_zhishideng_24_png, 625, 149, 64);
else
TFT_LCD_Clear_Layer(LAYER_LED24);
/*
//怠速起停功能开启绿色 40 潍柴:没有;康明斯:有;玉柴:没有
if (TelltaleLCDFlag.Sig.LCD25 == 1)
TFT_LCD_Display_Sprite(LAYER_LED25, SN_zhishideng_25_png, 625, 188, 64);
else
TFT_LCD_Clear_Layer(LAYER_LED25);
//怠速起停功能关闭红色 40 潍柴:没有;康明斯:有;玉柴:没有
if (TelltaleLCDFlag.Sig.LCD26 == 1)
TFT_LCD_Display_Sprite(LAYER_LED26, SN_zhishideng_26_x625_y219_png, 625, 227, 64);
else
TFT_LCD_Clear_Layer(LAYER_LED26);
*/
//PTO 工作指示灯 18
if (TelltaleLCDFlag.Sig.LCD27 == 1)
TFT_LCD_Display_Sprite(LAYER_LED27, SN_zhishideng_27_png, 625, 266, 64);
......
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