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
+5
View File
@@ -0,0 +1,5 @@
idf_component_register(
SRC_DIRS "Source"
INCLUDE_DIRS "Source"
REQUIRES Tactility driver EspLcdCompat
)