Download PGRemote User`s Manual

Transcript
The Moving Pixel Company PGRemote User’s Manual – Doc. Rev. 1.34 -- 5/6/13
public
public
public
public
public
public
public
public
const
const
const
const
const
const
const
const
int
int
int
int
int
int
int
int
PIXEL_STREAM_RGB666 = 0x23;
PIXEL_STREAM_RGB888 = 0x24;
PIXEL_STREAM_RAW6 = 0x28;
PIXEL_STREAM_RAW7 = 0x29;
PIXEL_STREAM_RAW8 = 0x2A;
PIXEL_STREAM_RAW10 = 0x2B;
PIXEL_STREAM_RAW12 = 0x2C;
PIXEL_STREAM_RAW14 = 0x2D;
// option1: non-zero length payload array
// option2: filename
public const int USER_8BIT_TYPE1 = 0x30;
public const int USER_8BIT_TYPE2 = 0x31;
public const int USER_8BIT_TYPE3 = 0x32;
public const int USER_8BIT_TYPE4 = 0x33;
////////////////////////////////////////////////
// DCS_SHORT_WRITE cmd types
////////////////////////////////////////////////
// 0 argument commands
public const int ENTER_IDLE_MODE = 0x39;
public const int ENTER_INVERT_MODE = 0x21;
public const int ENTER_NORMAL_MODE = 0x13;
public const int ENTER_PARTIAL_MODE = 0x12;
public const int ENTER_SLEEP_MODE = 0x10;
public const int EXIT_IDLE_MODE = 0x38;
public const int EXIT_INVERT_MODE = 0x20;
public const int EXIT_SLEEP_MODE = 0x11;
public const int NOP = 0;
public const int SET_DISPLAY_OFF = 0x28;
public const int SET_DISPLAY_ON = 0x29;
public const int SET_TEAR_OFF = 0x34;
public const int SOFT_RESET = 0x01;
// arg1 = Mode[7:0]
public const int SET_ADDRESS_MODE = 0x36;
// arg1 = GammaCurve[7:0]
public const int SET_GAMMA_CURVE = 0x26;
// arg1 = Format[7:0]
public const int SET_PIXEL_FORMAT = 0x3a;
// arg1 = M[0]
public const int SET_TEAR_ON = 0x35;
////////////////////////////////////////////////
// DCS_READ cmd types
////////////////////////////////////////////////
public
public
public
public
public
public
const
const
const
const
const
const
int
int
int
int
int
int
GET_ADDRESS_MODE = 0x0b;
GET_BLUE_CHANNEL = 0x08;
GET_DIAGNOSTIC_RESULT = 0x0f;
GET_DISPLAY_MODE = 0x0d;
GET_GREEN_CHANNEL = 0x07;
GET_PIXEL_FORMAT = 0x0c;
- Page 97 -