greiman/SSD1306Ascii

Display the character °

pierrotm777 opened this issue · 2 comments

Thanks for your nice library :-)

How can i print a ° character ?

Thanks

Pierre

How can i print a ° character ?

Most fonts only has standard ASCII characters. I think System5x7 has a degree symbol. Maybe Adafruit5x7 if ADAFRUIT_ASCII96 is defined zero. I can't really help.

A number of people have generated special characters with openGLCDFontCreator. I have never used this program.

Infact, System5x7 has a degree character.
It's the last.
I have used oled.print(char(128)).

Thanks,

Pierre