Display the character °
pierrotm777 opened this issue · 2 comments
pierrotm777 commented
Thanks for your nice library :-)
How can i print a ° character ?
Thanks
Pierre
greiman commented
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.
pierrotm777 commented
Infact, System5x7 has a degree character.
It's the last.
I have used oled.print(char(128)).
Thanks,
Pierre