LCD_set_pos
Description
This function sets the cursor position on the LCD. Subsequent characters
written to the LCD will start from this new position. The LCD cursor
position is advanced with each character written so it is not necessary
to specify a new cursor position for each character.
Definition
LCD_set_pos(ubyte x, ubyte y)
Library
LIB/lcd_lib.bas
Usage
On entry:
x is the new column position of the cursor and y is the row
position of the cursor. x starts at 0 (the first character of the line)
and y starts at 0 (the first line of the display)
On exit:
There is no return value