Sets the position of the cursor on the lcd
lcd-setcursor <row> <column>
Sets the position of the LCD's hardware cursor for use as a selection identifier.
-lt;row>
The row to place the cursor on. Possible values are 1 or 2.
-lt;column>
The column to place the cursor on. Possible values are 1 through 16.
Written by Jeff Walter. Based on code by Sun Microsystems (lcd-getip.c)
Report bugs to <[email protected]>.
Copyright © 2005 Jeff Walter
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.