Hello, I just updated my esp32 to annex v2.00.6 ,but now the attached ST7735 TFT display does not work. I downgraded to annex v1.70.52 and the display resumed working, was there a change pertaining to the ST7735 display?
Thanks
esp32 + ST7735
- PeterN
- Posts: 789
- Joined: Mon Feb 08, 2021 7:56 pm
- Location: Krefeld, Germany
- Has thanked: 368 times
- Been thanked: 442 times
- Contact:
Re: esp32 + ST7735
Good morning
The new version has changes regarding the graphics system.
I learned that there are some more options at the config page because of this now.
Did you check that?
Good luck!
The new version has changes regarding the graphics system.
I learned that there are some more options at the config page because of this now.
Did you check that?
Good luck!
Re: esp32 + ST7735
Thanks for replying. I double checked the config , tried different settings,but nothing has changed. I switched the TFT display to an ILI9341 and set the config to match and that works just fine, so it seems I'll have to use the older firmware for the ST7735 display.
Thanks
Thanks
- cicciocb
- Site Admin
- Posts: 3135
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 635 times
- Been thanked: 2234 times
- Contact:
Re: esp32 + ST7735
Hi,[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sat May 03, 2025 8:50 am Thanks for replying. I double checked the config , tried different settings,but nothing has changed. I switched the TFT display to an ILI9341 and set the config to match and that works just fine, so it seems I'll have to use the older firmware for the ST7735 display.
Thanks
Since I changed the graphics library, it’s very possible that the ST7735 is not correctly configured, as it’s the only TFT I haven’t tested. (I should have some of them, but I haven’t been able to find where they are.)

Could you let me know the TFT configuration you’re using with the old release?
I can double-check and fix this in the next release.
Re: esp32 + ST7735
Thank you for looking into it. The config TFT display is set to ST7735#2. I've also tried ST7735#0 to #7,with no change.
Thank you.
Thank you.
- cicciocb
- Site Admin
- Posts: 3135
- Joined: Mon Feb 03, 2020 1:15 pm
- Location: Toulouse
- Has thanked: 635 times
- Been thanked: 2234 times
- Contact:
Re: esp32 + ST7735
You should try the version 2.00.7; I included the driver for this display.[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sat May 03, 2025 9:32 am Thank you for looking into it. The config TFT display is set to ST7735#2. I've also tried ST7735#0 to #7,with no change.
Thank you.
Re: esp32 + ST7735
Good morning, the 2.00.7 version works very well on ST7735 128x60 with config set to ST7735#6 and on ST7735 128x128 with config set to ST7735#0.[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon May 05, 2025 3:50 pmYou should try the version 2.00.7; I included the driver for this display.[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sat May 03, 2025 9:32 am Thank you for looking into it. The config TFT display is set to ST7735#2. I've also tried ST7735#0 to #7,with no change.
Thank you.
Thank you very much for fixing this.