coppermilk / wiener_linien_esp32_monitor

A script for using a T-Display S3 ESP32S3 as a departure board.
41 stars 3 forks source link

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

Open Benji5272 opened 7 months ago

Benji5272 commented 7 months ago

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 commented 7 months ago

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

Benji5272 commented 7 months ago

Hi ! Yes I have installed this tutorial. Should i then also use the TFT_eSPI version of that repository, or manually install the version 2.5.0? And what about the other libraries?

Greetings, Benny


From: Artem Herych @.> Sent: Thursday, December 7, 2023 11:21:50 PM To: coppermilk/wiener_linien_esp32_monitor @.> Cc: Benji5272 @.>; Author @.> Subject: Re: [coppermilk/wiener_linien_esp32_monitor] Can't compile the sketch - Issue with TFT_eSPI 2.5.0 ? (Issue #2)

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

— Reply to this email directly, view it on GitHubhttps://github.com/coppermilk/wiener_linien_esp32_monitor/issues/2#issuecomment-1846199592, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BEQ6WMH7VCPXL7DNEIBGHADYII6P5AVCNFSM6AAAAABALMWPIOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNBWGE4TSNJZGI. You are receiving this because you authored the thread.Message ID: @.***>

coppermilk commented 7 months ago

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

Benji5272 commented 7 months ago

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

CitrusPunk commented 7 months ago

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 commented 6 months ago

Solved issue by installing ESP32 version below 3.0 like described here

martinbertsch commented 5 months ago

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.