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
ddaf2a14
Commit
ddaf2a14
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整菜单显示逻辑
parent
dca1a83b
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23067 additions
and
23003 deletions
+23067
-23003
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22909
-22904
project.siz
ghs/project.siz
+1
-1
GUI.c
source/Application/Graphic/GUI/GUI.c
+127
-98
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+30
-0
No files found.
ghs/project
View file @
ddaf2a14
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
ddaf2a14
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
ddaf2a14
project .intvect 1536
project .text 3
1996
4
project .text 3
2012
4
project .rodata 411103
project .secinfo 120
project .syscall 6
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
ddaf2a14
This diff is collapsed.
Click to expand it.
source/Application/Graphic/Menu/Menu_user.c
View file @
ddaf2a14
...
...
@@ -835,9 +835,14 @@ void Level3_3Menu_1Exit(void)
MenuFlag
.
Menu_Return
=
0u
;
if
(
User_set_Num
.
User_FDJYLQQ
!=
0u
)
{
State_Flag
.
User_FDJYLQQ_FLAG
=
0u
;
Data_Clear_Trip
(
EM_TRIP_JY
);
}
else
{
State_Flag
.
User_FDJYLQQ_FLAG
=
3u
;
}
}
}
...
...
@@ -860,9 +865,14 @@ void Level3_3Menu_2Exit(void)
MenuFlag
.
Menu_Return
=
0
;
if
(
User_set_Num
.
User_RYLQQ
!=
0
)
{
State_Flag
.
User_RYLQQ_FLAG
=
0
;
Data_Clear_Trip
(
EM_TRIP_RY
);
}
else
{
State_Flag
.
User_RYLQQ_FLAG
=
3
;
}
}
}
...
...
@@ -885,9 +895,14 @@ void Level3_3Menu_3Exit(void)
MenuFlag
.
Menu_Return
=
0
;
if
(
User_set_Num
.
User_BSXY
!=
0
)
{
State_Flag
.
User_BSXY_FLAG
=
0
;
Data_Clear_Trip
(
EM_TRIP_BSX
);
}
else
{
State_Flag
.
User_BSXY_FLAG
=
3
;
}
}
}
...
...
@@ -910,9 +925,14 @@ void Level3_3Menu_4Exit(void)
MenuFlag
.
Menu_Return
=
0
;
if
(
User_set_Num
.
User_CSQY
!=
0
)
{
State_Flag
.
User_CSQY_FLAG
=
0
;
Data_Clear_Trip
(
EM_TRIP_CSQ
);
}
else
{
State_Flag
.
User_CSQY_FLAG
=
3
;
}
}
}
...
...
@@ -948,9 +968,14 @@ void Level3_3Menu_6Exit(void)
MenuFlag
.
Menu_Return
=
0
;
if
(
User_set_Num
.
User_DLZXY
!=
0
)
{
State_Flag
.
User_DLZXY_FLAG
=
0
;
Data_Clear_Trip
(
EM_TRIP_DLZX
);
}
else
{
State_Flag
.
User_DLZXY_FLAG
=
3
;
}
}
}
...
...
@@ -973,9 +998,14 @@ void Level3_3Menu_7Exit(void)
MenuFlag
.
Menu_Return
=
0
;
if
(
User_set_Num
.
User_LT
!=
0
)
{
State_Flag
.
User_LT_FLAG
=
0
;
Data_Clear_Trip
(
EM_TRIP_LT
);
}
else
{
State_Flag
.
User_LT_FLAG
=
3
;
}
}
}
...
...
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