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
7443c284
Commit
7443c284
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加界面
parent
2e05d602
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23231 additions
and
22904 deletions
+23231
-22904
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22812
-22722
project.siz
ghs/project.siz
+1
-1
GUI.c
source/Application/Graphic/GUI/GUI.c
+357
-181
GUI.h
source/Application/Graphic/GUI/GUI.h
+61
-0
No files found.
ghs/project
View file @
7443c284
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
7443c284
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
7443c284
project .intvect 1536
project .text 3
07260
project .text 3
10124
project .rodata 410879
project .secinfo 120
project .syscall 6
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
7443c284
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.h
View file @
7443c284
...
...
@@ -61,6 +61,67 @@ typedef struct
}
_Display_State_Flag
;
extern
volatile
_Display_State_Flag
State_Flag
;
typedef
struct
{
uint16_t
Year
;
uint8_t
Month
;
uint8_t
Date
;
uint8_t
Hour
;
uint8_t
Minute
;
uint8_t
SetDate
;
/* 设置日期标识*/
uint8_t
SetTime
;
/* 设置解耦睡觉哦考吗脑婆睡觉哦*/
uint8_t
Language
;
/* 当前语言标识*/
uint8_t
LeapYear
;
/* 设置闰年标识*/
uint8_t
User_Gsl
;
/* 速度设定-高速路*/
uint8_t
User_Ybl
;
/* 速度设定-一般路*/
uint8_t
User_Speed
;
/* 发动机转速设定*/
uint8_t
User_JADD
;
/* 急加速设定*/
uint8_t
User_JSUB
;
/* 急减速设定*/
uint8_t
User_Date
;
/* 日期设置格式切换标识*/
uint8_t
User_Time
;
/* 时间设置格式切换标识*/
uint8_t
Date_Time
;
/* 显示时间日期标识*/
uint8_t
Date_Format
;
/* 显示日期格式标识*/
uint8_t
Time_Format
;
/* 显示时间格式标识*/
uint8_t
User_HSASET
;
/* HSA调整*/
uint8_t
User_Language
;
/* 语言设置*/
uint8_t
User_Company
;
/* 单位设定*/
uint8_t
User_Light
;
/* 亮度调节*/
uint8_t
User_CarJL
;
/* 车间距离报警*/
uint32_t
User_FDJYLQQ
;
/* 发送机油 0 未设定 1-50000 数值*/
uint32_t
User_RYLQQ
;
/* 燃油滤清器 0 未设定 1-50000 数值*/
uint32_t
User_BSXY
;
/* 变速箱油 */
uint32_t
User_CSQY
;
/* 差速器油*/
uint32_t
User_KQGZJ
;
/* 空气干燥剂*/
uint32_t
User_DLZXY
;
/* 动力转向油*/
uint32_t
User_LT
;
/* 轮胎*/
uint32_t
User_QDJ
;
/* 起动机*/
uint8_t
User_Tpms
;
/* 当前是哪个轮子 0-12*/
uint8_t
User_TpmsStatus
;
/* 当前胎压匹配界面 0 胎压未配置状态, 1 轮胎选中界面, 2 轮胎正在配置*/
uint8_t
User_Temp_Return
;
/* 取消胎压配置 0 1 取消配对标记*/
uint8_t
User_TpmsSend
;
/* 胎压匹配报文发送请求次数3 0 不发*/
}
_UserSet
;
extern
_UserSet
User_set_Num
;
extern
_UserSet
User_App
;
typedef
struct
{
uint8_t
T01
;
uint8_t
T02
;
uint8_t
T03
;
uint8_t
T04
;
uint8_t
T05
;
uint8_t
T06
;
uint8_t
T07
;
uint8_t
T08
;
uint8_t
T09
;
uint8_t
T10
;
uint8_t
T11
;
uint8_t
T12
;
uint8_t
FLAG
;
}
_TPMS
;
extern
_TPMS
TPMS_Matching
;
static
const
uint32_t
GUIWedk
[
7u
]
=
{
CN_xingqiyi
,
CN_xingqier
,
CN_xingqisan
,
CN_xingqisi
,
CN_xingqiwu
,
CN_xingqiliu
,
CN_xingqiri
};
static
const
uint32_t
GUIMenuWedk
[
7u
]
=
{
CN_Mon
,
CN_Tue
,
CN_Wed
,
CN_Thu
,
CN_Fri
,
CN_Sat
,
CN_ri
};
...
...
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