Skip to content

Commit f140875

Browse files
committed
Add direct 4-wire resistive touchscreen driver
1 parent 10dd0dd commit f140875

File tree

7 files changed

+777
-1
lines changed

7 files changed

+777
-1
lines changed

components/display/touch_panel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
set(TOUCH_DIR "xpt2046" "ft5x06" "ns2016")
2+
set(TOUCH_DIR "xpt2046" "ft5x06" "ns2016" "res4w")
33

44
idf_component_register(SRC_DIRS "." "${TOUCH_DIR}" "calibration" "calibration/basic_painter" "calibration/basic_painter/fonts"
55
INCLUDE_DIRS "." "${TOUCH_DIR}" "calibration/basic_painter" "calibration/basic_painter/fonts"

components/display/touch_panel/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ menu "Touch Screen Driver"
99
config TOUCH_DRIVER_NS2016
1010
bool "NS2016"
1111
default n
12+
config TOUCH_DRIVER_RES4W
13+
bool "RES4W"
14+
default n
1215
endmenu
1316

1417
config TOUCH_PANEL_MAX_CALIBRATE_ERROR

0 commit comments

Comments
 (0)