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
00ddd6b9
Commit
00ddd6b9
authored
Nov 18, 2021
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整界面
parent
ef452250
Changes
8
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
23345 additions
and
22942 deletions
+23345
-22942
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22879
-22848
project.siz
ghs/project.siz
+2
-2
Key.h
source/Application/APP/Key/Key.h
+44
-41
Key_user.c
source/Application/APP/Key/Key_user.c
+0
-2
GUI.c
source/Application/Graphic/GUI/GUI.c
+401
-47
GUI.h
source/Application/Graphic/GUI/GUI.h
+5
-0
Menu_user.c
source/Application/Graphic/Menu/Menu_user.c
+14
-2
No files found.
ghs/project
View file @
00ddd6b9
No preview for this file type
ghs/project.hex
View file @
00ddd6b9
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
00ddd6b9
project .intvect 1536
project .intvect 1536
project .text 31
4684
project .text 31
5628
project .rodata 4107
75
project .rodata 4107
91
project .secinfo 120
project .secinfo 120
project .syscall 6
project .syscall 6
project .romdata 9029
project .romdata 9029
...
...
source/Application/APP/Key/Key.h
View file @
00ddd6b9
...
@@ -3,6 +3,9 @@
...
@@ -3,6 +3,9 @@
#include "TYW_stdint.h"
#include "TYW_stdint.h"
#define K_Line_User_RYLQQ 100
#define K_Line_User_KQGZJ 100
/*
/*
说明:
说明:
1、按键类型分为两类:
1、按键类型分为两类:
...
...
source/Application/APP/Key/Key_user.c
View file @
00ddd6b9
...
@@ -15,8 +15,6 @@
...
@@ -15,8 +15,6 @@
/*无车速限制值*/
/*无车速限制值*/
#define DISPSPEEDNULLMAX 66
#define DISPSPEEDNULLMAX 66
#define K_Line_User_RYLQQ 100
#define K_Line_User_KQGZJ 100
/*----------按键具体功能执行的回调函数-----------------------*/
/*----------按键具体功能执行的回调函数-----------------------*/
...
...
source/Application/Graphic/GUI/GUI.c
View file @
00ddd6b9
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.h
View file @
00ddd6b9
...
@@ -170,6 +170,8 @@ static const uint16_t GUI_TPMS_MIC2_X[4] = {329u, 404u, 510u, 574u};
...
@@ -170,6 +170,8 @@ static const uint16_t GUI_TPMS_MIC2_X[4] = {329u, 404u, 510u, 574u};
static
const
uint16_t
GUI_REP1_X
[
6
]
=
{
582u
,
565u
,
547u
,
521u
,
503u
,
485u
};
static
const
uint16_t
GUI_REP1_X
[
6
]
=
{
582u
,
565u
,
547u
,
521u
,
503u
,
485u
};
static
const
uint16_t
GUI_REP_X
[
4
]
=
{
582u
,
565u
,
547u
,
521u
};
static
const
uint16_t
GUI_REP_X
[
4
]
=
{
582u
,
565u
,
547u
,
521u
};
static
const
uint16_t
GUI_SETREP_X
[
6
]
=
{
520u
,
503u
,
485u
,
458u
,
441u
,
424u
};
static
const
uint16_t
GUI_SETREP_X
[
6
]
=
{
520u
,
503u
,
485u
,
458u
,
441u
,
424u
};
static
const
uint16_t
GUI_SYSSET_X
[
4
]
=
{
520u
,
503u
,
485u
,
468u
};
static
const
uint16_t
GUI_SYSSPEED
[
2
]
=
{
485u
,
468u
};
static
const
uint16_t
GUIUsetSetYPos
[
2
]
=
{
304u
,
282u
};
static
const
uint16_t
GUIUsetSetYPos
[
2
]
=
{
304u
,
282u
};
static
const
uint16_t
GUIUsetSetYPosX
[
2
]
=
{
358u
,
337u
};
static
const
uint16_t
GUIUsetSetYPosX
[
2
]
=
{
358u
,
337u
};
...
@@ -283,6 +285,9 @@ void GUI_BG_UserSet_SYSD_5_Display(uint8_t Mode); /**/
...
@@ -283,6 +285,9 @@ void GUI_BG_UserSet_SYSD_5_Display(uint8_t Mode); /**/
void
GUI_BG_UserSet_SYSD_6_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_UserSet_SYSD_6_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_UserSet_SYSD_7_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_UserSet_SYSD_7_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_TPMS_PictureSet_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_TPMS_PictureSet_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_UserSet_SYSD_GSL_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_UserSet_SYSD_Ybl_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_UserSet_SYSD_Speed_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_Enter_Return_Display
(
uint8_t
Mode
);
/**/
void
GUI_BG_Enter_Return_Display
(
uint8_t
Mode
);
/**/
...
...
source/Application/Graphic/Menu/Menu_user.c
View file @
00ddd6b9
...
@@ -1086,14 +1086,24 @@ void Level3_5Menu_4Exit(void)
...
@@ -1086,14 +1086,24 @@ void Level3_5Menu_4Exit(void)
/*省油建议设定*/
/*省油建议设定*/
/*速度设定-高速路子菜单*/
/*速度设定-高速路子菜单*/
void
Level4_4Menu_1Enter
(
void
)
void
Level4_4Menu_1Enter
(
void
)
{}
{
User_set_Num
.
User_Gsl
=
User_App
.
User_Gsl
;
}
void
Level4_4Menu_1Do
(
void
)
void
Level4_4Menu_1Do
(
void
)
{
{
GUI_OftenShow_Display
();
GUI_OftenShow_Display
();
GUI_BG_UserSet_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_UserSet_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_UserSet_SYSD_GSL_Display
(
GUI_DISP_MODE_NORMAL
);
}
}
void
Level4_4Menu_1Exit
(
void
)
void
Level4_4Menu_1Exit
(
void
)
{}
{
if
(
MenuFlag
.
Menu_Return
)
{
User_App
.
User_Gsl
=
User_set_Num
.
User_Gsl
;
MenuFlag
.
Menu_Return
=
0
;
}
}
/*速度设定-一般路子菜单*/
/*速度设定-一般路子菜单*/
void
Level4_4Menu_2Enter
(
void
)
void
Level4_4Menu_2Enter
(
void
)
...
@@ -1102,6 +1112,7 @@ void Level4_4Menu_2Do(void)
...
@@ -1102,6 +1112,7 @@ void Level4_4Menu_2Do(void)
{
{
GUI_OftenShow_Display
();
GUI_OftenShow_Display
();
GUI_BG_UserSet_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_UserSet_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_UserSet_SYSD_Ybl_Display
(
GUI_DISP_MODE_NORMAL
);
}
}
void
Level4_4Menu_2Exit
(
void
)
void
Level4_4Menu_2Exit
(
void
)
{}
{}
...
@@ -1113,6 +1124,7 @@ void Level4_4Menu_3Do(void)
...
@@ -1113,6 +1124,7 @@ void Level4_4Menu_3Do(void)
{
{
GUI_OftenShow_Display
();
GUI_OftenShow_Display
();
GUI_BG_UserSet_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_UserSet_Display
(
GUI_DISP_MODE_NORMAL
);
GUI_BG_UserSet_SYSD_Speed_Display
(
GUI_DISP_MODE_NORMAL
);
}
}
void
Level4_4Menu_3Exit
(
void
)
void
Level4_4Menu_3Exit
(
void
)
{}
{}
...
...
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