sumotoy / TFT_ILI9163C

A library for ILI9163C displays for Teensy, Arduino, ESP82266 and more...
169 stars 71 forks source link

Screen width not fully utilized. #72

Open clparrish opened 4 years ago

clparrish commented 4 years ago

I built the Edzelf/ESP-radio using an ST7735 1.8" TFT display. The screen width is not fully utilized, however. For example, the top line looks like this:

                                             ** Internet Radio
                                             **

As you can see, the trailing asterisks are on the second line, indicating that the display thinks there is no room for them on the first line, which is not the case. Additional text on the display does the same thing. I'm using the TFT_ILI9163C library, as specified in the sketch. Has anyone encountered this same problem?

oSkrobuk commented 4 years ago

Edit the settings in the TFT_ILI9163C_settings.h file for your display. Set 0 for offset

clparrish commented 4 years ago

Thank you for the info. I'll try your suggestion as soon as i receive a new ESP8266. Curt

On Sat, Jul 18, 2020 at 10:09 AM oSkrobuk notifications@github.com wrote:

Edit the settings in the TFT_ILI9163C_settings.h file for your display. Set 0 for offset

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sumotoy/TFT_ILI9163C/issues/72#issuecomment-660488372, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANIT37D4HJU7BBDPZOEJYQDR4GUIJANCNFSM4J2RAPWQ .