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
6ed32bdb
Commit
6ed32bdb
authored
Dec 27, 2021
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整按键组织
parent
55a6c075
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Key_user.c
source/Application/APP/Key/Key_user.c
+5
-5
No files found.
source/Application/APP/Key/Key_user.c
View file @
6ed32bdb
...
...
@@ -1007,7 +1007,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Up(void)
}
else
{
if
((
Key_R
>=
(
12
00
-
300
))
&&
(
Key_R
<=
(
1200
+
3
00
)))
if
((
Key_R
>=
(
12
50
-
400
))
&&
(
Key_R
<=
(
1250
+
4
00
)))
{
enKeyRealStatus
=
KEY_LINE_PRESS
;
}
...
...
@@ -1034,7 +1034,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Down(void)
}
else
{
if
((
Key_R
>=
(
2
500
-
300
))
&&
(
Key_R
<=
(
2500
+
3
00
)))
if
((
Key_R
>=
(
2
900
-
400
))
&&
(
Key_R
<=
(
2900
+
4
00
)))
{
enKeyRealStatus
=
KEY_LINE_PRESS
;
}
...
...
@@ -1061,7 +1061,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Enter(void)
}
else
{
if
((
Key_R
>=
(
4
300
-
400
))
&&
(
Key_R
<=
(
43
00
+
400
)))
if
((
Key_R
>=
(
4
800
-
400
))
&&
(
Key_R
<=
(
48
00
+
400
)))
{
enKeyRealStatus
=
KEY_LINE_PRESS
;
}
...
...
@@ -1087,7 +1087,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Return(void)
}
else
{
if
((
Key_R
>=
(
7
000
-
400
))
&&
(
Key_R
<=
(
70
00
+
400
)))
if
((
Key_R
>=
(
7
800
-
400
))
&&
(
Key_R
<=
(
78
00
+
400
)))
{
enKeyRealStatus
=
KEY_LINE_PRESS
;
}
...
...
@@ -1114,7 +1114,7 @@ Key_Real_Status_en_t Key_Real_Status_Read_Menu(void)
}
else
{
if
((
Key_R
>=
(
400
-
300
))
&&
(
Key_R
<=
(
4
00
+
300
)))
if
((
Key_R
>=
(
500
-
300
))
&&
(
Key_R
<=
(
5
00
+
300
)))
{
enKeyRealStatus
=
KEY_LINE_PRESS
;
}
...
...
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