sparkfun / SparkFun_Micro_OLED_Arduino_Library

Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.
Other
81 stars 59 forks source link

Font size three text #2

Closed DaAwesomeP closed 9 years ago

DaAwesomeP commented 9 years ago

When I use font size 3, I can only display numbers. Actual text leaves the display blank. I know that this is intended for font size 2 (the seven segment display), but is it intended for this font size too? It doesn't say that in the demo file nor the docs.

DaAwesomeP commented 9 years ago

I was looking through the library source and I saw that the fonts seem to be HEX codes. That's definitely not something that I could do myself.

jimblom commented 9 years ago

Yup, unfortunately the large and seven-segment fonts only have numbers defined. I'll make sure that's documented somewhere.

If you're interested in making your own fonts, this tutorial might help (it's for the MicroView, but applies to this display as well).

DaAwesomeP commented 9 years ago

Created a new font: https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library/pull/4