Hello I created an application in SDK using the IP ZedboarOled, I manage to write on the screen using the following function:
print_message("TEST",line);
I should write the resulting temperature measured with the IP XADC, but I don't know the code for the character °, so I would visualize on the screen:
°C
How could I write this character °?