We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a6de1 commit f5fa73fCopy full SHA for f5fa73f
variants/adafruit_feather_esp32s2_tft/bootloader.bin
400 Bytes
variants/adafruit_feather_esp32s2_tft/pins_arduino.h
@@ -26,15 +26,16 @@
26
#define NEOPIXEL_POWER 34 // power pin
27
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
28
29
-#define TFT_CS 42
30
-#define TFT_RST 41
31
-#define TFT_DC 40
+#define TFT_I2C_POWER 21
+#define TFT_CS 7
+#define TFT_RST 40
32
+#define TFT_DC 39
33
#define TFT_BACKLITE 45
34
35
static const uint8_t SDA = 42;
36
static const uint8_t SCL = 41;
37
-static const uint8_t SS = 21;
38
+static const uint8_t SS = 7;
39
static const uint8_t MOSI = 35;
40
static const uint8_t SCK = 36;
41
static const uint8_t MISO = 37;
variants/adafruit_feather_esp32s2_tft/tinyuf2.bin
-7.66 KB
0 commit comments