Video Send_Commands - AMX Color Active-Matrix LCD Instruction Manual

Color active-matrix lcd mini-touch panel firmware version g3 or higher
Hide thumbs Also See for Color Active-Matrix LCD:
Table of Contents

Advertisement

Figure 202
Video and VGA
Send_Commands
130
AXCESS Programming

Video Send_Commands

Video Send_Commands (Figure 202) are stored in the AXCESS Central Controller
and direct the touch panel to perform various video-specific operations.
Video Send_Commands
Command
"'@VBR<data>'"
"'@VCT<data>'"
"'@VDD<mode>'"
"'@VHU<data>'"
"'@VST<data>'"
"'@VSD'"
Description
Set video signal brightness.
<data> = 0 (min) - 255 (max)
Example:
SEND_COMMAND TP,"'@VBR 128'"
Sets video brightness to 128.
Set video signal contrast.
<data> = 0 (min) - 255 (max)
Example:
SEND_COMMAND TP,"'@VCT 128'"
Sets video contrast to 128.
Choose auto-detection or manual setting of the video standard.
<mode>: 1 = Auto-detect video input
2 = Manual set NTSC
3 = Manual set PAL
4 = Manual set SECAM
Example:
SEND_COMMAND TP,"'@VDD 3'"
Detects only PAL.
Set video signal hue.
<data> = 0 (min) - 255 (max)
Example:
SEND_COMMAND TP,"'@VHU 128'"
Sets video hue to 128.
Set video signal saturation.
<data> = 0 (min) - 255 (max)
Example:
SEND_COMMAND TP,"'@VST 128'"
Sets video saturation to 128.
Set video default settings (brightness, contrast, saturation,
hue).
Example:
SEND_COMMAND TP,"'@VST'"
Sets video to its' default settings.
Color Active-Matrix LCD Mini-Touch Panels

Advertisement

Table of Contents
loading

Table of Contents