feat: add support for waveshare esp32-s3-rlcd board

This commit is contained in:
Adolfo Reyna
2026-07-09 21:44:49 -04:00
parent e4b95396dd
commit df93252281
13 changed files with 772 additions and 0 deletions
@@ -0,0 +1,8 @@
# Force CMake reload to detect new files module.cpp and Configuration.cpp
file(GLOB_RECURSE SOURCE_FILES Source/*.c*)
idf_component_register(
SRCS ${SOURCE_FILES}
INCLUDE_DIRS "Source"
REQUIRES Tactility ButtonControl ST7305 PwmBacklight driver
)