Skip to content

Commit

Permalink
add esp32s2 pins
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Oct 26, 2021
1 parent 028250a commit 1f83f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define TFT_CS 0
#define TFT_DC 15
#define SD_CS 2
#elif defined(ESP32)
#elif defined(ESP32) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
#define STMPE_CS 32
#define TFT_CS 15
#define TFT_DC 33
Expand Down
2 changes: 1 addition & 1 deletion examples/touchpaint_featherwing/touchpaint_featherwing.ino
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#define TFT_CS 0
#define TFT_DC 15
#define SD_CS 2
#elif defined(ESP32)
#elif defined(ESP32) && !defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2)
#define STMPE_CS 32
#define TFT_CS 15
#define TFT_DC 33
Expand Down

0 comments on commit 1f83f0d

Please sign in to comment.