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
3daa449b
Commit
3daa449b
authored
Jan 29, 2023
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加中英文切换功能,暂时没有英文图片,修改MIL指示灯亮度过量BUG
parent
37f6cfaa
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
443 additions
and
357 deletions
+443
-357
Key_user.c
source/Application/APP/Key/Key_user.c
+6
-6
Telltales_user.c
source/Application/APP/Telltales/Telltales_user.c
+1
-1
Popup_List.h
source/Application/Alarm/Popup_List.h
+69
-69
GUI.c
source/Application/Graphic/GUI/GUI.c
+363
-278
GUI.h
source/Application/Graphic/GUI/GUI.h
+4
-3
No files found.
source/Application/APP/Key/Key_user.c
View file @
3daa449b
...
...
@@ -248,10 +248,10 @@ void Key_Operation_Up(Key_Event_en_t enKeyEvent)
/*语言设置 ----反*/
else
if
(
bCurMenuIDX
==
_MN_DSP_LEVEL3_4_MENU_3
)
{
//
if (User_set_Num.User_Language > 0u)
//
{
//
User_set_Num.User_Language--;
//
}
if
(
User_set_Num
.
User_Language
>
0u
)
{
User_set_Num
.
User_Language
--
;
}
}
/*胎压匹配界面*/
else
if
(
bCurMenuIDX
==
_MN_DSP_LEVEL3_4_MENU_5
)
...
...
@@ -759,8 +759,8 @@ void Key_Operation_Down(Key_Event_en_t enKeyEvent)
/*语言设置 ----反*/
else
if
(
bCurMenuIDX
==
_MN_DSP_LEVEL3_4_MENU_3
)
{
//
if (User_set_Num.User_Language < 1)
//
User_set_Num.User_Language++;
if
(
User_set_Num
.
User_Language
<
1
)
User_set_Num
.
User_Language
++
;
}
/*胎压匹配界面*/
else
if
(
bCurMenuIDX
==
_MN_DSP_LEVEL3_4_MENU_5
)
...
...
source/Application/APP/Telltales/Telltales_user.c
View file @
3daa449b
...
...
@@ -677,7 +677,7 @@ void LED_MIL_T_Execution(uint8_t led_status)
{
if
(
led_status
==
1
)
{
LED_Driver_Channel_Set
(
0u
,
30u
,
0xFFu
);
LED_Driver_Channel_Set
(
0u
,
30u
,
LED_BRIGHTNESSY
);
SEG_LED_MIL_T
(
7
);
}
else
...
...
source/Application/Alarm/Popup_List.h
View file @
3daa449b
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
3daa449b
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.h
View file @
3daa449b
...
...
@@ -6,8 +6,8 @@
#include "images.h"
#include "TYW_stdint.h"
#define TRAPA
1
u
#define TRAPB
0
u
#define TRAPA
0
u
#define TRAPB
1
u
#define Language_En 0u
#define Language_Cn 1u
...
...
@@ -260,7 +260,8 @@ static const GUIGeneralPopupStruct GUIGeneralPopupTable[] =
{
CN_Alarm_drive_44_image
,
CN_Alarm_drive_44_wenzi2_1
,
CN_Alarm_drive_44_wenzi2
,
CN_Alarm_drive_44_wenzi2_1
,
CN_Alarm_drive_44_wenzi2
},
/*67. 更换轮胎・轮胎位置*/
};
static
const
uint32_t
GUIWedk
[
7u
]
=
{
CN_xingqiri
,
CN_xingqiyi
,
CN_xingqier
,
CN_xingqisan
,
CN_xingqisi
,
CN_xingqiwu
,
CN_xingqiliu
};
static
const
uint32_t
GUIWedk_Cn
[
7u
]
=
{
CN_xingqiri
,
CN_xingqiyi
,
CN_xingqier
,
CN_xingqisan
,
CN_xingqisi
,
CN_xingqiwu
,
CN_xingqiliu
};
static
const
uint32_t
GUIWedk_En
[
7u
]
=
{
CN_xingqiri
,
CN_xingqiyi
,
CN_xingqier
,
CN_xingqisan
,
CN_xingqisi
,
CN_xingqiwu
,
CN_xingqiliu
};
static
const
uint32_t
GUIMenuWedk
[
7u
]
=
{
CN_ri
,
CN_Mon
,
CN_Tue
,
CN_Wed
,
CN_Thu
,
CN_Fri
,
CN_Sat
};
static
const
uint32_t
GUIGear
[
12u
]
=
{
CN_dangwei_1
,
CN_dangwei_2
,
CN_dangwei_3
,
CN_dangwei_4
,
CN_dangwei_5
,
CN_dangwei_6
,
CN_dangwei_7
,
CN_dangwei_8
,
CN_dangwei_9
,
CN_dangwei_10
,
CN_dangwei_11
,
CN_dangwei_12
...
...
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