fix compiling errors (#1161)

This commit is contained in:
Xiaoxia
2025-09-04 15:17:32 +08:00
committed by GitHub
parent 5d3f597137
commit fc355605f5
4 changed files with 12 additions and 15 deletions

View File

@@ -62,7 +62,7 @@
#ifdef CONFIG_LCD_JD9853
#ifdef CONFIG_AUDIO_BOARD_LCD_JD9853
#define LCD_TYPE_JD9853_SERIAL
#define DISPLAY_WIDTH 320
#define DISPLAY_HEIGHT 172
@@ -76,7 +76,7 @@
#define DISPLAY_OFFSET_Y 0
#endif
#ifdef CONFIG_LCD_ST7789
#ifdef CONFIG_AUDIO_BOARD_LCD_ST7789
#define LCD_TYPE_ST7789_SERIAL
#define DISPLAY_WIDTH 240
#define DISPLAY_HEIGHT 320
@@ -92,4 +92,4 @@
#endif // _BOARD_CONFIG_H_
#endif // _BOARD_CONFIG_H_