Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing Text #4

Open
kritonpc opened this issue Jul 21, 2022 · 1 comment
Open

Drawing Text #4

kritonpc opened this issue Jul 21, 2022 · 1 comment

Comments

@kritonpc
Copy link

Is there a way to draw text, without creating an image with text and displaying it?

@Zeroji
Copy link
Owner

Zeroji commented Jul 23, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants