Hi,
Why on LCD i cant get (£) or (€)? ($) is okay. When I want LCD show £ or € for me showing strange things
Thanks in advance
Hi,
Why on LCD i cant get (£) or (€)? ($) is okay. When I want LCD show £ or € for me showing strange things
Thanks in advance
Because the screen can only show those symbols that are pre-programmed into its character generator.
But you can generate the necessary symbols yourself
Thank you going to try now
because the (£) and the (€) are multi byte characters in UTF-8 and most of the LCD Libraries can't handle them.
Have a look at my LCD library, it can print UTF-8 characters out the box as long as the character is available in the character ROM of the LCD.
For the (€) you can create a special character as already mentioned and enrich the functionality to print this character.
See:
Arduino: Noiasca Liquid Crystal Library with support of special characters (UTF-8)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.