Closed Flash1705 closed 6 years ago
Hello, first of all thanks for the great library and examples.
I have a Adafruit 0.96" mini Color OLED display. https://learn.adafruit.com/096-mini-color-oled/overview
How can I display a degree symbol on a SSD1331 OLED display using Python.
Any insight is appreciated.
Hello
I solved my problem as follows.
draw.text((x, y), now_temp + chr(176) + 'C', font=var fill="green")
Yep, that was more-or-less what I was going to suggest. Glad you got it sorted.
Hello, first of all thanks for the great library and examples.
I have a Adafruit 0.96" mini Color OLED display. https://learn.adafruit.com/096-mini-color-oled/overview
How can I display a degree symbol on a SSD1331 OLED display using Python.
Any insight is appreciated.