Add board: Waveshare S3 Touch LCD 1.47 (#328)

Touch isn't working yet.
Fixed a SPI lock issue.
This commit is contained in:
Ken Van Hoeylandt
2025-09-12 23:45:37 +02:00
committed by GitHub
parent 84049658db
commit 980b115f1d
29 changed files with 1600 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
idf_component_register(SRCS "esp_lcd_jd9853.c"
INCLUDE_DIRS "include"
REQUIRES "esp_lcd" "driver")