88
eDisplay (OP7200)
Displays text on the LCD. The text will be centered automatically both horizontally and vertically. ’\n’
within the text will give you the capability for multiline text. For example,
"Hello\nfrom\nZ-World" will produce
PARAMETERS
xStart
is the coordinate of the starting horizontal pixel
yStart
is the coordinate of the starting vertical pixel
xSize
is the width of the display area in pixels
ySize
is the height of the display area in pixels
pInfo
is a pointer to the font desciptor
Text
is a pointer to the text to be displayed
RETURN VALUE
1 when completed
SEE ALSO
btnMsgBox, btnDisplay
Blanks a region of the LCD. Do not use this function call to remove buttons—if you use this function to
remove a button from the LCD, the button will still be enabled. Instead, use
btnClear
or
btnClearLevel
to remove buttons from the LCD.
PARAMETERS
xStart
is the pixel coordinate of the starting horizontal pixel
yStart
is the pixel coordinate of the starting vertical pixel
xSize
is the width of the display area in pixels
ySize
is the height of the display area in pixels
RETURN VALUE
1 when completed
SEE ALSO
btnClear, btnClearLevel
int btnDisplayText(int xStart, int yStart,
int xSize, int ySize, fontInfo *pInfo,
char *Text);
Hello
from
Z-World
int btnClearRegion(int xStart, int yStart,
int xSize, int ySize);
Содержание 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: ......