GLCD.setGCursor(x, y);
Set the graphical text cursor to x,y where x is between 0 and 127 and y is between 0 and 63.
This is used specifically with the [gText] method for positioning text at precise locations on the screen.
Wiki: User Interface