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
d2d7b402
Commit
d2d7b402
authored
Nov 13, 2025
by
王金山
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 'master'
附加变更项1.将CNG指示灯改为NG,只更改切图,其他逻辑不变 See merge request
!37
parents
540b33cf
d332afe2
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 @
d2d7b402
...
...
@@ -772,7 +772,7 @@ void Telltale_LCD_Display(void)
//天然气状态指示灯
if
(
TelltaleLCDFlag
.
Sig
.
LCD31
==
1
)
{
TFT_LCD_Display_Sprite
(
LAYER_LED31
,
SN_z
hishideng_32X592Y190_png
,
592
,
190
,
64
);
TFT_LCD_Display_Sprite
(
LAYER_LED31
,
SN_z
z_zhishideng_32X592Y190_png
,
600
,
190
,
64
);
}
else
TFT_LCD_Clear_Layer
(
LAYER_LED31
);
...
...
@@ -780,7 +780,7 @@ void Telltale_LCD_Display(void)
//天然气泄露指示灯
if
(
TelltaleLCDFlag
.
Sig
.
LCD32
==
1
)
{
TFT_LCD_Display_Sprite
(
LAYER_LED32
,
SN_z
hishideng_32X123Y190_png
,
123
,
190
,
64
);
TFT_LCD_Display_Sprite
(
LAYER_LED32
,
SN_z
z_zhishideng_32X123Y190_png
,
131
,
190
,
64
);
}
else
TFT_LCD_Clear_Layer
(
LAYER_LED32
);
...
...
@@ -788,7 +788,7 @@ void Telltale_LCD_Display(void)
//天然气气量低状态指示灯
if
(
TelltaleLCD_Flag33
==
1
)
{
TFT_LCD_Display_Sprite
(
LAYER_LED33
,
SN_z
hishideng_31X592Y230_png
,
592
,
230
,
64
);
TFT_LCD_Display_Sprite
(
LAYER_LED33
,
SN_z
z_zhishideng_31X592Y230_png
,
600
,
230
,
64
);
}
else
TFT_LCD_Clear_Layer
(
LAYER_LED33
);
...
...
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