What steps will reproduce the problem?
You define a custom character with `lcd.createChar()`
You try to print the newly created character on the display.
The character is *not* displayed.
You *have* to call either `lcd.home()` or `lcd.setCursor()` after the
definition of the char with `lcd.createChar()`
Reason for this error is unknown.
Workaround :
Define characters before you start printing anything on the display.
Original issue reported on code.google.com by eberhard...@gmail.com on 22 Apr 2010 at 10:35
Original issue reported on code.google.com by
eberhard...@gmail.com
on 22 Apr 2010 at 10:35