Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
TY
TianYing_ty100
Commits
9639b3b6
Commit
9639b3b6
authored
Jul 01, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:依实车验证结果,更改亮度标定值,背光占空比为100%,21036亮度值为FF
parent
594d247c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
BackLight.c
Firmware/Source/Application/BackLight/BackLight.c
+2
-2
LED_Driver_Interface.h
Firmware/Source/Component/LED_Driver/LED_Driver_Interface.h
+1
-1
No files found.
Firmware/Source/Application/BackLight/BackLight.c
View file @
9639b3b6
...
...
@@ -6,8 +6,8 @@
#include "Line_In\Line_In_user.h"
#define BACK_LIGHT_DAY
6
00
#define BACK_LIGHT_NIGHT
42
0
#define BACK_LIGHT_DAY
10
00
#define BACK_LIGHT_NIGHT
60
0
//_Light g_Light;
uint8_t
LED_Turnoff
=
0
;
uint8_t
LED_Turnon
=
0
;
...
...
Firmware/Source/Component/LED_Driver/LED_Driver_Interface.h
View file @
9639b3b6
...
...
@@ -3,7 +3,7 @@
/*-----------------------------------------------------------*/
#define LED_ON
186
#define LED_ON
255
#define LED_OFF 0
#define LED_LINEOUT_Low 0
#define LED_LINEOUT_High 1
...
...
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