You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave.
Device will show up as a ttyLCD*
* Backspace is supported to the beginning of the current line.
* i.e. printf '\b' > /dev/ttyLCD0
* ESC [ 2 J
* erase whole display and reset cursor to home.
* i.e. printf '\e[2J' > /dev/ttyLCD0
* ESC [ 2 K
* erase current line and set cursor to beginning of line.
* i.e. printf '\e[2K' > /dev/ttyLCD0
* CR and LF are supported.
* Vertical scroll when cursor is on bottom line and receive end of line.
Set the I2C0 I2C adapter to standard speed as LCD supports 100KHz I2C.
Signed-off-by: Alan Tull <[email protected]>
0 commit comments