Rabbit OP7100 User Manual Page 93

  • Download
  • Add to my manuals
  • Print
  • Page
    / 172
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 92
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);
Page view 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 171 172

Comments to this Manuals

No comments