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
d95cbee2
Commit
d95cbee2
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加界面
parent
06240f90
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
23143 additions
and
22821 deletions
+23143
-22821
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22824
-22785
project.siz
ghs/project.siz
+2
-2
GUI.c
source/Application/Graphic/GUI/GUI.c
+292
-20
GUI.h
source/Application/Graphic/GUI/GUI.h
+16
-1
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+9
-13
No files found.
ghs/project
View file @
d95cbee2
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
d95cbee2
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
d95cbee2
project .intvect 1536
project .text 31
2588
project .text 31
3836
project .rodata 410775
project .secinfo 120
project .syscall 6
project .romdata 90
45
project .romdata 90
37
project .ROM.ramfunc 208
project .ramfunc 208
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
d95cbee2
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.h
View file @
d95cbee2
...
...
@@ -9,6 +9,8 @@
#define Language_En 0u
#define Language_Cn 1u
#define FState_COilTimeOutNum 60u
/*3S*/
typedef
struct
{
uint8_t
FState_GZM
;
/*故障码*/
...
...
@@ -55,9 +57,22 @@ typedef struct
uint8_t
ENTER_RETURN
;
uint8_t
FState_COilTimeOut
;
uint8_t
Menu_Key_Static
;
uint8_t
User_FDJYLQQ_FLAG
;
uint8_t
User_RYLQQ_FLAG
;
uint8_t
User_BSXY_FLAG
;
uint8_t
User_CSQY_FLAG
;
uint8_t
User_KQGZJ_FLAG
;
uint8_t
User_DLZXY_FLAG
;
uint8_t
User_LT_FLAG
;
uint8_t
User_LHQY_FLAG
;
uint8_t
FState_ClearOilTx
;
uint8_t
FState_ClearOilRx
;
uint8_t
FState_COilTimeOut
;
}
_Display_State_Flag
;
extern
volatile
_Display_State_Flag
State_Flag
;
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/Menu/Menu_user.c
View file @
d95cbee2
...
...
@@ -650,7 +650,15 @@ void Level2_6Menu_2Exit(void)
/*----三级菜单----保养通知----系列子菜单*/
/*发动机机油滤清器*/
void
Level3_2Menu_1Enter
(
void
)
{}
{
if
(
MenuFlag
.
Menu_Return
)
{
User_App
.
User_FDJYLQQ
=
(
uint32_t
)
K_Line_Set
.
K_Line_LID4F
*
1000
;
State_Flag
.
User_FDJYLQQ_FLAG
=
0
;
MenuFlag
.
Menu_Return
=
0
;
}
}
void
Level3_2Menu_1Do
(
void
)
{
GUI_OftenShow_Display
();
...
...
@@ -696,18 +704,6 @@ void Level3_2Menu_4Do(void)
void
Level3_2Menu_4Exit
(
void
)
{}
/*空气干燥剂*/
void
Level3_2Menu_6Enter
(
void
)
{}
void
Level3_2Menu_6Do
(
void
)
{
GUI_OftenShow_Display
();
GUI_BG_RepMenu_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_RepMenu_3_6_Display
(
GUI_DISP_MODE_NORMAL
);
}
void
Level3_2Menu_6Exit
(
void
)
{}
/*动力转向油*/
void
Level3_2Menu_7Enter
(
void
)
{}
...
...
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