
www.4dsystems.com.au
µ
V
G
A
-PICASO-
MD1
34
6.1.22
Place
T
ext Character (formatted)
(
T
)
Serial Syntax :
cmd, char, column, row
,
colour
4DGL Syntax :
(refer to 4DGL programmers manual)
cmd :
54
hex
, T
ascii
char :
inbuilt standard ASCII character,
32
dec to
127
dec (
20
hex to
7F
hex)
column :
horizontal position of character. 1 byte
row :
vertical position of character. 1 byte
colour :
colour value of the character. 1 byte
Description :
This command will place a coloured ASCII character (from the ASCII
chart) on the screen at a location specified by
(column, row)
. The position of the
character on the screen is determined by the predefined horizontal and vertical
positions available.
Example :
54
hex
, 41
hex
, 00
hex
, 00
hex
, FF
hex
Place character ‘A’ (
41
hex) at column = 0, row = 0, colour = white (255).