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
d1f04e2e
Commit
d1f04e2e
authored
Jun 02, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整EBS不显示问题
parent
a0cb28b0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
GUI.c
source/Application/Graphic/GUI/GUI.c
+2
-13
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
d1f04e2e
...
...
@@ -532,18 +532,12 @@ void GUI_TFTTelltales_Display(uint8_t Mode)
{
GUI_Translate_Display
(
WarningLight_Sprite
,
CN_Alarm_01_1
,
21u
,
GUI_DISP_LEMPY
[
0u
],
GUI_BLENDMODE_SRC_OVER
);
}
else
{
GUI_General_Display
(
WarningLight_Sprite
,
SpriteSize
,
GUI_BLENDMODE_CUSTOM
);
}
/*EBS指示灯*/
EBSLamp_State
=
Get_ID_18F0010B_Sig_EBS_Red_Warning_Lamp_State
();
CanStatus2
=
CAN_MSG_Status
(
ID_CanMsg18F0010B_Msg_Count
);
if
(
K_Line_Set
.
K_Line_LID21
==
0x01u
)
{
if
((
EBSLamp_State
==
0x01u
)
||
(
CanStatus2
==
CAN_SIG_LOST
))
if
(((
EBSLamp_State
==
0x01u
)
||
(
CanStatus2
==
CAN_SIG_LOST
))
&&
(
K_Line_Set
.
K_Line_LID21
==
0x01u
))
{
GUI_Translate_Display
(
WarningLight_Sprite
,
CN_Alarm_02_1
,
21u
,
GUI_DISP_LEMPY
[
1u
],
GUI_BLENDMODE_SRC_OVER
);
}
...
...
@@ -553,11 +547,6 @@ void GUI_TFTTelltales_Display(uint8_t Mode)
}
}
else
{
GUI_General_Display
(
WarningLight_Sprite
,
SpriteSize
,
GUI_BLENDMODE_CUSTOM
);
}
}
else
{
GUI_General_Display
(
WarningLight_Sprite
,
SpriteSize
,
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