PaulStoffregen / ILI9341_t3

Optimized ILI9341 TFT Library
http://pjrc.com/store/display_ili9341.html
241 stars 93 forks source link

Adafruit GFX updates #26

Open sticilface opened 8 years ago

sticilface commented 8 years ago

Any chance you could update this lib to the newer adafruit GFXlib.

It supports things like returning the size box that a given string will fill. which would be very useful.

many thanks

Adrianotiger commented 6 years ago

getTextBounds is really important if you want center the text in the screen.

ImpulseAdventure commented 5 years ago

For reference, the merge of PR #54 might address some of the intent behind the requests above.