sorry for quoting an old post but i just cant figure out the meaning of thislimbo wrote:There are 8 custom characters on each lcd
The custom character command is changing every time it called one of them e.g. $CustomChar(7,4,4,4,4,4,4,4,0) [will change the 7th]
to display this character to lcd you have to call the location stored in the lcd display $Chr(135)
To use the characters:
for 1 use $Chr(176)
for 2 use $Chr(158)
for 3 use $Chr(131)
for 4 use $Chr(132)
for 5 use $Chr(133)
for 6 use $Chr(134)
for 7 use $Chr(135)
for 8 use $Chr(136)
For more goto http://lcdsmartie.sourceforge.net/commands.html

somtimes when i use 2 different custom chars i can see only one is the Chr(xxx) got to do with it?
thanks