Skip to content
New issue

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

Something brakes TFT_eSPI in 2.0.14 -> 2.0.15 #10564

Closed
1 task done
bluecraank opened this issue Nov 4, 2024 · 1 comment
Closed
1 task done

Something brakes TFT_eSPI in 2.0.14 -> 2.0.15 #10564

bluecraank opened this issue Nov 4, 2024 · 1 comment
Labels
Status: Awaiting triage Issue is waiting for triage

Comments

@bluecraank
Copy link

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

#include <TFT_eSPI.h>
TFT_eSPI tft = TFT_eSPI();  // Invoke custom library

void setup() {
  tft.init();
  tft.setSwapBytes(true);
  tft.fillScreen(TFT_BLACK);
}

Debug Message

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

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

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@bluecraank
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Awaiting triage Issue is waiting for triage
Projects
None yet
Development

No branches or pull requests

1 participant