-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print Degree ° symbol #3673
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dear all,
I want to thanks Bodmer For this really amazing lib however I need to print special carractere Degree °
I have try a lot of combinaison without any succes that's make me crasy because i need real speed rate
My skech load the background on the setup and than just refesh the differents values from gps and imu.
and why this lib is amazing is that you can use printF function to the tft like this
tft.printf("%.2i",roll);
I need this °
how can i modify this lib to make ° like any letter
recap what i have tried
tft.print(char(0xB0));
tft.print(char(0x60));
tft.print("°")
tft.print("`");
tft.print("÷");
The text was updated successfully, but these errors were encountered: