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
b6c37596
Commit
b6c37596
authored
Aug 01, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调增tyw-ODO清零时间为5S
parent
e9259a9a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Key.c
source/Application/APP/Key/Key.c
+1
-1
DisplaySch_user.c
source/Application/Graphic/UE/DisplaySch_user.c
+1
-1
No files found.
source/Application/APP/Key/Key.c
View file @
b6c37596
...
...
@@ -310,7 +310,7 @@ void Key_Init(void)
stKeyParameter
.
u16KeyLoosenTime
=
100U
;
stKeyParameter
.
u16KeyShortPressTime
=
80U
;
stKeyParameter
.
u16KeyLongPressTime
=
1000U
;
stKeyParameter
.
u16KeySuperLongPressTime
=
10
000U
;
stKeyParameter
.
u16KeySuperLongPressTime
=
5
000U
;
stKeyParameter
.
u16KeyValidOFFTime
=
200U
;
/*按键动作时间*/
stKeyParameter
.
u16KeyValidONTime
=
1000U
;
}
...
...
source/Application/Graphic/UE/DisplaySch_user.c
View file @
b6c37596
...
...
@@ -182,7 +182,7 @@ void DisplayServices(void)
{
HMI_Clear_KEY_CONFIRM
();
}
/*确认超长
1
5 S*/
/*确认超长 5 S*/
else
if
(
UE_CtrlInfo
.
HMI_KEYInfo
.
u8KEY_CONFIRM
==
KEY_EVENT_SUPER_LONG_PRESS
)
{
HMI_Clear_KEY_CONFIRM
();
...
...
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