AMX G3 Universal Remote User Manual


 
Color Active-Matrix LCD Touch Panels AXCESS Programming 133
Color Send_Commands (cont.)
Command Description
'CBON<variable text
address>-<color
_number>'
Set the ON feedback border color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190
Example:
SEND_COMMAND TP,'CBON1-48'
Sets the ON feedback border color to blue for variable text
button 1.
'CFOFF<variable text
address>-<color
_number>'
Set the OFF feedback fill color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190
Example:
SEND_COMMAND TP,'CFOFF1-72'
Sets the OFF feedback fill color to WHITE for variable text
button 1.
'CFON<variable text
address>-<color
_number>'
Set the ON feedback fill color to the specified color.
<variable text address> = 1 - 255
<color_number> = see Figure 190
Example:
SEND_COMMAND TP,'CFON1-48'
Sets the ON feedback fill color to BLUE for variable text
button 1.
'CPAGE<color_number>-
<page name>'
Set the background page color to the specified color.
<color_number> = see Figure 190
<page name> = 1 - 50 ASCII characters
Example:
SEND_COMMAND TP,'CPAGE48-MAIN PAGE'
Sets the background color on the MAIN PAGE to blue.
Note
Page names are case-
sensitive.