richardkchapman / TinyOLED

Arduino-compatible code to drive SSD1306 Oled board from attiny85 cpu
Other
7 stars 1 forks source link

Custom Fonts #1

Open moo06 opened 4 years ago

moo06 commented 4 years ago

Hi, I'm moving from an older library to this and I'm not sure how to add a custom font.

Thanks

richardkchapman commented 4 years ago

I haven't looked at this code for 4 years...

If you look at the include files, the fonts are defined as bitmap constant in there, and you could design your own, but I'm not aware of what tools exist to make that process easier.

Some of the links to projects that this was based from may help...