更新硬件设置

This commit is contained in:
不吃油炸鸡
2025-11-02 17:02:19 +08:00
parent fd3b6f088e
commit 848f1173a9
7 changed files with 140 additions and 32 deletions

View File

@@ -109,7 +109,8 @@ static void disp_init(void)
/*You code here*/
LCD_Init();
LCD_Fill(0,0, LCD_W, LCD_H, BLACK);
LCD_Set_Light(50);
#include "BL24C02.h"
LCD_Set_Light(Sys_Get_BacklightLevel());
}
volatile bool disp_flush_enabled = true;