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
16f84870
Commit
16f84870
authored
Oct 10, 2024
by
梁百峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:夜间模式背光初始化
parent
a815beb7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DataProcess.c
source/Appliciation/DataProcess.c
+1
-1
DataProcess.h
source/Appliciation/DataProcess.h
+1
-1
No files found.
source/Appliciation/DataProcess.c
View file @
16f84870
...
...
@@ -1198,7 +1198,7 @@ void GUI_Light_Init(void)
void
GUI_nightLightWeakup_Init
(
void
)
{
g_nightLight
=
100
;
g_nightLight
.
Duty
=
100
;
}
void
Gui_LightProc
(
void
)
{
...
...
source/Appliciation/DataProcess.h
View file @
16f84870
...
...
@@ -485,7 +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_nightLightWeakup_Init
(
void
)
;
void
GUI_Sound_Init
(
void
);
void
Gui_LightProc
(
void
);
void
Data_Clear_Trip
(
void
);
...
...
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