A SERVICE OF

logo

iVIEW-100 Series user’s Manual, 2006, v2.0 ----- 153
SetCursorAt()
Func.: Set cursor to (X,Y)
Syntax:
int SetCursorAt(int X, int Y);
Header: #include ”mmi100.h”
Description:
X=1~16, Y=1~8 (character)
Example: Please refer to “SetCursorLine()” for example.
GetCursorAt()
Func.: Get cursor position (X,Y)
Syntax:
void GetCursorAt(int *X, int *Y);
Header: #include ”mmi100.h”
Description:
X=1~16, Y=1~8 (character)
Example: Please refer to “SetCursorLine()” for example.