AMX LCD Mini-Touch Panels Instruction Manual page 122

Black/white lcd mini-touch panels
Table of Contents

Advertisement

114
AXCESS Programming
Variable text Send_Commands (cont.)
Command
'ICON<variable text
address>-<border style>'
"'!I',<variable text
address>,'<border
style>'"
'TEXT<variable text
address>-<new button
text>'
Description
Change the border style of the specified text button number.
<variable text address> = 1-255
<border style> = 0-14
Border styles follow:
0 = no border
1 = single wide
2 = double wide
10 = triple wide
3 = single raised
11 = double single, single, single
4 = double raised
12 = triple raised
5 = single rounded
13 = shadow
6 = double rounded
14 = no border and no background
7 = double single, single
Example:
SEND_COMMAND TP,'ICON25-6'
Changes the variable text button 25 border style to double
rounded.
Shorthand version of 'ICON' command.
<variable text address> = 1-255
<border style> = 0-14
Example:
SEND_COMMAND TP,"'!I',1,6"
Changes the variable text button 1 border style to double
rounded.
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.
<variable text address> = 1-255
<new button text> = 1-60 characters
Example:
SEND_COMMAND TP,'TEXT2-VCR PLAY'
Changes the title of variable text button 2 to VCR PLAY.
8 = single diamond
9 = double diamond
Black/White LCD Mini-Touch Panels

Advertisement

Table of Contents
loading

Table of Contents