Variable Text Send_Commands - AMX Color Active-Matrix LCD Instruction Manual

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

Figure 175

Variable text Send_Commands

Note
The variable text address,
border style, and fonts are
single byte non-ASCII numbers
for all ! (shortcut) commands.
Note
The three dimensional border
option is available in mini-touch
panels equipped with firmware
version 2.0 or higher.
122
AXCESS Programming
Variable Text Send_Commands
Use variable text Send_Commands ( Figure 175) to set the borders, fill, fonts, text,
and text colors.
Variable text Send_Commands
Command
'FONT<variable text
address>-<font size> '
"'!F',<variable text
address>, '<font size> '"
'ICON<variable text
address>-<border style> '
Description
Change the font size (or style) of text in specified button number.
<variable text address> = 1-255
<font size> = 1-9, 20, 21, and 30
Font numbers follow:
1 = extra small
7 = hollow large
2 = small
8 = hollow extra large
3 = medium
9 = shadow extra large
4 = large
20 = fixed symbols
5 = extra large
21 = user defined symbols
6 = hollow medium
30 = logo drawings
Example:
SEND_COMMAND TP, 'FONT1-6 '
Changes variable text button 1 font to hollow medium.
Shorthand version of 'FONT' command.
<variable text address> = 1-255
<font size> = 1-9, 20, 21, and 30
Example:
SEND_COMMAND TP," '!F',1,6"
Changes variable text button 1 font to hollow medium.
Change the border style of the specified text button number.
<variable text address> = 1-255
<border style> = 0-15
Border styles follow:
0 = no border
8 = single diamond
1 = single wide
9 = double diamond
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
15 = three dimensional
Color Active-Matrix LCD Mini-Touch Panels

Advertisement

Table of Contents
loading

Table of Contents