We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32-S3 Dev Module
ESP23-S3 Mini
TFT Display
#define TFT_MOSI 13 #define TFT_SCLK 12 #define TFT_CS 11 #define TFT_DC 10
v2.0.15
Arduino IDE
Windows 10
QIO 80MHZ
yes
921600
Something changes in 2.0.14...2.0.15
which brakes SPI Connection and causes an unexepected crash
#include <TFT_eSPI.h> TFT_eSPI tft = TFT_eSPI(); // Invoke custom library void setup() { tft.init(); tft.setSwapBytes(true); tft.fillScreen(TFT_BLACK); }
ESP-ROM:esp32s3-20210327 Build:Mar 27 2021 rst:0xc (RTC_SW_CPU_RST),boot:0x2b (SPI_FAST_FLASH_BOOT) Saved PC:0x4208be72 SPIWP:0xee mode:DIO, clock div:1 load:0x3fce3808,len:0x4bc load:0x403c9700,len:0xbd8 load:0x403cc700,len:0x2a0c 0x42007d74: is in TFT_eSPI::writecommand(unsigned char) (c:\Users\nils\Documents\Arduino\libraries\TFT_eSPI\TFT_eSPI.cpp:81). 0x42007dfd: is in TFT_eSPI::init(unsigned char) (c:\Users\nils\Documents\Arduino\libraries\TFT_eSPI\TFT_eSPI.cpp:701). 0x4200471d: setup() at ESP32.ino:351 0x420121fa: loopTask(void*) at C:\Users\nils\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.15\cores\esp32\main.cpp:42
Tried v3.0.7, 3.0.0, 2.0.17, 2.0.13, 2.0.14, 2.0.16
So above 2.0.15 it does not work anymore
The text was updated successfully, but these errors were encountered:
Bodmer/TFT_eSPI#3384 (comment)
Sorry, something went wrong.
No branches or pull requests
Board
ESP32-S3 Dev Module
Device Description
ESP23-S3 Mini
Hardware Configuration
TFT Display
#define TFT_MOSI 13
#define TFT_SCLK 12
#define TFT_CS 11
#define TFT_DC 10
Version
v2.0.15
IDE Name
Arduino IDE
Operating System
Windows 10
Flash frequency
QIO 80MHZ
PSRAM enabled
yes
Upload speed
921600
Description
Something changes in 2.0.14...2.0.15
which brakes SPI Connection and causes an unexepected crash
Sketch
Debug Message
Other Steps to Reproduce
Tried v3.0.7, 3.0.0, 2.0.17, 2.0.13, 2.0.14, 2.0.16
So above 2.0.15 it does not work anymore
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: