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
e983f165
Commit
e983f165
authored
Aug 13, 2024
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
五征EF01软件变更申请单20240812 - 附加:屏蔽掉EBS故障灯,EF01实车没有EBS配置
parent
3036374b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
GUI.c
code/Sources/Implementation/src/GUI.c
+1
-1
main.c
code/Sources/System/src/main.c
+3
-0
No files found.
code/Sources/Implementation/src/GUI.c
View file @
e983f165
...
@@ -756,7 +756,7 @@ void Telltale_LCD_Display(void)
...
@@ -756,7 +756,7 @@ void Telltale_LCD_Display(void)
TFT_LCD_Clear_Layer
(
LAYER_LED03
);
TFT_LCD_Clear_Layer
(
LAYER_LED03
);
//EBS EBS红灯警告 42
//EBS EBS红灯警告 42
if
(
TelltaleLCDFlag
.
Sig
.
LCD04
==
1
)
if
(
0
)
//
TelltaleLCDFlag.Sig.LCD04 == 1)
{
{
//if (EBSRedWarningSignal == 1)
//if (EBSRedWarningSignal == 1)
// TFT_LCD_Display_Sprite(LAYER_LED04, SN_zhishideng_29_png, 175, 9, 64);
// TFT_LCD_Display_Sprite(LAYER_LED04, SN_zhishideng_29_png, 175, 9, 64);
...
...
code/Sources/System/src/main.c
View file @
e983f165
...
@@ -33,6 +33,9 @@
...
@@ -33,6 +33,9 @@
//20240807 屏蔽行车信息显示;修改油压报警灯逻辑
//20240807 屏蔽行车信息显示;修改油压报警灯逻辑
//20240812 屏蔽EBS报警
//20240813 油压报警加油压目标值也满足条件
#include "main.h"
#include "main.h"
#include "fuelconfig.h"
#include "fuelconfig.h"
#include "UDS_ISO14229_Services.h"
#include "UDS_ISO14229_Services.h"
...
...
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