adafruit / Adafruit_Blinka_Displayio

Displayio for Blinka
MIT License
14 stars 20 forks source link

Change default font to match CircuitPython #94

Closed makermelissa closed 1 year ago

makermelissa commented 2 years ago

Blinka Displayio currently uses the default font provided by PIL, which looks a bit different and is a bit harder to read. According to @tannewt, the font that CircuitPython currently uses is http://terminus-font.sourceforge.net/. I think this should be easy enough to include assuming no license issues.