Hi guys,
I've got a HD44780 model screen from china. i have the character
c:\
and on the display it shows as c: (and Y style character in chinese)
how do I correct this?
Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases
Problem to find characters
Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351
-
- LCD Smartie Fanatic
- Posts: 132
- Joined: March 9th, 2005, 2:21 pm
- Location: UK
If you have access to the info sheet for your LCD, then you can look at the character table and work out which number to use with $Chr(). The data sheet will look a bit like this: http://home.iae.nl/users/pouweha/lcd/im ... d-ch1a.gif
Have a search on the internet for your part number and see if you can find the data sheet.
On my LCD it's $Chr(92). Try that.
If you don't have the data sheet, then you can find it the long way by using the code discussed in this post: http://forums.lcdsmartie.org/viewtopic.php?t=603
Have a search on the internet for your part number and see if you can find the data sheet.
On my LCD it's $Chr(92). Try that.
If you don't have the data sheet, then you can find it the long way by using the code discussed in this post: http://forums.lcdsmartie.org/viewtopic.php?t=603