Hello
I can't display the character temperature '°' because it is not in the standard font.
Is it possible to modify a not used character in this font (for example '!') to replace it with the temperature char '°' ?
If you could help me.
Thanks
Mormic
ESP32 TTGO T1 character '°'
Re: ESP32 TTGO T1 character '°'
Hi,
I have found the solution to this problem:
or with Strings:
display for example: 15.26°
I have found the solution to this problem:
Code: Select all
tft.drawingChar((char)167);
Code: Select all
tft.drawingString(yourTemperature + String((char)167));
Who is online
Users browsing this forum: No registered users and 91 guests