Hey guys!
Just wondering... is it possible to print chinese char on LCD 16x2 display?
if yes, which code should i use?
just got my Arduino Uno last week, hope anyone can help :~
Thanks
Hey guys!
Just wondering... is it possible to print chinese char on LCD 16x2 display?
if yes, which code should i use?
just got my Arduino Uno last week, hope anyone can help :~
Thanks
The character set I stored in the LCD ROM. You need to check what it contains either by looking up the number for the rom or by printing all the chars from 1 to 255. In my rom the top 127 chars contain Japanese chars.
Personally I think it is hard to see how all the Chinese chars would be available.
If you only need 8 or less you may be able to use the user defined characters.