olikraus / U8g2_for_Adafruit_GFX

Add U8g2 fonts to any Adafruit GFX based graphics library.
Other
103 stars 32 forks source link

Support for text wrapping? #7

Closed moh-abb closed 5 years ago

moh-abb commented 6 years ago

Hello Oliver, Thanks for your great library. I was wondering if the print function could wrap around (go to x position 0) if text is too wide, like the Adafruit library? Many thanks.

olikraus commented 5 years ago

This is not implemented. I think it should be more like a add on. In many cases this is not required for a user.