New board: Waveshare ESP32 S3 Touch LCD 4.3" (#248)

This commit is contained in:
Ken Van Hoeylandt
2025-03-14 23:55:48 +01:00
committed by GitHub
parent f85d0239ff
commit 0ebc022946
14 changed files with 305 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
LilygoTdeck
M5stackCoreS3
UnPhone
WaveshareS3Touch43
)
endif()
+2
View File
@@ -43,6 +43,8 @@ menu "Tactility App"
bool "M5Stack CoreS3"
config TT_BOARD_UNPHONE
bool "unPhone"
config TT_BOARD_WAVESHARE_S3_TOUCH_43
bool "Waveshare ESP32 S3 Touch LCD 4.3"
help
Select a board/hardware configuration.
Use TT_BOARD_CUSTOM if you will manually configure the board in your project.
+3
View File
@@ -52,6 +52,9 @@
#elif defined(CONFIG_TT_BOARD_CYD_4848S040C)
#include "CYD4848S040C.h"
#define TT_BOARD_HARDWARE &cyd_4848s040c_config
#elif defined(CONFIG_TT_BOARD_WAVESHARE_S3_TOUCH_43)
#include "WaveshareS3Touch43.h"
#define TT_BOARD_HARDWARE &waveshare_s3_touch_43
#else
#define TT_BOARD_HARDWARE NULL
#error Replace TT_BOARD_HARDWARE in main.c with your own. Or copy one of the ./sdkconfig.board.* files into ./sdkconfig.