Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
IVECO_NS216
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
时昊
IVECO_NS216
Commits
f9da1ca1
Commit
f9da1ca1
authored
Oct 10, 2024
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:增加黑夜模式亮度休眠唤醒初始化恢复默认亮度
parent
8ec07281
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletion
+6
-1
DataProcess.c
source/Appliciation/DataProcess.c
+4
-0
DataProcess.h
source/Appliciation/DataProcess.h
+1
-0
PowerManag_user.c
source/Appliciation/PowerManag_user.c
+1
-1
No files found.
source/Appliciation/DataProcess.c
View file @
f9da1ca1
...
...
@@ -1196,6 +1196,10 @@ void GUI_Light_Init(void)
g_nightLight
.
Duty
=
100
;
}
void
GUI_nightLightWeakup_Init
(
void
)
{
g_nightLight
=
100
;
}
void
Gui_LightProc
(
void
)
{
if
(
SYS_OPR_STAT_HALT
)
...
...
source/Appliciation/DataProcess.h
View file @
f9da1ca1
...
...
@@ -485,6 +485,7 @@ uint8_t Common_Get_Act_V_Speed_Valid(void);
uint16_t
Get_DispVechileSpeed
(
void
);
uint16_t
Get_DispEngineSpeed
(
void
);
void
GUI_Light_Init
(
void
);
void
GUI_nightLightWeakup_Init
(
void
)
void
GUI_Sound_Init
(
void
);
void
Gui_LightProc
(
void
);
void
Data_Clear_Trip
(
void
);
...
...
source/Appliciation/PowerManag_user.c
View file @
f9da1ca1
...
...
@@ -159,7 +159,7 @@ void PoMa_Wakeup_Init(void)
WDT_Clear
(
);
PWM_Init
(
);
FuelWake
(
);
GUI_nightLightWeakup_Init
();
#ifndef INNER_PIC_ON
BSP_QSPI_Init
(
);
// Gui_LoadFontInfo();
...
...
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