PaulStoffregen / ILI9341_t3

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

getFont function added #66

Open aidyw opened 2 years ago

aidyw commented 2 years ago

I hope this might be considered useful. I needed this when jumping around different functions in a GUI and found that without knowing what the active font was in the driver, I was having to ensure I always set the font again explicitly after calling any function that also set the font.

Not sure what happens if setFont was never used in the first place?