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

framebuf: Support drawing text at different sizes #7384

Open
jonathanhogg opened this issue Jun 12, 2021 · 1 comment · May be fixed by #6263
Open

framebuf: Support drawing text at different sizes #7384

jonathanhogg opened this issue Jun 12, 2021 · 1 comment · May be fixed by #6263

Comments

@jonathanhogg
Copy link
Contributor

I'm increasingly making little widgets with MicroPython that use small OLED displays to present information to the user. The text support in FrameBuffer() is great, but it's limited to the built-in 8-pixel-square font. Being able to display text at different sizes makes a massive usability difference.

I've already written a patch that does simple arbitrary scaling of the built-in font and raised PR #6263. I've been using this in production devices for a year now, but supporting a bunch of patches is becoming a bore and I hate not being able to use the official releases so I'd like to get this PR mainlined as-is or some feedback on what I could change to get it accepted.

Thought that perhaps opening an issue might raise the visibility of this.

@jonathanhogg jonathanhogg linked a pull request Jul 12, 2021 that will close this issue
@jonathanhogg jonathanhogg changed the title Add framebuf text scaling support (PR ready) framebuf: Support drawing text at different sizes Jul 12, 2021
@CoreProduction
Copy link

We'd love this too - it's a big deal for accessibility. Members of our forum have expressed interest in text scaling too! (thread)

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

Successfully merging a pull request may close this issue.

2 participants