SomethingWithComputers / pixoo

A library to help you make the most out of your Pixoo 64 (and hopefully soon other Wi-Fi enabled Pixoos)
Other
199 stars 25 forks source link

Bigger text #21

Closed agrofx1 closed 1 year ago

agrofx1 commented 1 year ago

Hello. It is possible to set text size? I don't find how in examples.py.

SomethingWithComputers commented 1 year ago

Hey there! The thing is, we're using a digitized pixel font (namely the PICO-8 font). But it's relatively easy to make a different version if you want it. There are other (free) pixel fonts, that are slightly larger, that'd be the easiest. Upscaling it some other way is kinda difficult, because they're basically just tiny matrixes of which pixels go where.

agrofx1 commented 1 year ago

Hi! Thanks for answering. I will change the font locally.