Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-20 Thread atull
On Tue, 17 Mar 2015, Greg Kroah-Hartman wrote: > On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: > > Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. > > Devices will show up as /dev/ttyLCD0, etc. > > > > * Backspace is supported to the beginning of the current

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-20 Thread atull
On Tue, 17 Mar 2015, Greg Kroah-Hartman wrote: On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * Backspace is supported to the beginning of the current line.

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread atull
On Tue, 17 Mar 2015, Greg Kroah-Hartman wrote: > On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: > > Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. > > Devices will show up as /dev/ttyLCD0, etc. > > > > * Backspace is supported to the beginning of the current

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread Greg Kroah-Hartman
On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: > Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. > Devices will show up as /dev/ttyLCD0, etc. > > * Backspace is supported to the beginning of the current line. > * i.e. printf '\b' > /dev/ttyLCD0 > > * ESC

[PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread Alan Tull
Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * 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.

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread Greg Kroah-Hartman
On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * Backspace is supported to the beginning of the current line. * i.e. printf '\b' /dev/ttyLCD0 * ESC [ 2 J

[PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread Alan Tull
Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * 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.

Re: [PATCH 2/2] add newhaven lcd tty driver on i2c

2015-03-17 Thread atull
On Tue, 17 Mar 2015, Greg Kroah-Hartman wrote: On Tue, Mar 17, 2015 at 03:36:47PM -0500, Alan Tull wrote: Supports the Newhaven NHD‐0216K3Z‐NSW‐BBW 2x16 LCD module as i2c slave. Devices will show up as /dev/ttyLCD0, etc. * Backspace is supported to the beginning of the current line.