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

Can't compile the sketch - Issue with TFT_eSPI 2.5.0 ? #2

Open
Benji5272 opened this issue Dec 7, 2023 · 7 comments
Open

Can't compile the sketch - Issue with TFT_eSPI 2.5.0 ? #2

Benji5272 opened this issue Dec 7, 2023 · 7 comments
Labels
documentation Improvements or additions to documentation

Comments

@Benji5272
Copy link

Hi! I wanted to give this little project a try but ended up with some issues. I installed all the libraries (the exact versions that are stated in the sketch-comments) for the board and tried to compile the sketch. It seems like there are some defines missing in the TFT_eSPI library. I will copy the error messages below - can you help me with those? Can I change something myself? I am not really into C-coding, so without help, I won't be able to solve the issue.
I'll attach the message to this post - I'm new to GitHub - sorry for any wrong requests or posts.
Greetings,
Benji

TFT_eSPI_error.txt

@coppermilk
Copy link
Owner

Hello, have you installed this tutorial? https://www.youtube.com/watch?v=gpyeMjM9cOU&ab_channel=VolosProjects

@Benji5272
Copy link
Author

Benji5272 commented Dec 8, 2023 via email

@coppermilk
Copy link
Owner

I just use manually installed lib, nothing know about other libs.

@Benji5272
Copy link
Author

Hi again! I updated the TFT-eSPI to the latest version and now the code is compiled!

@CitrusPunk
Copy link

CitrusPunk commented Dec 11, 2023

Hey!
Same issue here. If we're using the TFT_eSPI lib from https://github.com/Xinyuan-LilyGO/T-Display-S3/tree/main/lib it is compiling and uploading but we do not get any display out.
The serial just prints:

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x4037b0be
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x508
load:0x403c9700,len:0x4
load:0x403c9704,len:0xad0
load:0x403cc700,len:0x29d8
entry 0x403c9880

after reset.

EDIT:
Solved issue by installing ESP32 version below 3.0 like described here

@coppermilk
Copy link
Owner

Solved issue by installing ESP32 version below 3.0 like described here

@coppermilk coppermilk reopened this Jan 5, 2024
@coppermilk coppermilk added the documentation Improvements or additions to documentation label Jan 5, 2024
@martinbertsch
Copy link

I'm wondering about the ESP32 version as the highest available version is yet 2.0.14

I'm facing the same problem that I do not get any display out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

4 participants