AMX Color Active-Matrix LCD Instruction Manual page 131

Color active-matrix lcd mini-touch panels (firmware version g2 or lower)
Hide thumbs Also See for Color Active-Matrix LCD:
Table of Contents

Advertisement

Color Active-Matrix LCD Mini-Touch Panels
Variable text Send_Commands (cont.)
Command
"'!I',<variable text
address>, '<border
style> '"
'TEXT<variable text
address>-<new button
text> '
"'!T',<variable text
address>, '<new button
text> '"
Description
Example:
SEND_COMMAND TP, 'ICON25-6 '
Changes the variable text button 25 border style to double
rounded.
<variable text address> = 1-255
<border style> = 0-15
Shorthand version of 'ICON' command.
Example:
SEND_COMMAND TP," '!I',1,6"
Changes the variable text button 1 border style to double
rounded.
<variable text address> = 1-255
<new button text> = 1-60 characters
Change text in specified text button number. All text is centered in
the box. Use a '|' character for carriage returns to start text on the
next line. The text is permanent, even during a power down, until
it is changed with the TEXT command or mini-touch panel editor.
Example:
SEND_COMMAND TP, 'TEXT2-VCR PLAY '
Changes the title of variable text button 2 to VCR PLAY.
<variable text address> = 1-255
<new button text> = 1-60 characters
Shorthand version of 'TEXT' command.
Example:
SEND_COMMAND TP," '!T',1,'VCR PLAY '"
Changes the variable text button 1 title to VCR PLAY.
AXCESS Programming
123

Advertisement

Table of Contents
loading

Table of Contents