Hi, I am using Ladyadas ST7565 library and I am trying to print a degree symbol.
I am pulling my hair out in trying to get it to display at all. Has anyone else figured this out?
Thanks
Hi, I am using Ladyadas ST7565 library and I am trying to print a degree symbol.
I am pulling my hair out in trying to get it to display at all. Has anyone else figured this out?
Thanks
You could switch to u8glib (Google Code Archive - Long-term storage for Google Code Project Hosting.)
Oliver
lcd.print (char(223));
Will that work?
Hi,
I figured it out in the end, I had to add a custom character, but all the normal ones didn't seem to work, I manually created the hex value in glcdfont.h which ended up being;
0x60, 0x90, 0x90, 0x60, 0x0,