72
eDisplay (OP7200)
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 021001 A ...
Page 6: ...eDisplay OP7200 ...
Page 44: ...38 eDisplay OP7200 ...
Page 128: ...122 eDisplay OP7200 ...
Page 136: ...130 eDisplay OP7200 ...
Page 144: ...138 eDisplay OP7200 ...
Page 146: ...140 eDisplay OP7200 ...
Page 150: ...144 eDisplay OP7200 ...
Page 152: ......