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
8dbb35be
Commit
8dbb35be
authored
Feb 23, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
功能DDEBUG
parent
9f6862c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
20 deletions
+21
-20
GUI.c
source/Application/Graphic/GUI/GUI.c
+3
-2
Menu.h
source/Application/Graphic/Menu/Menu.h
+18
-18
No files found.
source/Application/Graphic/GUI/GUI.c
View file @
8dbb35be
...
...
@@ -223,9 +223,10 @@ void GUI_Display_Value_Init(void)
MenuFlag
.
Menu_Flag
=
0u
;
/*菜单初始化位置*/
MenuFlag
.
Meun_Test_Dealer
=
0u
;
MenuFlag
.
Menu_StaFlag
=
1u
;
/*默认在通常模式*/
K_Line_Set
.
K_Line_LID51
=
0x01u
;
DTCNumTime
=
0u
;
/*故障码显示时间*/
DTCNumDis
=
0u
;
/*当前显示的故障码*/
DTCNumTime
=
0u
;
/*故障码显示时间*/
DTCNumDis
=
0u
;
/*当前显示的故障码*/
Display_DTC
[
0u
].
Disp_Mod_Menu_Cbk
=
GUI_BG_DTCEngine_Display
;
/*发动机故障*/
Display_DTC
[
1u
].
Disp_Mod_Menu_Cbk
=
GUI_BG_DTCSCR_Display
;
/*SRC故障*/
...
...
source/Application/Graphic/Menu/Menu.h
View file @
8dbb35be
...
...
@@ -134,17 +134,17 @@ typedef enum
_FAC_DSP_LEVEL1_1MENU_1
,
/* 89 故障码读取中*/
_FAC_DSP_LEVEL1_2MENU_1
,
/* 90 清除所有DTC*/
_FAC_DSP_LEVEL1_2MENU_2
,
/* 91 清除所有DTC*/
_FAC_DSP_LEVEL1_2MENU_3
,
/* 92 */
_FAC_DSP_LEVEL1_2MENU_4
,
/* 93 */
_FAC_DSP_LEVEL1_2MENU_3
,
/* 92
清除所有DTC
*/
_FAC_DSP_LEVEL1_2MENU_4
,
/* 93
清除所有DTC
*/
_FAC_DSP_LEVEL1_3MENU_1
,
/* 94 L0-7 H2-A*/
_FAC_DSP_LEVEL1_3MENU_2
,
/* 95 L8-F H2-A*/
_FAC_DSP_LEVEL1_6MENU_1
,
/* 96 */
_FAC_DSP_LEVEL1_6MENU_2
,
/* 97 */
_FAC_DSP_LEVEL1_6MENU_1
,
/* 96
HID自动标准初始化
*/
_FAC_DSP_LEVEL1_6MENU_2
,
/* 97
HID自动标准初始化
*/
_FAC_DSP_LEVEL2_1MENU_1
,
/* 98
发动机故障
*/
_FAC_DSP_LEVEL2_1MENU_2
,
/* 99
SCR系统故障
*/
_FAC_DSP_LEVEL2_1MENU_3
,
/* 100
EBS/ABS故障
*/
_FAC_DSP_LEVEL2_1MENU_4
,
/* 101
仪表故障
*/
_FAC_DSP_LEVEL2_1MENU_1
,
/* 98 */
_FAC_DSP_LEVEL2_1MENU_2
,
/* 99 */
_FAC_DSP_LEVEL2_1MENU_3
,
/* 100 */
_FAC_DSP_LEVEL2_1MENU_4
,
/* 101 */
_FAC_DSP_LEVEL2_5MENU_1
,
/*102 是否结束工厂模式*/
...
...
@@ -165,13 +165,13 @@ typedef enum
_DEA_DSP_LEVEL1_2MENU_4
,
/* 114 清除所有DTC*/
_DEA_DSP_LEVEL1_3MENU_1
,
/* 115 L0-7 H2-A*/
_DEA_DSP_LEVEL1_3MENU_2
,
/* 116 L8-F H2-A*/
_DEA_DSP_LEVEL1_6MENU_1
,
/* 117 */
_DEA_DSP_LEVEL1_6MENU_2
,
/* 118 */
_DEA_DSP_LEVEL1_6MENU_1
,
/* 117
HID自动标准初始化
*/
_DEA_DSP_LEVEL1_6MENU_2
,
/* 118
HID自动标准初始化
*/
_DEA_DSP_LEVEL2_1MENU_1
,
/* 119
发动机故障
*/
_DEA_DSP_LEVEL2_1MENU_2
,
/* 120
SCR系统故障
*/
_DEA_DSP_LEVEL2_1MENU_3
,
/* 121
EBS/ABS故障
*/
_DEA_DSP_LEVEL2_1MENU_4
,
/* 122
仪表故障
*/
_DEA_DSP_LEVEL2_1MENU_1
,
/* 119 */
_DEA_DSP_LEVEL2_1MENU_2
,
/* 120 */
_DEA_DSP_LEVEL2_1MENU_3
,
/* 121 */
_DEA_DSP_LEVEL2_1MENU_4
,
/* 122 */
_DEA_DSP_LEVEL2_5MENU_1
,
/*123 是否结束经销商模式*/
...
...
@@ -217,10 +217,10 @@ EXTERN_MEU_PROCESS _MenuFlag MenuFlag;
EXTERN_MEU_PROCESS
uint8_t
bMenuSwFlag
;
EXTERN_MEU_PROCESS
uint8_t
g_ClearWin1
;
EXTERN_MEU_PROCESS
uint8_t
bNextMenuIDX
;
/
/ the next index of menu .
EXTERN_MEU_PROCESS
uint8_t
bCurMenuIDX
;
/
/ the current index of menu.
EXTERN_MEU_PROCESS
uint8_t
bMainMenuIDX
;
/
/ the current index of menu.
EXTERN_MEU_PROCESS
uint8_t
bOldMenuIDX
;
/
/ the Old index of menu.
EXTERN_MEU_PROCESS
uint8_t
bNextMenuIDX
;
/
* the next index of menu. */
EXTERN_MEU_PROCESS
uint8_t
bCurMenuIDX
;
/
* the current index of menu. */
EXTERN_MEU_PROCESS
uint8_t
bMainMenuIDX
;
/
* the current index of menu. */
EXTERN_MEU_PROCESS
uint8_t
bOldMenuIDX
;
/
* the Old index of menu. */
EXTERN_MEU_PROCESS
const
_MenuOptTab
MenuOptTab
[];
EXTERN_MEU_PROCESS
void
NextMenu
(
_MENU_IDX
idx
);
...
...
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