Bodmer / TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Other
3.79k stars 1.09k forks source link

issues with the version version=2.4.42 and ESP32-S2 #1733

Closed homonto closed 2 years ago

homonto commented 2 years ago

just after upgrade to version=2.4.42 there is an issue with ESP32-S2 and displays:

for #include <User_Setups/Setup18_ST7789.h> :

libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32.c:17:31: error: 'VSPI' was not declared in this scope
       SPIClass spi = SPIClass(VSPI);
                               ^~~~

for #include <User_Setups/Setup1_ILI9341.h> :

libraries/TFT_eSPI/Processors/TFT_eSPI_ESP32.c:17:31: error: 'VSPI' was not declared in this scope
       SPIClass spi = SPIClass(VSPI);
                               ^~~~
Bodmer commented 2 years ago

2.4.43 has yesterdays update, it is only available direct from Github at the moment. I will release today, the it takes about 24hrs to show as an update in the IDE.

homonto commented 2 years ago

so I updated to the wrong version, right?

Bodmer commented 2 years ago

Yes, 2.4.43 now released.