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
f015d5c5
Commit
f015d5c5
authored
Jan 30, 2023
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整没有CAN设备CAN不休眠问题,调整OFF档显示时间问题
parent
fb558971
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
BackLight_APP.c
source/Application/APP/BackLight/BackLight_APP.c
+1
-1
PowerManagement_user.c
...ce/Application/APP/PowerManagement/PowerManagement_user.c
+1
-2
GUI.c
source/Application/Graphic/GUI/GUI.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 @
f015d5c5
...
...
@@ -103,7 +103,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
<
75
0
0
))
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
75
5
0
))
{
BackLightOFF_TIME
++
;
...
...
source/Application/APP/PowerManagement/PowerManagement_user.c
View file @
f015d5c5
...
...
@@ -170,8 +170,7 @@ void Power_Sleep_Init(void)
RSCAN0_CH2_Abort
(
RSCAN_CHANNEL_BUF_12
);
RSCAN0_CH2_Abort
(
RSCAN_CHANNEL_BUF_13
);
RSCAN0_CH0_Sleep_Init
();
RSCAN0_CH2_Sleep_Init
();
RSCAN0_Sleep_Init
();
VCC12V0_OUT_EN
=
0u
;
/*12V 电源使能*/
VCC05V0_OUT_EN
=
0u
;
/*外设5V 电源使能*/
...
...
source/Application/Graphic/GUI/GUI.c
View file @
f015d5c5
...
...
@@ -2036,7 +2036,7 @@ void GUI_Time_OilTemp_OFF_Display(uint8_t Mode)
Get_Menu_Off_Time
=
Coom_Get_Menu_Off_Time
();
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
))
{
/*时间*/
GUI_General_Display
(
MENU_Sprite
,
CN_Time_wenzi
,
GUI_BLENDMODE_SRC_OVER
);
/*时间*/
...
...
source/Application/Graphic/UE/DisplaySch_user.c
View file @
f015d5c5
...
...
@@ -135,7 +135,7 @@ void DisplayServices(void)
}
else
{
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
75
0
0
))
if
((
State_Flag
.
Menu_Key_Static
==
1u
)
&&
(
Get_Menu_Off_Time
<
75
5
0
))
{
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