Skip to content

Commit 1f83f0d

Browse files
committed
add esp32s2 pins
1 parent 028250a commit 1f83f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/graphicstest_featherwing/graphicstest_featherwing.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#define TFT_CS 0
2222
#define TFT_DC 15
2323
#define SD_CS 2
24-
#elif defined(ESP32)
24+
#elif defined(ESP32) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
2525
#define STMPE_CS 32
2626
#define TFT_CS 15
2727
#define TFT_DC 33

examples/touchpaint_featherwing/touchpaint_featherwing.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define TFT_CS 0
2525
#define TFT_DC 15
2626
#define SD_CS 2
27-
#elif defined(ESP32)
27+
#elif defined(ESP32) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
2828
#define STMPE_CS 32
2929
#define TFT_CS 15
3030
#define TFT_DC 33

0 commit comments

Comments
 (0)