Degree symbol for displaying temperatures #1383
Unanswered
ghost
asked this question in
Q&A - Fonts
Replies: 1 comment 1 reply
-
My solution to this very problem was to use a lower-case 'o' in a smaller font positioned up a half line kinda like a superscript:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an ESP32 with an attached temp sensor and a tft display. I send the temp data to AdafruitIO for web display. Apparently the AdafruitIO default font recognize extended aschii, because it correctly displays char 248 as a degree symbol in a text field sent from the ESP32. The free fonts provided in the TFT_eSPI library stop at char 127, of course, so nothing is displayed on the TFT when the same text string is sent to it.
Has anyone developed a way to display that symbol on a TFT? Can anyone suggest font editing software to populate char 248 (or simply replace one of the 0 to 127 chars) in a given free font with a degree symbol?
Beta Was this translation helpful? Give feedback.
All reactions