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
86edb1cb
Commit
86edb1cb
authored
Oct 18, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改OFF档时间界面只显示15sbug
parent
34fb5f55
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
BackLight_APP.c
source/Application/APP/BackLight/BackLight_APP.c
+1
-1
PowerManagement_user.c
...ce/Application/APP/PowerManagement/PowerManagement_user.c
+1
-1
DisplaySch_user.c
source/Application/Graphic/UE/DisplaySch_user.c
+1
-1
No files found.
source/Application/APP/BackLight/BackLight_APP.c
View file @
86edb1cb
...
...
@@ -104,7 +104,7 @@ void BL_Management_service(void)
Get_Menu_Off_Time
=
Coom_Get_Menu_Off_Time
();
//if (BackLightOFF_TIME < 3000)
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
1500
00
))
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
75
00
))
{
BackLightOFF_TIME
++
;
...
...
source/Application/APP/PowerManagement/PowerManagement_user.c
View file @
86edb1cb
...
...
@@ -322,7 +322,7 @@ Power_Status_t Power_Stay_OFF(void)
if
(
(
PowerGetNMStatus
()
==
POWER_NM_SLEEP
)
&&
(
LED_WAKEUP
==
LEVEL_LOW
)
&&
(
Get_Menu_Off_Time
>=
1501
00u
)
(
Get_Menu_Off_Time
>=
76
00u
)
)
{
u8PowerSts
=
m_IGN_Sleep_Init
;
...
...
source/Application/Graphic/UE/DisplaySch_user.c
View file @
86edb1cb
...
...
@@ -136,7 +136,7 @@ void DisplayServices(void)
}
else
{
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
1500
00
))
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
75
00
))
{
UE_EN
[
Display_Menu
]
=
UE_Enable
;
UE_EN
[
Display_Nothing
]
=
UE_Disable
;
...
...
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