Sorry to revive an old topic, but I think there are still people coming here who want the same thing.
Below is an image I made of the 255 chars in the ascii table so you have a reference to whats possible and not.
I used code:
- Code: Select all
tft.print((char)1);
up to
- Code: Select all
tft.print((char)255);
Each line contains 20 characters except the first line.
The first line contains tabs and enters and such, so it is spread over 2 lines

- 2.8" TFT character map
- TFT character map.jpg.jpg (550.89 KiB) Viewed 470 times
As you can see either char9 or char247 would suit best for a degree symbol, but I suspect both are actually other symbols with different meanings...
Still printing a character is quicker than calculating where to draw a circle and how much space to leave open to print the next character...
P.S. sry about the fuzzyness in some areas of the picture, my webcam doesnt like bright screens very much
(I have dimmed the backlight down to 10%ish)