Commit 9639b3b6 authored by 李俭双's avatar 李俭双

🐞 fix:依实车验证结果,更改亮度标定值,背光占空比为100%,21036亮度值为FF

parent 594d247c
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
#include "Line_In\Line_In_user.h" #include "Line_In\Line_In_user.h"
#define BACK_LIGHT_DAY 600 #define BACK_LIGHT_DAY 1000
#define BACK_LIGHT_NIGHT 420 #define BACK_LIGHT_NIGHT 600
//_Light g_Light; //_Light g_Light;
uint8_t LED_Turnoff = 0; uint8_t LED_Turnoff = 0;
uint8_t LED_Turnon = 0; uint8_t LED_Turnon = 0;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/
#define LED_ON 186 #define LED_ON 255
#define LED_OFF 0 #define LED_OFF 0
#define LED_LINEOUT_Low 0 #define LED_LINEOUT_Low 0
#define LED_LINEOUT_High 1 #define LED_LINEOUT_High 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment