beautypg.com

AMX Metreau Entry Communicator with Display MET-ECOM-D User Manual

Page 61

background image

Programming

55

Metreau Entry Communicators

LCD Commands (Cont.)

SET DISP-BRT

Sets the brightness
level to a percentage.
The LCD display sup-
ports quad (25%), half
(50%) and full (100%)
brightness.

Syntax:

"'SET DISP-BRT ,< brightness level>'"

Variables:
• brightness level # = a value from 25,50,100.
Example:

SEND_COMMAND MET1,"'SET DISP-BRIT 50’"

Sets the awake brightness level to 50%.

GET DISP-BRT

Retrieves the Bright-
ness level for the LCD
display.

Syntax:

"'GET DISP-BRT’"

Example:

SEND_COMMAND MET1,"'GET DISP-BRT’"

Returns:

DIS-BRT=50

SET DISP-CST

Sets the display con-
trast.

Syntax:

"'SET DISP-CST '"

Variables:
• Contrast Level = a value from 0 - 255.
Example:

SEND_COMMAND MET1,"'SET DISP-CST 128'"

Sets the display contrast to approximately 50%.

GET DISP-CST

Retrieves the contrast
setting for the LCD dis-
play.

Syntax:

"'GET DISP-CST '"

Example:

SEND_COMMAND MET1,"'GET DISP-CST’"

Returns:

DISP-CST 50

SET DISP-STATE

Sets the display state
on/off.

Syntax:

"'SET DISP-STATE ’"

Variables:
• Tag = ON turns display on, OFF turns display off
Example:

SEND_COMMAND MET1,"'SET DISP-STATE ON’"

Sets the display on

GET DISP-STATE

Retrieves the display
state for the LCD dis-
play.

Syntax:

"'GET DISP-STATE’"

Example:

SEND_COMMAND MET1,"'GET DISP-STATE’"

Returns:

ON