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
fdc368ed
Commit
fdc368ed
authored
Jul 18, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整保养通知机油&滤清器显示功能
parent
2c00b388
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
GUI.c
source/Application/Graphic/GUI/GUI.c
+2
-2
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
fdc368ed
...
...
@@ -4348,14 +4348,14 @@ void GUI_BG_RepMenu_3_1_Display(uint8_t Mode)
User_Value
=
(
User_ECU
.
Engine_Oil
/
1000u
);
/*显示数据*/
if
(
CanStatus
==
CAN_SIG_LOST
)
if
(
(
CanStatus
==
CAN_SIG_LOST
)
||
(
State_Flag
.
Engine_Oil_Time
>=
100u
))
/*此报文掉线5S*/
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_12
,
GUI_BLENDMODE_SRC_OVER
);
/*距离更换*/
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_ERROR
,
GUI_BLENDMODE_SRC_OVER
);
/*error*/
}
else
{
if
(
(
Sig_Engine_Oil
==
3u
)
||
(
State_Flag
.
Engine_Oil_Time
>=
100u
))
//(Sig_Starter_OH == 3u))/*空白*//*此报文掉线5S
*/
if
(
Sig_Engine_Oil
==
3u
)
//(Sig_Starter_OH == 3u))/*空白
*/
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_12
,
GUI_BLENDMODE_SRC_OVER
);
/*距离更换*/
GUI_General_Display
(
MENU_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