You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
As far as I'm aware the display driver does not support text, only pixels.
What I do to quickly update text is to draw it within a known region on a BufferedDisplay, then call .update_partial with that region, it's pretty quick.
Is there a way to draw text, without creating an image with text and displaying it?
The text was updated successfully, but these errors were encountered: