loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
553 stars 219 forks source link

font_rotate = 0 issue. #5

Closed juphaono closed 6 years ago

juphaono commented 6 years ago

Hi loboris, I just got brand new WROVER_KIT V3 with LCD Type ST7789V. I have downloaded your library and everything works fine. I can see all the demos excepted the text print on the LCD.

I have found that when font_rotate = 0 then it can not print string on the screen. Then I have tried setting font_rotate = 1 then the strings now being printed.

By the way, thank you for contributing the library. //juphaono lcdissue

loboris commented 6 years ago

Could you, please, try with the latest commit and report if you still have this issue.

juphaono commented 6 years ago

Hi loboris,

Many thanks for correcting the issue. Now the LCD wor 20171001_095436 ks and displays every demos perfectly.