|
Output a character to the LCD display - Parameters:
-
The driver understand certain acsii control characaters.
- Carrige return \r - Return cursor to beginning of line.
- New Line \n Advance cursor to next line at same column.
- Backspace \b Move cursor one step left if not beginning of line.
- Vertical tab \v Set cursor at home position (top left).
- Form Feed \f Clear display and set cursor at home position (top left).
|