millenseer
millenseer
Thanks for your kind support. The missing text wrap is really unfortunate. Is there a function to get the width of a character using the specified font? Maybe I can...
Just saw, that the AdaFruit code for print() already works with \r and \n. Hence I gave this a try: ``` String wordWrap(String s, int limit) { int space =...
I was hoping for a function which returns the width of a char or a string in pixels it will consume on the display. But then again, I am happy...