Skip to content

Commit 030c07e

Browse files
committed
feat(touch): Support NG touch driver for P4
1 parent c3aa74f commit 030c07e

File tree

13 files changed

+623
-29
lines changed

13 files changed

+623
-29
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ set(CORE_SRCS
4545
cores/esp32/esp32-hal-timer.c
4646
cores/esp32/esp32-hal-tinyusb.c
4747
cores/esp32/esp32-hal-touch.c
48+
cores/esp32/esp32-hal-touch-ng.c
4849
cores/esp32/esp32-hal-uart.c
4950
cores/esp32/esp32-hal-rmt.c
5051
cores/esp32/Esp.cpp

0 commit comments

Comments
 (0)