beautypg.com

AMX G3 User Manual

Page 148

background image

140

AXCESS Programming

Color Active-Matrix LCD Touch Panels

Shorthand variable text commands (cont.)

Command

Description

"'@JUS',address>,alignment>"

Set the text alignment on a button.

= 1 - 255

= 1 - 9 as shown in alignment chart

Example:

SEND_COMMAND TP, "'@JUS',9,5"

Centers the text on button 9.

"'@FON',address>,"

Set the text font on a button.

= 1 - 255

= See Figure 191

Example:

SEND_COMMAND TP, "'@FON',56,32"

Sets the text on button 56 to variable font style 32.

"'@BOR',address>,style>"

Set the border style on a button.

= 1 - 255

= See Figure 192

Example:

SEND_COMMAND TP, "'@BOR',65 ,27"

Sets the border style to 3-dimensional neon green on button
65.

1

2

3

4

5

6

7

8

9