Problems with Degree Sign #2102
Unanswered
AirTobe91
asked this question in
Q&A - Fonts
Replies: 2 comments
-
The sign disappears because font 6 only contains a few characters to display numerical values and time, as noted here: Bear in mind these font files were restricted in characters as they were originally created for the Arduino UNO which has a severely limited FLASH size. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Forgot to mention that I have got around this issue before by using a small letter "o" from another font to be the degree symbol. See for example this image where °C is done that way. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello,
I use the new Lilygo T-Display S3 with Platform.io in Visual Studio Code.
I'm using sprites to display angles in degree and used the "°" icon for the values, e.g. -> -0.3°
This works fine with the standart font in size 2 and 4.
This code successfully displays the values form -5.0°- 5.0° in the display, for font size 2 and 4.
When I try to change font size to 6, the ° sign disappears, the rest still works fine.
Can somebody please help me with this problem?
Thank you,
Tobias!
Beta Was this translation helpful? Give feedback.
All reactions