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
307d7ddd
Commit
307d7ddd
authored
Sep 25, 2025
by
崔立宝
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TYW-2025-00899变更,项1.增加EPS指示灯;5.屏蔽发动机预热指示灯
parent
5f7831f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
GUI.c
code/Sources/Implementation/src/GUI.c
+6
-3
CAN_Communication_Matrix.h
code/Sources/Protocol/inc/CAN_Communication_Matrix.h
+1
-1
No files found.
code/Sources/Implementation/src/GUI.c
View file @
307d7ddd
...
...
@@ -851,13 +851,13 @@ void Telltale_LCD_Display(void)
TFT_LCD_Display_Sprite
(
LAYER_LED08
,
SN_zhishideng_08_png
,
355
,
9
,
64
);
else
TFT_LCD_Clear_Layer
(
LAYER_LED08
);
#if 0
// 发动机预热 32
if (TelltaleLCDFlag.Sig.LCD09 == 1)
TFT_LCD_Display_Sprite(LAYER_LED09, SN_zhishideng_09_png, 400, 9, 64);
else
TFT_LCD_Clear_Layer(LAYER_LED09);
#endif
//AEB 灯 44
if
(
TelltaleLCDFlag
.
Sig
.
LCD10
==
1
)
TFT_LCD_Display_Sprite
(
LAYER_LED10
,
SN_zhishideng_10_png
,
445
,
9
,
64
);
...
...
@@ -901,7 +901,10 @@ void Telltale_LCD_Display(void)
TFT_LCD_Clear_Layer
(
LAYER_LED16
);
//EPS故障指示灯 46
if
(
EPS_Status_signal
==
1
)
TFT_LCD_Display_Sprite
(
LAYER_LED09
,
SN_zhishideng_18_png
,
400
,
9
,
64
);
else
TFT_LCD_Clear_Layer
(
LAYER_LED09
);
//近光灯
if
(
TelltaleLCDFlag
.
Sig
.
LCD17
==
1
)
TFT_LCD_Display_Sprite
(
LAYER_LED17
,
SN_zhishideng_31_png
,
129
,
103
,
64
);
...
...
code/Sources/Protocol/inc/CAN_Communication_Matrix.h
View file @
307d7ddd
...
...
@@ -2412,7 +2412,7 @@ static const CANMsgAttrStruct CANMsgAttrTable[] =
{
EBC3
,
CANMsg18FE4F0B
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
2000
,
0
,
&
CANMsg18FE4F0BStatus
,
CANMsg18FE4F0BInit
,
CANMsg18FE4F0BTimeout
,
CANMsg18FE4F0BMask
,},
{
AEBS1
,
CANMsg0CF02F2A
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
500
,
0
,
&
CANMsg0CF02F2AStatus
,
CANMsg0CF02F2AInit
,
CANMsg0CF02F2ATimeout
,
CANMsg0CF02F2AMask
,},
{
EEPBS1
,
CANMsg18FE1264
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
1000
,
0
,
&
CANMsg18FE1264Status
,
CANMsg18FE1264Init
,
CANMsg18FE1264Timeout
,
CANMsg18FE1264Mask
,},
{
EPS_Status
,
CANMsg18FF0113
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
2
000
,
0
,
&
CANMsg18FF0113Status
,
CANMsg18FF0113Init
,
CANMsg18FF0113Timeout
,
CANMsg18FF0113Mask
,},
{
EPS_Status
,
CANMsg18FF0113
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
1
000
,
0
,
&
CANMsg18FF0113Status
,
CANMsg18FF0113Init
,
CANMsg18FF0113Timeout
,
CANMsg18FF0113Mask
,},
{
EGSM_1
,
CANMsg1802BFD0
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
2000
,
0
,
&
CANMsg1802BFD0Status
,
CANMsg1802BFD0Init
,
CANMsg1802BFD0Timeout
,
CANMsg1802BFD0Mask
,},
{
AMB
,
CANMsg18FEF500
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
10000
,
0
,
&
CANMsg18FEF500Status
,
CANMsg18FEF500Init
,
CANMsg18FEF500Timeout
,
CANMsg18FEF500Mask
,},
{
GPS_SYSTime
,
CANMsg18FEE6EE
.
Msg
,
8
,
8
,
CAN_MSG_Rx
,
CAN_MSG_CYCLE
,
3000
,
0
,
&
CANMsg18FEE6EEStatus
,
CANMsg18FEE6EEInit
,
CANMsg18FEE6EETimeout
,
CANMsg18FEE6EEMask
,},
...
...
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