Skip to content

Commit df6b3cd

Browse files
committed
fix TFT pins
1 parent 1a16f33 commit df6b3cd

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Diff for: variants/adafruit_feather_esp32s2_tft/bootloader.bin

400 Bytes
Binary file not shown.

Diff for: variants/adafruit_feather_esp32s2_tft/pins_arduino.h

+5-4
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,16 @@
2626
#define NEOPIXEL_POWER 34 // power pin
2727
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
2828

29-
#define TFT_CS 42
30-
#define TFT_RST 41
31-
#define TFT_DC 40
29+
#define TFT_I2C_POWER 21
30+
#define TFT_CS 7
31+
#define TFT_RST 40
32+
#define TFT_DC 39
3233
#define TFT_BACKLITE 45
3334

3435
static const uint8_t SDA = 42;
3536
static const uint8_t SCL = 41;
3637

37-
static const uint8_t SS = 21;
38+
static const uint8_t SS = 7;
3839
static const uint8_t MOSI = 35;
3940
static const uint8_t SCK = 36;
4041
static const uint8_t MISO = 37;

Diff for: variants/adafruit_feather_esp32s2_tft/tinyuf2.bin

-7.66 KB
Binary file not shown.

0 commit comments

Comments
 (0)