104
eDisplay (OP7200)
Displays a message or text box on the LCD. The box can be square or oval-framed, and it can be
inverted. The text will be centered automatically both horizontally and vertically. '\n' within the text will
give you the capability of multiline text. For example,
"Hello\nfrom\nZ-World" will produce
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 box in pixels
ySize
is the height of the box in pixels
pInfo
is a pointer to the font descriptor
Text
is a pointer to the text to be displayed
Frame
is the frame type (1 = oval, 0 = square)
Invert
inverts the selection (0 = normal display, 1 = inverted display)
RETURN VALUE
1 when completed
SEE ALSO
btnDisplayText
Displays a predefined button on the LCD. The attributes, the text/bitmap displayed, and the location of
the button are predefined by either
btnCreateText
or
btnCreateBmp
. Once the button is dis-
played, the touchscreen will monitor it for presses. Call
btnClear
to remove the button.
PARAMETERS
xmemPtr
is the
xmem
address of the pointer to an array of button descriptors
BtnID
is the button ID number of the button to display
RETURN VALUE
1 when completed
SEE ALSO
btnDisplayLevel, btnClearLevel, btnClear
int btnMsgBox(int xStart, int yStart, int xSize,
int ySize, fontInfo *pInfo, char *Text,
int Frame, int Invert);
Hello
from
Z-World
int btnDisplay(unsigned long xmemPtr, int BtnID);
Содержание eDisplay OP7200
Страница 1: ...eDisplay OP7200 VGA Operator Control Panel User s Manual 019 0116 060831 J...
Страница 6: ...eDisplay OP7200...
Страница 14: ...8 eDisplay OP7200...
Страница 22: ...16 eDisplay OP7200...
Страница 52: ...46 eDisplay OP7200...
Страница 126: ...120 eDisplay OP7200...
Страница 132: ...126 eDisplay OP7200...
Страница 133: ...User s Manual 127 APPENDIX A SPECIFICATIONS Appendix A provides the specifications for the OP7200...
Страница 152: ...146 eDisplay OP7200...
Страница 168: ...162 eDisplay OP7200...
Страница 172: ...166 eDisplay OP7200...
Страница 174: ......