Variable Text Send_Commands - AMX LCD Mini-Touch Panels Instruction Manual

Black/white lcd mini-touch panels
Table of Contents

Advertisement

Figure 167
Variable text
Send_Commands
Note
The variable text address,
border style, and fonts are
single byte non-ASCII
numbers for all ! (shortcut)
commands.
Black/White LCD Mini-Touch Panels

Variable Text Send_Commands

Use variable text Send_Commands (Figure 167) to set the borders, fonts, and text.
Variable text Send_Commands
Command
'FONT<variable text
address>-<font size>'
"'!F',<variable text
address>,'<font size>'"
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.
AXCESS Programming
113

Advertisement

Table of Contents
loading

Table of Contents