Skip to content

Commit 6f006b3

Browse files
committed
BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
1 parent 7f5e630 commit 6f006b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ESP_Panel_Board_Supported.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
8282
*
8383
*/
84-
// #define BOARD_ESP32_S3_Touch_LCD_4_3
84+
// #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
8585

8686
/**
8787
* Do not change the following versions, they are used to check if the configurations in this file are compatible with

src/board/ESP_PanelBoard.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
/* Jingcai */
6060
#elif defined(BOARD_ESP32_4848S040C_I_Y_3) || CONFIG_BOARD_ESP32_4848S040C_I_Y_3
6161
#include "board/jingcai/ESP32_4848S040C_I_Y_3.h"
62+
/* Waveshare */
63+
#elif defined(BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3) || CONFIG_BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
64+
#include "board/waveshare/ESP32_S3_Touch_LCD_4.3.h"
6265
#else
6366
#error "Unkonw board selected! Please check file `ESP_Panel_Board_Supported.h` and make sure only one board is enabled."
6467
#endif

0 commit comments

Comments
 (0)