Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RT_RMR42E
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
时昊
RT_RMR42E
Commits
f83c27e1
Commit
f83c27e1
authored
Mar 03, 2025
by
zhengyuan.bai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat: 故障码支持显示16进制数
parent
dcb6b00a
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
298 additions
and
256 deletions
+298
-256
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+2
-2
SEG_DISPLAY.c
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
+296
-254
No files found.
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
f83c27e1
...
@@ -148,8 +148,8 @@ void Gauge_flue_Display(void)
...
@@ -148,8 +148,8 @@ void Gauge_flue_Display(void)
void
Gauge_faultcode_Display
(
void
)
void
Gauge_faultcode_Display
(
void
)
{
{
uint8_t
u8faucodeValid
=
Get_FaultCode_Valid
();
uint8_t
u8faucodeValid
=
Get_FaultCode_Valid
();
uint
8_t
u8
faucodelValue
=
Get_FaultCode_Value
();
uint
16_t
u16
faucodelValue
=
Get_FaultCode_Value
();
SEG_SET_Fault_Code
(
u8faucodeValid
,
u
8
faucodelValue
,
0
);
SEG_SET_Fault_Code
(
u8faucodeValid
,
u
16
faucodelValue
,
0
);
}
}
void
Clear_Bu98
(
void
)
void
Clear_Bu98
(
void
)
...
...
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
View file @
f83c27e1
This diff is collapsed.
Click to expand it.
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