User manual

ScanVue5® Mini Kiosk
User Manual
M37574–01T
Industrial Electronic Engineers, Inc.
23-June-2008 RevT Page 93
<FONT> The font file (specify in same way as in the .INI file)
<Fg> Foreground text color, ASCII 0-255
<Bg> Background text color, ASCII 0-255
<Cr> Count of text rows
<Cc> Count of text columns
<Ph> Horizontal pixel position of top left corner of box
<Pv> Vertical pixel position of top left corner of box
where top left corner of the display is 0,0
<TO> Text timeout
Important note: while the parameters in <> are optional, the semi-colons are not.
For example:
<ESC>[D1;2;fonts/bit16x32.gft;;1,2;16,16;;
defines text box 1 with the current default text colors and timeout. Those values come
from the default text box (0).
Text Color
The foreground and background colors of each character in a string can be set with the
following ESCAPE sequence.
<ESC>[C{<Fg>}{,<Bg>};
where:
C is the character
Fg and Bg are the are the color palette index numbers (0-255) for the foreground
and background colors respectively.
If either parameter is omitted, the current values will be used. If this is the first text color
control in a message the values will be those specified for the box. If this is not the first
text color control in a message, the values set previously will be used.
Example:
The following sequence sets the foreground color of character C to index 5 and the
background color to index 253.
<ESC> [ C 5 , 2 5 3 ;
1B
h
5B
h
43
h
35
h
2C
h
32
h
35
h
33
h
3B
h