8000
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 d2a129e commit 2e27380Copy full SHA for 2e27380
variants/waveshare_esp32_s3_touch_lcd_185/pins_arduino.h
@@ -19,10 +19,11 @@ static const uint8_t SDA = 11;
19
static const uint8_t TX = 43;
20
static const uint8_t RX = 44;
21
22
-static const uint8_t SS = 10;
23
-static const uint8_t MOSI = 11;
24
-static const uint8_t MISO = 13;
25
-static const uint8_t SCK = 12;
+// Mapping based on the ESP32S3 data sheet - alternate for SPI2
+static const uint8_t SS = 34; // FSPICS0
+static const uint8_t MOSI = 35; // FSPID
+static const uint8_t MISO = 37; // FSPIQ
26
+static const uint8_t SCK = 36; // FSPICLK
27
28
static const uint8_t A0 = 1;
29
static const uint8_t A1 = 2;
0 commit comments