bitbank2 / ss_oled

Simple and small library to control 1-bpp OLED displays (Linux + Arduino)
GNU General Public License v3.0
186 stars 34 forks source link

Font format used? #43

Closed jbobo closed 3 years ago

jbobo commented 3 years ago

I'm trying to swap in a custom font for a personal project. What font format did you use for the current serif-font? Is it something custom or a standard format?

bitbank2 commented 3 years ago

If you want to use custom fonts, then it's probably easier to use my OneBitDisplay library and it uses Adafruit_GFX format bitmap fonts.