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

Possible to display two digits on a small (8x8) matrix? #36

Open
wrybread opened this issue Dec 18, 2022 · 1 comment
Open

Possible to display two digits on a small (8x8) matrix? #36

wrybread opened this issue Dec 18, 2022 · 1 comment

Comments

@wrybread
Copy link

I'm trying to display a number, 1 through 99, on an 8x8 matrix. Is such a thing possible with this library?

Or is it exclusively for scrolling text?

@AaronLiddiment
Copy link
Owner

The text will only scroll if you repeatedly call UpdateText() so a single call will just display the text.
But you will be hard pushed to design a font that is only 3 pixels wide per digit, 6 pixels is possible but your matrix would need to be 11 pixels wide as the gap pixel on the right side could be ignored.

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