We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11217a commit 6c1b6a4Copy full SHA for 6c1b6a4
ports/raspberrypi/mpconfigport.mk
@@ -65,7 +65,8 @@ CIRCUITPY_ALARM = 0
65
CIRCUITPY_PICODVI ?= 1
66
67
# Our generic touchio uses a pull down and RP2350 A2 hardware doesn't work correctly.
68
-# So, turn touchio off because it doesn't work.
+# So, turn generic touchio off because it doesn't work.
69
+# And use a "native" touchio that expects 1M pull-up resistor instead of pull-down
70
CIRCUITPY_TOUCHIO = 1
71
CIRCUITPY_TOUCHIO_USE_NATIVE ?= 1
72
0 commit comments