Mohsinsapraa / glcd-arduino

Automatically exported from code.google.com/p/glcd-arduino
0 stars 0 forks source link

Add Carriage return <CR> support #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to add support for carriage return <CR> character.
Currently, there is support of newline which implies a carriage return.
Carriage return support would move the text cursor to column 0.
It would not erase to end of line like newline, but simply move the
cursor.
This allows easy over-strike capability without having to use
cursor positioning calls.

Original issue reported on code.google.com by bperry...@gmail.com on 24 Mar 2011 at 6:47