Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

Change text size for ILI9341 #237

Open djmaj0 opened 5 years ago

djmaj0 commented 5 years ago

I already mentioned same problem in esp8266 section and i have same problem with esp32 and ILI9341.

https://github.com/Edzelf/Esp-radio/issues/160#issuecomment-475011694

Can you please let me know how to change it?

onurguc commented 5 years ago

I played around with many settings in the code. The text size change alone breaks the overal logic of the tft layout. Especially time string position logic becomes useless. Also if the mp3 data is more than 2 lines long, 3rd line gets stuck on screen. The device needs to be reset. The ILI 9341 is a great screen, but the size problem is a real deal breaker.