Replies: 2 comments
-
Currently no special handling for newline characters, but would hopefully be very easy to add (1-line change) here: https://github.com/sidoh/epaper_templates/blob/master/lib/Display/TextRegion.cpp Happy to review a PR if you're feeling up to it. :) Text alignment is trickier because Adafruit GFX does not support it natively. Would basically need to implement it from scratch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I guess this is beyond my abilities ;) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
is it possible to user wordwraps in static text or variables? I tried "\n" ... this doesn't work.
Centering of the text is also not possible or?
Thanks you so much!
Beta Was this translation helpful? Give feedback.
All reactions