This commit is contained in:
不吃油炸鸡
2025-11-26 19:16:32 +08:00
parent 488a497ba6
commit 0fa51a923b
15 changed files with 831 additions and 39 deletions

View File

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