How can I display a £ symbol on the LCD
-
Hello,
I am using an M5Stack Core Basic device and would like to display a £ symbol on the display (as a label). I've searched the internet and not found any working answers.
I appreciate any help!
Thank you,
Jonathan -
The problem here is that none of the default fonts have the full font set, nor are Unicode compliant.
However, on UIFlow 1.13, and in my case the Fire board, I have a font "Unicode 24". This one actually supports the pound symbol just fine.I suggest best if you are trying to make a UI to import a separate PNG for the GBP symbol and place it where needed.
Cheers