Replies: 1 comment 1 reply
-
|
I've not considered that one. It's worth noting that the overhead of nno-gui can be dramatically reduced by using frozen bytecode. In particular, Python font files use a tiny amount of RAM when frozen. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now when I want an 8x8 font I'm calling the framebuffer text() function https://docs.micropython.org/en/latest/library/framebuf.html#drawing-text
But for any other size, I use Writer/Labels, has anyone figured out a way to re-use the built-in font without duplicating the resource with Writer/Labels?
Beta Was this translation helpful? Give feedback.
All reactions