From c481302468cd638e751661bf4bd16aedd9c808f7 Mon Sep 17 00:00:00 2001 From: Andrew Combs Date: Fri, 20 Sep 2024 22:36:18 -0400 Subject: [PATCH 1/2] Update TFT_eSPI_ESP32_S3.h --- Processors/TFT_eSPI_ESP32_S3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/TFT_eSPI_ESP32_S3.h b/Processors/TFT_eSPI_ESP32_S3.h index c1a9e101..e191633e 100644 --- a/Processors/TFT_eSPI_ESP32_S3.h +++ b/Processors/TFT_eSPI_ESP32_S3.h @@ -80,7 +80,7 @@ SPI3_HOST = 2 #elif CONFIG_IDF_TARGET_ESP32S2 #define SPI_PORT 2 //FSPI(ESP32 S2) #elif CONFIG_IDF_TARGET_ESP32S3 - #define SPI_PORT FSPI + #define SPI_PORT 3 #endif #endif From 38b1733d08c78601922566d042ca6f7695bc3250 Mon Sep 17 00:00:00 2001 From: Andrew Combs Date: Fri, 20 Sep 2024 22:46:27 -0400 Subject: [PATCH 2/2] Update TFT_eSPI_ESP32_S3.h 2 i s probably a better default,, but it doesn't really matter 2 vs 3 --- Processors/TFT_eSPI_ESP32_S3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Processors/TFT_eSPI_ESP32_S3.h b/Processors/TFT_eSPI_ESP32_S3.h index e191633e..9fa87771 100644 --- a/Processors/TFT_eSPI_ESP32_S3.h +++ b/Processors/TFT_eSPI_ESP32_S3.h @@ -80,7 +80,7 @@ SPI3_HOST = 2 #elif CONFIG_IDF_TARGET_ESP32S2 #define SPI_PORT 2 //FSPI(ESP32 S2) #elif CONFIG_IDF_TARGET_ESP32S3 - #define SPI_PORT 3 + #define SPI_PORT 2 #endif #endif