resistance touch lcd

This commit is contained in:
2026-07-03 11:22:17 +08:00
commit bf249faed0
8 changed files with 336 additions and 0 deletions

3
main/CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
idf_component_register(SRCS "resistive_touch.c" "main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES esp_driver_gpio esp_driver_spi freertos)