Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
WZ-EF01
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WZ
WZ-EF01
Commits
14606082
Commit
14606082
authored
Sep 25, 2025
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
变更项6.屏蔽发动机启停指示灯及所有功能
parent
6f87abdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
GUI.c
code/Sources/Implementation/src/GUI.c
+3
-3
No files found.
code/Sources/Implementation/src/GUI.c
View file @
14606082
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment