greiman / SSD1306Ascii

Text only Arduino Library for SSD1306 OLED displays
MIT License
490 stars 120 forks source link

Display the character ° #119

Open pierrotm777 opened 3 months ago

pierrotm777 commented 3 months ago

Thanks for your nice library :-)

How can i print a ° character ?

Thanks

Pierre

greiman commented 3 months ago

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 3 months ago

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

Thanks,

Pierre