Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
0456ea0f
Commit
0456ea0f
authored
May 30, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整WET无效时的显示BUG
parent
29f9d661
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
48 deletions
+48
-48
GUI.c
source/Application/Graphic/GUI/GUI.c
+48
-48
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
0456ea0f
...
@@ -581,6 +581,8 @@ void GUI_WetGas_Dispaly(uint8_t Mode)
...
@@ -581,6 +581,8 @@ void GUI_WetGas_Dispaly(uint8_t Mode)
current_value
=
GetGaugesCurrentPos
(
WETGasGauges
);
current_value
=
GetGaugesCurrentPos
(
WETGasGauges
);
current_Flag
=
Common_Get_WET_Valid
();
/*有效性判断用*/
current_Flag
=
Common_Get_WET_Valid
();
/*有效性判断用*/
if
((
current_value
<=
17u
)
&&
(
current_Flag
==
1u
))
{
switch
(
current_value
)
switch
(
current_value
)
{
{
case
0x14u
:
/*20*/
case
0x14u
:
/*20*/
...
@@ -629,8 +631,6 @@ void GUI_WetGas_Dispaly(uint8_t Mode)
...
@@ -629,8 +631,6 @@ void GUI_WetGas_Dispaly(uint8_t Mode)
break
;
break
;
}
}
if
((
current_value
<=
17u
)
&&
(
current_Flag
==
1u
))
{
GUI_General_Display
(
WET_Sprite
,
CN_qiyafuhaodeng
,
GUI_BLENDMODE_SRC_OVER
);
/*气压符号灯。*/
GUI_General_Display
(
WET_Sprite
,
CN_qiyafuhaodeng
,
GUI_BLENDMODE_SRC_OVER
);
/*气压符号灯。*/
GUI_General_Display
(
WET_Sprite
,
CN_qiya
,
GUI_BLENDMODE_SRC_OVER
);
/*刷长条的气压表框。*/
GUI_General_Display
(
WET_Sprite
,
CN_qiya
,
GUI_BLENDMODE_SRC_OVER
);
/*刷长条的气压表框。*/
}
}
...
...
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