update spi lcd ui test

This commit is contained in:
不吃油炸鸡
2025-08-12 18:43:38 +08:00
parent b1b734b32d
commit 6a63839496
3 changed files with 8 additions and 2 deletions

View File

@@ -107,7 +107,9 @@ void lv_port_disp_init(void)
static void disp_init(void)
{
/*You code here*/
LCD_Init();
LCD_Fill(0,0, LCD_W, LCD_H, BLACK);
LCD_Set_Light(50);
}
volatile bool disp_flush_enabled = true;