anadigi wrote: 
> Chinese characters.

You may want to check this python package which allows you to easily
write to separate lines, has text scrolling, and can write "special
characters" which may help in your issue. Specifically read that section
and pay attention to the line "You might find that some characters like
umlauts arenÂ’t written correctly to the display. This is because the
LCDs usually donÂ’t use ASCII, ISO-8859-1 or any other standard
encoding." There is a script right below that sentence that describes
how to address that issue and write a full character map so you know
what character code number is it:
https://pypi.python.org/pypi/RPLCD/0.3.0. You would use this in place of
HD44780().message that is used in the python script.


------------------------------------------------------------------------
dustinsterk's Profile: http://forums.slimdevices.com/member.php?userid=19649
View this thread: http://forums.slimdevices.com/showthread.php?t=101269

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to