File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 81
81
* - https://www.waveshare.com/esp32-s3-touch-lcd-4.3.htm
82
82
*
83
83
*/
84
- // #define BOARD_ESP32_S3_Touch_LCD_4_3
84
+ // #define BOARD_WAVESHARE_ESP32_S3_Touch_LCD_4_3
85
85
86
86
/**
87
87
* Do not change the following versions, they are used to check if the configurations in this file are compatible with
Original file line number Diff line number Diff line change 59
59
/* Jingcai */
60
60
#elif defined(BOARD_ESP32_4848S040C_I_Y_3 ) || CONFIG_BOARD_ESP32_4848S040C_I_Y_3
61
61
#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"
62
65
#else
63
66
#error "Unkonw board selected! Please check file `ESP_Panel_Board_Supported.h` and make sure only one board is enabled."
64
67
#endif
You can’t perform that action at this time.
0 commit comments