Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
787468e1
Commit
787468e1
authored
Aug 19, 2024
by
王雅楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修复ES灯点亮逻辑
parent
5841c36a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
AMT630H_Datas.c
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
+8
-4
Telltales_user.c
Firmware/Source/Component/Telltales/Telltales_user.c
+1
-1
No files found.
Firmware/Source/Component/AMT630H/AMT630H_Datas.c
View file @
787468e1
...
...
@@ -2743,13 +2743,17 @@ static void AMT630H_GUI_Light()
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0740_682_21
);
}
if
(
Get_TelltalesLedSts
(
em_LED_E
))
if
(
Get_TelltalesLedSts
(
em_LED_E
)
==
1
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0748_194_26
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0748_194_26
);
//E
}
if
(
Get_TelltalesLedSts
(
em_LED_S
)
)
else
if
(
Get_TelltalesLedSts
(
em_LED_E
)
==
2
)
{
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0749_192_26
);
SetPagePic
(
GRAPHICS_PAGE_0
,
Pic_0749_192_26
);
//S
}
else
{
;
}
}
...
...
Firmware/Source/Component/Telltales/Telltales_user.c
View file @
787468e1
...
...
@@ -283,7 +283,7 @@ static Tellib_uint16_t LED_HEV_Judgement(void)
}
else
{
if
((
Get_CAN_CH0_ID_111_Sig_ISG_Ready
()
==
0x01UL
)
||
((
Get_CAN_CH0_ID_111_Sig_ISG_Power
()
==
1u
)
&&
(
Get_CAN_CH0_ID_111_Sig_ISG_Power_Enable
()
==
0
u
)))
if
((
Get_CAN_CH0_ID_111_Sig_ISG_Ready
()
==
0x01UL
)
||
((
Get_CAN_CH0_ID_111_Sig_ISG_Power
()
==
1u
)
&&
(
Get_CAN_CH0_ID_111_Sig_ISG_Power_Enable
()
==
2u
))
||
((
Get_CAN_CH0_ID_111_Sig_ISG_Power
()
==
1u
)
&&
(
Get_CAN_CH0_ID_111_Sig_ISG_Power_Enable
()
==
1
u
)))
{
LED_STATE
=
1u
;
}
...
...
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