LCD Issue

Heya

I bout the LMB162ABC from seeedstudio.com, and when i send it anything, it puts two chinese looking characters at the end of it...

Does anyone know how to get rid of these??

Cheers

http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?action=post;num=1240883696;quote=0;title=PostReply
Check the wiring, a bad or incorrect connection can cause the incorrect characters to display.

Are you using the LiquidCrystal library?
In 4 bit or 8 bit mode?

Could it be trailing new line characters? (e.g. '\x0d' and '\x0a')

I encountered this issue recently when I was feeding characters from the Serial port straight to an LCD. You'll need to not send those characters.

--Phil.