Tactiliest/Drivers/AXS5106/CMakeLists.txt
Ken Van Hoeylandt 980b115f1d
Add board: Waveshare S3 Touch LCD 1.47 (#328)
Touch isn't working yet.
Fixed a SPI lock issue.
2025-09-12 23:45:37 +02:00

4 lines
173 B
CMake

idf_component_register(SRCS "esp_lcd_touch_axs5106.c"
INCLUDE_DIRS "include"
REQUIRES "esp_lcd" "driver" "espressif__esp_lcd_touch")