Programming
LCD Commands (Cont.)
SET | Syntax: | |
Sets the brightness | "'SET | |
level to a percentage. | Variables: | |
The LCD display sup- | ||
• brightness level # = a value from 25,50,100. | ||
ports quad (25%), half | ||
Example: | ||
(50%) and full (100%) | ||
| ||
brightness. | SEND_COMMAND MET1,"'SET | |
| Sets the awake brightness level to 50%. | |
|
| |
GET | Syntax: | |
Retrieves the Bright- | "'GET | |
ness level for the LCD | Example: | |
display. | ||
SEND_COMMAND MET1,"'GET | ||
| ||
| Returns: | |
| ||
|
| |
SET | Syntax: | |
Sets the display con- | "'SET | |
trast. | Variables: | |
| ||
| • Contrast Level = a value from 0 - 255. | |
| Example: | |
| SEND_COMMAND MET1,"'SET | |
| Sets the display contrast to approximately 50%. | |
|
| |
GET | Syntax: | |
Retrieves the contrast | "'GET | |
setting for the LCD dis- | Example: | |
play. | ||
SEND_COMMAND MET1,"'GET | ||
| ||
| Returns: | |
| ||
|
| |
SET | Syntax: | |
Sets the display state | "'SET | |
on/off. | Variables: | |
| ||
| • Tag = ON turns display on, OFF turns display off | |
| Example: | |
| SEND_COMMAND MET1,"'SET | |
| Sets the display on | |
|
| |
GET | Syntax: | |
Retrieves the display | "'GET | |
state for the LCD dis- | Example: | |
play. | ||
SEND_COMMAND MET1,"'GET | ||
| ||
| Returns: | |
| ON | |
|
|
Metreau Entry Communicators | 59 |
|
|