
www.4dsystems.com.au
µ
V
G
A
-PICASO-
MD1
27
6.1.15
O
paque / Transparent Text
(
O
)
Serial Syntax :
cmd, mode
4DGL Syntax :
(refer to 4DGL programmers manual)
cmd :
4F
hex
, O
ascii
mode :
=
00
hex : Transparent Text, objects behind the text can be seen.
=
01
hex: Opaque Text, objects behind text is blocked by background
Description :
This command will change the attribute of the text so that an object
behind the text can either be blocked or transparent. Changes take place after the
command is sent.
This command will change the attribute so that when a character is written, it will
either write just the character alone (Transparent Mode) so any original character will
be seen as well as the new, or overwrite any existing data with the new character.
Example1:
4F
hex
, 00
hex
Transparent Text Mode
Example2:
4F
hex
, 01
hex
Opaque Text Mode