
www.4dsystems.com.au
µ
V
G
A
-PICASO-
MD1
35
6.1.23
Place
t
ext Character (unformatted)
(
t
)
Serial Syntax :
cmd, char
,
x
(msb:lsb),
y
(msb:lsb),
colour
,
width
,
height
4DGL Syntax :
(refer to 4DGL programmers manual)
cmd :
74
hex
, t
ascii
char :
inbuilt standard ASCII character,
32
dec to
127
dec (
20
hex to
7F
hex)
x :
the horizontal position of character (in pixel units). 2 bytes.
y :
the vertical position of character (in pixel units). 2 bytes.
colour :
colour value of the character. 1 byte.
width :
horizontal size of the character, n x normal size.
height :
vertical size of the character, m x normal size.
Description :
This command will place a coloured built in ASCII character anywhere
on the screen at a location specified by
(x, y)
. Unlike the ‘
T
’ command, this option
allows text of any size (determined by
width
and
height
) to be placed at any
position. The font of the character is determined by the ‘
Font Size
’ command.