User’s Manual
87
Gets the current cursor location that was set by one of the graphic text functions.
NOTE:
Be sure to execute the
TextWindowFrame
function before using any of the
text-only functions (
TextGotoXY
,
TextPutChar
,
TextPrintf
,
TextCursorLocation
).
PARAMETERS
window
is a pointer to the window frame
col
is a pointer to the cursor column variable
row
is a pointer to the cursor row variable
RETURN VALUE
lower word = cursor row location
upper word = cursor column location
SEE ALSO
TextGotoXY, TextPrintf, TextWindowFrame, TextPutChar
Displays a character on the display where the cursor is currently pointing. If any portion of the bitmap
character is outside the LCD display area, the character will not to be displayed.
NOTE:
Be sure to execute the
TextWindowFrame
function before using any of the
text-only functions (
TextGotoXY
,
TextPutChar
,
TextPrintf
,
TextCursorLocation
).
PARAMETERS
window
is a pointer to the window frame
ch
is the character to be displayed on the LCD
SEE ALSO
TextGotoXY, TextPrintf, TextWindowFrame, TextCursorLocation
void TextCursorLocation(windowFrame *window,
int *col, int *row);
void TextPutChar(struct windowFrame *window,
char ch);
Summary of Contents for eDisplay OP7200
Page 1: ...eDisplay OP7200 VGA Operator Control Panel User s Manual 019 0116 060831 J...
Page 6: ...eDisplay OP7200...
Page 14: ...8 eDisplay OP7200...
Page 22: ...16 eDisplay OP7200...
Page 52: ...46 eDisplay OP7200...
Page 126: ...120 eDisplay OP7200...
Page 132: ...126 eDisplay OP7200...
Page 152: ...146 eDisplay OP7200...
Page 168: ...162 eDisplay OP7200...
Page 172: ...166 eDisplay OP7200...
Page 174: ......