Export to GitHub

doglcd - issue #3
Custom characters are not printed unless home() or setCursor() was called
Posted on Apr 22, 2010 by
Massive Lion
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.
Status: Accepted
Labels:
Type-Defect
Wont-fix