pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.28k stars 489 forks source link

Font Creation #999

Open peardox opened 5 hours ago

peardox commented 5 hours ago

A load of hte samples use fonts

Are these generated by some common app ? If so what is it? Specifically some app that outputs the CPP + HPP ?

If it's common then it should be mantioned in an easily accessible place

If not (and there is no app that does close to the cpp+hpp) then I guess I could write one - but don't wanna re-invent the wheel

Hoping there's something already (I'm lazy)

Gadgetoid commented 5 hours ago

There’s PGFUtil but it’s intended to create fonts for loading in MicroPython, though it shouldn’t be a huge stretch to convert those to hpp. It’s also in desperate need of TLC - https://github.com/gadgetoid/pgfutil

peardox commented 5 hours ago

Yeah, that was an extrapalation of the desired functionality. Language awareness - would be easy to make one that uses a template for max flexibility...