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.53k stars 1.02k forks source link

LilyGo_T_Display_S3 not working well with 2.5.33 ok with 2.5.0 #2960

Closed beding closed 8 months ago

beding commented 8 months ago

Only raise issues for problems with the library and/or provided examples. Post questions, comments and useful tips etc in the "Discussions" section.

To minimise effort to resolve issues the following should be provided as a minimum:

  1. fillscreen(TFT_BLACK) does not fill the complete scree.

  2. drawstring() does not use given coordinates.

  3. IDE Arduino 2.2.1

  4. TFT_eSPI library version is OK, latest 2.5.33 has these problems.

  5. Board package ESP32S3 Dev Module (i cannot see the version, but i have the latest (7 November 2023)

  6. Procesor ESP32 S3

  7. TFT driver (e.g. ILI9341), a link to the vendors product web page is useful too.

  8. Interface type (SPI)

Plus further information as appropriate to the problem: T-Display-S3-helloWorld.zip

Regards, Bert

Bodmer commented 8 months ago

Which setup file are you using, paste content here if it is not an existing library file.

Have you been using the pre-configured library 2.5.0 customised by LilyGo here? : https://github.com/Xinyuan-LilyGO/T-Display-S3/tree/main/lib/TFT_eSPI

When the library is updated from this repository have you configured it to use the correct setup file?

When using the latest library from here, run Read_User_Setup and check output is as expected. Post a copy here.

beding commented 8 months ago

Yes, that preconfigured file works.

But if I update the library and select the display again, it no longer works as it should.

So, preconfigured V2.50

// #include // Default setup is root library folder

include <User_Setups/Setup206_LilyGo_T_Display_S3.h>

While typing this email, I do the same again.

Now updated the lib in Arduino ide to 2.5.33

And edited the same 2 lines.

Now testing the sketch again, . hmm, I see no problems.

So, I don't know what happened yesterday, I guess it must be that I have configured the wrong display.

I ow you an apology.

And thanks for the quick response.

Regards,

Bert

Verzonden vanaf Outlook voor Android https://aka.ms/AAb9ysg


From: Bodmer @.> Sent: Tuesday, November 7, 2023 8:08:40 PM To: Bodmer/TFT_eSPI @.> Cc: beding @.>; Author @.> Subject: Re: [Bodmer/TFT_eSPI] LilyGo_T_Display_S3 not working well with 2.5.33 ok with 2.5.0 (Issue #2960)

Which setup file are you using, paste content here if it is not an existing library file.

Have you been using the pre-configured library 2.5.0 customised by LilyGo here? : https://github.com/Xinyuan-LilyGO/T-Display-S3/tree/main/lib/TFT_eSPI https://github.com/Xinyuan-LilyGO/T-Display-S3/tree/main/lib/TFT_eSPI

When the library is updated from this repository have you configured it to use the correct setup file?

When using the latest library from here, run Read_User_Setup and check output is as expected. Post a copy here.

- Reply to this email directly, https://github.com/Bodmer/TFT_eSPI/issues/2960#issuecomment-1799615347 view it on GitHub, or https://github.com/notifications/unsubscribe-auth/AMAV2NLGDAYBKLZWTGRF4XDYD KBLRAVCNFSM6AAAAAA7A65PQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJZGYYTK MZUG4 unsubscribe. You are receiving this because you authored the thread. https://github.com/notifications/beacon/AMAV2NPAJD6UROQ77NUDRBTYDKBLRA5CNFS M6AAAAAA7A65PQSWGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTT LIPZXG.gif Message ID: @.***>

Bodmer commented 8 months ago

OK, that is good. Glad to hear it is working.