Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
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
ISUZU
VC66_7C
Commits
863aed76
Commit
863aed76
authored
Jun 10, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加经销商模式DTC相关功能
parent
657a4e22
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1440 additions
and
132 deletions
+1440
-132
GUI.c
source/Application/Graphic/GUI/GUI.c
+672
-0
GUI.h
source/Application/Graphic/GUI/GUI.h
+26
-2
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+742
-130
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
863aed76
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.h
View file @
863aed76
...
...
@@ -482,8 +482,6 @@ void GUI_BG_FacDTCClearAMT1_Display(uint8_t Mode); /**/
void
GUI_BG_FacDTCClearRadar1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_FacDTCClearCamer1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_FacDTCClearRetarder1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_FacDTCClear1_Display
(
uint8_t
Mode
);
/*工厂模式清除DTC1*/
void
GUI_BG_FacDTCClear2_Display
(
uint8_t
Mode
);
/*工厂模式清除DTC2*/
void
GUI_BG_FacDTCClear3_Display
(
uint8_t
Mode
);
/*工厂模式清除DTC2*/
...
...
@@ -500,6 +498,32 @@ void GUI_BG_DeaMenu3_Display(uint8_t Mode); /**/
void
GUI_BG_DeaMenu4_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaMenu5_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaMenu6_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCMenu_Display
(
uint8_t
Mode
);
/*经销商DTC显示*/
void
GUI_BG_DeaDTCMenu1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCMenu2_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCMenu3_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCMenu4_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCMenu5_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCMenu6_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClear_Display
(
uint8_t
Mode
);
/*经销商DTC清除*/
void
GUI_BG_DeaDTCClearA_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearB_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearC_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearD_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearE_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearF_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearEngine_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearBrake_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearAMT_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearRadar_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearCamer_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearRetarder_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearEngine1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearBrake1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearAMT1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearRadar1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearCamer1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClearRetarder1_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_DeaDTCClear1_Display
(
uint8_t
Mode
);
/*经销商模式清除DTC1*/
void
GUI_BG_DeaDTCClear2_Display
(
uint8_t
Mode
);
/*经销商模式清除DTC2*/
void
GUI_BG_DeaDTCClear3_Display
(
uint8_t
Mode
);
/*经销商模式清除DTC3*/
...
...
source/Application/Graphic/Menu/Menu_user.c
View file @
863aed76
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