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
6c62274e
Commit
6c62274e
authored
Jul 01, 2024
by
耨义强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat(增加胎压断码):
parent
1c034419
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
358 additions
and
7 deletions
+358
-7
Microsoft Edge.lnk
Firmware/Project/Cmsemicon/Microsoft Edge.lnk
+0
-0
GUI_Display.c
Firmware/Source/Application/GUI_Display/GUI_Display.c
+2
-6
SEG_DISPLAY.c
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
+350
-1
SEG_DISPLAY.h
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.h
+6
-0
No files found.
Firmware/Project/Cmsemicon/Microsoft Edge.lnk
0 → 100644
View file @
6c62274e
File added
Firmware/Source/Application/GUI_Display/GUI_Display.c
View file @
6c62274e
...
...
@@ -202,13 +202,9 @@ void Gauge_Service(void)
// Gauge_Power_2_SOC_Display();
Checkself_Init
();
Gauge_Clock_Display
();
SEG_SET_Clock
(
22
,
22
,
1
,
1
,
1
);
SEG_SET_Fault_Code
(
0
,
2222
);
// SEG_SET_EleDial_1SOC(1, 10, 22);
// SEG_SET_FuelDial(0, 8);
Gauge_EleDial_AllSOC_Display
();
SEG_SET_
GEAR
(
1
,
1
);
SEG_SET_
Cutterhead
(
1
,
2
);
SEG_SET_
Cutterhead
(
2
,
1
);
SEG_SET_
GEAR
(
1
,
0
);
SEG_SET_Frame
(
1
);
interact_PWM_Low_Duty
=
0
;
}
...
...
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.c
View file @
6c62274e
This diff is collapsed.
Click to expand it.
Firmware/Source/Application/SEG_DISPLAY/SEG_DISPLAY.h
View file @
6c62274e
...
...
@@ -55,6 +55,12 @@ _Fun_Res SEG_SET_EleDial_2SOC(uint8_t m_Flag,uint8_t m_SEG);
/**@brief 电量表盘AllSOC显示函数*/
_Fun_Res
SEG_SET_EleDial_AllSOC
(
uint8_t
m_Flag
,
uint16_t
m_NUM
);
/**@brief 左胎压显示函数*/
_Fun_Res
SEG_SET_Left_Tirepressure
(
uint8_t
m_Flag
,
uint16_t
m_NUM
);
/**@brief 右胎压显示函数*/
_Fun_Res
SEG_SET_Right_Tirepressure
(
uint8_t
m_Flag
,
uint16_t
m_NUM
);
// /**@brief 燃油表盘显示函数*/
// _Fun_Res SEG_SET_FuelDial(uint8_t m_Flag,uint8_t m_SEG);
...
...
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