www.4dsystems.com.au
µ
V
G
A
-PICASO-
MD1
32
6.1.20
Place
S
tring of Ascii Text (unformatted)
(
S
)
Serial Syntax :
cmd, x
(msb:lsb),
y
(msb:lsb),
font
,
colour
,
width, height, char1,
.., charN, terminator
4DGL Syntax :
(refer to 4DGL programmers manual)
cmd :
53
hex
, S
ascii
x :
the horizontal start position of string (in pixels). 2 bytes.
y :
the vertical start position of string (in pixels). 2 bytes.
font :
0 = 5x7 font, 1 = 8x8 font, 2 = 8x12 font. This has precedence over the Font
command but does not effect the global font setting.
colour :
colour value of the string. 1 byte.
width :
horizontal size of the string characters, n x normal size. 1 byte.
height :
vertical size of the string characters, m x normal size. 1 byte.
char1..charN :
string of ASCII characters (max 256 characters)
terminator :
the string must be terminated with
00
hex
Description :
This command allows the display of a string of bitmapped
(unformatted) ASCII characters. The horizontal start position of the string is specified
by
x
and the vertical position is specified by
y
. The string must be
terminated
with
00
hex. The sizes of the characters are determined by the
width
and
height
parameters. If the length of the string is longer than the maximum number of
characters per line then, a wrap around will occur on to the next line. Maximum string
length is
256 bytes
.