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);
Содержание eDisplay OP7200
Страница 1: ...eDisplay OP7200 VGA Operator Control Panel User s Manual 019 0116 021001 A ...
Страница 6: ...eDisplay OP7200 ...
Страница 44: ...38 eDisplay OP7200 ...
Страница 117: ...User s Manual 111 APPENDIX A SPECIFICATIONS Appendix A provides the specifications for the OP7200 ...
Страница 128: ...122 eDisplay OP7200 ...
Страница 136: ...130 eDisplay OP7200 ...
Страница 144: ...138 eDisplay OP7200 ...
Страница 146: ...140 eDisplay OP7200 ...
Страница 150: ...144 eDisplay OP7200 ...
Страница 152: ......