Allow pixel font to be font_selected
catt-tung opened this issue · 3 comments
catt-tung commented
Currently have the pixel font for readability for long quotes, wanting to get it as one of the fonts we can choose to display as well
chrisys commented
We can workaround this for now by setting font size to 8, then it will always use the pixel font, but of course this doesn't let you use the pixel font in a larger size.
SamEureka commented
I was able to select the pixel font by adding Grand9KPixel = "/usr/app/fonts/Grand9KPixel.ttf"
just below the font import statements in update-display.py. Then you declare Grand9KPixel
as the value for the FONT
Device Variable. Let me know if you want this in form of a PR. PR'd!
catt-tung commented
Thanks for adding this @SamEureka! Much appreciated