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
06240f90
Commit
06240f90
authored
3 years ago
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整界面显示
parent
a713defe
No related merge requests found
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22716 additions
and
22700 deletions
+22716
-22700
project
ghs/project
+0
-0
project.hex
ghs/project.hex
+22693
-22692
project.siz
ghs/project.siz
+1
-1
Key_user.c
source/Application/APP/Key/Key_user.c
+2
-2
GUI.c
source/Application/Graphic/GUI/GUI.c
+20
-5
No files found.
ghs/project
View file @
06240f90
No preview for this file type
This diff is collapsed.
Click to expand it.
ghs/project.hex
View file @
06240f90
This diff is collapsed.
Click to expand it.
ghs/project.siz
View file @
06240f90
project .intvect 1536
project .text 3125
56
project .text 3125
88
project .rodata 410775
project .secinfo 120
project .syscall 6
...
...
This diff is collapsed.
Click to expand it.
source/Application/APP/Key/Key_user.c
View file @
06240f90
...
...
@@ -217,7 +217,7 @@ void Key_Operation_Enter(Key_Event_en_t enKeyEvent)
{
if
(
enKeyEvent
==
KEY_EVENT_SHORT_PRESS
)
{
if
(((
bCurMenuIDX
>=
_MN_DSP_LEVEL2MENU_1
)
&&
(
bCurMenuIDX
<=
_MN_DSP_LEVEL
3_2_MENU_8
))
||
if
(((
bCurMenuIDX
>=
_MN_DSP_LEVEL2MENU_1
)
&&
(
bCurMenuIDX
<=
_MN_DSP_LEVEL
2_6_MENU_2
))
||
((
bCurMenuIDX
>=
_MN_DSP_LEVEL3_4_MENU_11
)
&&
(
bCurMenuIDX
<=
_MN_DSP_LEVEL3_4_MENU_22
))
||
((
bCurMenuIDX
>=
_MN_DSP_LEVEL3_4_MENU_41
)
&&
(
bCurMenuIDX
<=
_MN_DSP_LEVEL3_4_MENU_47
)))
{
...
...
@@ -491,7 +491,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Enter(void)
}
else
{
if
((
Key_R
>=
(
5
500
-
300
))
&&
(
Key_R
<=
(
55
00
+
300
)))
if
((
Key_R
>=
(
5
300
-
300
))
&&
(
Key_R
<=
(
53
00
+
300
)))
{
enKeyRealStatus
=
KEY_LINE_PRESS
;
}
...
...
This diff is collapsed.
Click to expand it.
source/Application/Graphic/GUI/GUI.c
View file @
06240f90
...
...
@@ -2119,12 +2119,16 @@ void GUI_BG_RepSet_Menu_Display(uint8_t Mode)
GUI_Translate_Display
(
MENU_Sprite
,
(
CN_User_Menu2_03_03black
+
State_Flag
.
WXSD_BSXY
),
225u
,
GUI_DISP_MENU_Y
[
1u
],
GUI_BLENDMODE_SRC_OVER
);
GUI_Translate_Display
(
MENU_Sprite
,
(
CN_User_Menu2_03_04black
+
State_Flag
.
WXSD_CSQY
),
225u
,
GUI_DISP_MENU_Y
[
2u
],
GUI_BLENDMODE_SRC_OVER
);
}
else
else
if
(
bCurMenuIDX
==
_MN_DSP_LEVEL2_3_MENU_7
)
{
GUI_Translate_Display
(
MENU_Sprite
,
(
CN_User_Menu2_03_03black
+
State_Flag
.
WXSD_BSXY
),
225u
,
GUI_DISP_MENU_Y
[
0u
],
GUI_BLENDMODE_SRC_OVER
);
GUI_Translate_Display
(
MENU_Sprite
,
(
CN_User_Menu2_03_04black
+
State_Flag
.
WXSD_CSQY
),
225u
,
GUI_DISP_MENU_Y
[
1u
],
GUI_BLENDMODE_SRC_OVER
);
GUI_Translate_Display
(
MENU_Sprite
,
(
CN_User_Menu2_03_06black
+
State_Flag
.
WXSD_DLZXY
),
225u
,
GUI_DISP_MENU_Y
[
2u
],
GUI_BLENDMODE_SRC_OVER
);
}
else
{
;
/*Do Nothing*/
}
}
else
{
...
...
@@ -3311,16 +3315,26 @@ void GUI_BG_RepMenu_3_1_Display(uint8_t Mode)
if
(
Mode
==
GUI_DISP_MODE_NORMAL
)
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_11
,
GUI_BLENDMODE_SRC_OVER
);
/*menu*/
if
(
User_FDJYLQQ_Value
>
0u
)
{
if
(
User_FDJYLQQ_Value
>
999u
)
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_12
,
GUI_BLENDMODE_SRC_OVER
);
/*距离更换*/
//if (User_FDJYLQQ_Value > 1000)
//{
// GUI_General_Display(MENU_Sprite, CN_User_Menu3_01_12, GUI_BLENDMODE_SRC_OVER); /*距离更换*/
//}
//else
//{
// GUI_General_Display(MENU_Sprite, CN_User_Menu3_01_14, GUI_BLENDMODE_SRC_OVER); /*即将更换*/
//}
GUI_Translate_Display
(
MENU_Sprite
,
Nb_15_douhao
,
534u
,
281u
,
GUI_BLENDMODE_SRC_OVER
);
/*逗号*/
}
else
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_12
,
GUI_BLENDMODE_SRC_OVER
);
/*请更换*/
GUI_General_Display
(
MENU_Sprite
,
SpriteSize
,
GUI_BLENDMODE_SRC_OVER
);
}
...
...
@@ -3330,6 +3344,7 @@ void GUI_BG_RepMenu_3_1_Display(uint8_t Mode)
{
if
(
User_FDJYLQQ_FLAG
==
1u
)
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_13
,
GUI_BLENDMODE_SRC_OVER
);
/*请更换*/
GUI_Translate_Display
(
MENU_Sprite
,
Nb_15_douhao
,
534u
,
281u
,
GUI_BLENDMODE_SRC_OVER
);
/*逗号*/
GUI_Translate_Display
(
MENU_Sprite
,
Nb_15_fuhao
,
506u
,
279u
,
GUI_BLENDMODE_SRC_OVER
);
/*负号*/
...
...
@@ -4700,13 +4715,13 @@ void GUI_BG_Enter_Return_Display(uint8_t Mode)
if
(
State_Flag
.
ENTER_RETURN
==
0
)
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_
7
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_
10
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
MENU_Sprite
,
CN_white_yes
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
MENU_Sprite
,
CN_white_no
,
GUI_BLENDMODE_SRC_OVER
);
}
else
{
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_
8
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
MENU_Sprite
,
CN_User_Menu3_01_
11
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
MENU_Sprite
,
CN_grey_yes
,
GUI_BLENDMODE_SRC_OVER
);
GUI_General_Display
(
MENU_Sprite
,
CN_grey_no
,
GUI_BLENDMODE_SRC_OVER
);
}
...
...
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