SONY SRX-110, SRX-105 User Guide

Large Venue Projector
SRX-110/105
PROTOCOL MANUAL 1st Edition
1. Introduction
This protocol manual describes the basic configuration and basic operations of various commands used for projector. Projector can be controlled using the commands provided in “Appendix”. Using an external CONTROLLER , etc., inputs can be switched and the power can also be turned on and off. In the follow­ing paragraphs, “CONTROLLER” means an external device such as a PC which controls projector using these commands.
2. RS-232C
2-1. Communication Specifications
<RS-232C Communication Signal>
. Full duplex communication channels (Flow control not performed.) . Start-stop synchronism system . Baud rate: 38.4 kbps (bits per second) . The bit configuration is defined as follows.
1 START Bit + 8 DATA Bits + 1 PARITY Bit + 1 STOP Bit
START D3D2D1D0
BIT
D4 D5 D6 D7
(MSB)(LSB) (EVEN) BIT
EVEN Parity.....Total number of “1”s from D0 to D7 is an even number.
2-2. Transmission Block Format
PARITY STOP
Q004-R1
1
2-3. Connection
<RS-232C Connection>
Communication is enabled by the use of a D-Sub 9 Pin cross (reverse) cable. The pin assignment of D-Sub 9 Pin and D-Sub 25 Pin is as follows.
D-Sub 9 Pin
Shell = FG
3 2 7 8 6 5 1 4 9
D-Sub 25 Pin
1 2 3 4 5 6 7
8 20 22
Name
FG
Grounding for safety protection or cable shield
TxD
Transmission data
RxD
Reception data
RTS
Transmission request
CTS
Transmission permission
DSR
Data set ready
SG
GND for signal
DCD
Data channel signal carrier detection
DTR
Data terminal ready
RI
Calling display (Presence/absence of calling signal)
Pins indicated as D-Sub 25 Pin are not used. Assured cable length: 15 m (However, assurance may not be applicable for some cables.)
The software for controlling the projector from a PC is intended for performing transmission and recep­tion for only the TxD and RxD lines. Therefore there is no handshake normally performed by RS-232C.
2-4. Communication Procedure
2-4-1. Outline of Communication
All communication between CONTROLLER (PC, etc.) and DEVICE (PROJECTOR) is performed by the command block format. Communication is started by the issue of a command at CONTROLLER and ended when the return data is sent to CONTROLLER after DEVICE receives the command. CONTROLLER is prohibited from sending several commands at one time. This means that after CON­TROLLER sends one command, it cannot send other commands until DEVICE returns the return data. DEVICE sends the return data after processing the command. The time from when CONTROLLER sends the command until the return data is returned differs according to the contents of the command.
n
When Sircs Direct Command is sent, return data may not be returned in some cases.
2
Q004-R1
2-5. Communication Rules
. When sending a command from CONTROLLER, the return data from PROJECTOR should be re-
ceived first before sending the next command. Even if the next command is sent before receiving the return data, since PROJECTOR will not be able to receive that command, it does not return a response to CONTROLLER. Consequently, no error code is also sent. The following lists the approximate waiting times for PROJECTOR to return the return data after CONTROLLER sends the command.
. When a communication error occurs, PROJECTOR ignores the data received until now, and set into the
reception standby state.
. For undefined commands or commends determined as invalid by PROJECTOR, PROJECTOR will
send the “NAK” return data to CONTROLLER .
. Take note that when data is written when the input signal of PROJECTOR is unstable, that data (value)
will not be incorporated.
. When INDEX specified SIRCS direct command is transmitted, leave an interval of 45 msec until the
next transmission. (Do not return the return data (ACK, NAK) when the SIRCS direct command is received.)
2-6. Approximate Return Waiting Times
The await-return time is approx. 30 msec.
n
This is the case, unless the communications are interfered anyway.
Q004-R1
3
3. NETWORK
This section describes the performance, operations and protocol to be used of advertisement and PJ Talk.
3-1. Advertisement
The advertisement service is provided to facilitate development of a PC application that can automatically detect a projector on the network. This function is achieved by broadcasting the equipment information periodically to the network.
3-1-1. Function
The equipment information shown below is transmitted as the broadcast packet periodically (at certain intervals).
Information Description
Category Category of the equipment
Equipment name Name of the equipment
Serial number Serial number of the equipment
Installation information Installation location of the equipment
Community Community name of the equipment
Power status Power status of the equipment
m . The category of projector is 0x0a. . The power status sets ffffh if communication error occurs.
Protocol
The SDAP protocol is defined in order to provide this service.
Item Description
Protocol name SDAP (Simple Display Advertisement Protocol)
Transport UDP
Port number 53862 (Factory-shipments value)
Broadcast interval Once every 30 seconds (Factory-shipments value)
3-1-2. Setup Items
The items that can be set for the advertisement service are described below.
Setup items Description
Port No. Port number
Interval Broadcast interval
Broadcast Address Adding the transmission place.
4
Q004-R1
3-2. PJ Talk
The remote control service is provided that can control the projector from remote location via network.
3-2-1. Function
This responds to the control command and requests for acquiring the status and information supplied from clients.
Control request
Enables the input to be selected and picture control to be adjusted.
SIRCS request
Enables remote control by sending the SIRCS code.
Status request
Enables equipment status information such as power status, error information and power-on time to be acquired.
Information request
Enables equipment information such as equipment name, serial number and installation information to be acquired.
Protocol
Item Description
Protocol name SDCP (Simple Display Control Protocol)
Transport TCP
Port number 53484 (Factory-shipments value)
TCP connection timeout 30 seconds (Factory-shipments value)
3-2-2. Setup Items
The items that can be set for the PJ Talk service are described below.
Setup item Description
Port No. Port number
Timeout TCP connection timeout time
Host Address IP address of connectable PC
Q004-R1
5
3-3. SDAP Protocol
Version (8)
(16)
Category (8)
This section describes the SDAP packet structure.
Header
(4)
Community
(4)
Product name
(12)
Serial No.
Fig.1 Packet structure
(4)
Power Status
(2)
Location
(24)
1) Header The header consists of ID (16 bit), version (8 bit) and category (8 bits).
110 234567098 012345 76 890123 54 678901
“DADA” (16)
Fig. 2 Header
23
Version (8)
Category (8)
ID
It is fixed to “DA”.
Version
This indicates the version number of protocol. It is fixed to 01h (version 1).
Category
Category number 0Ah of the projector is entered here.
(Bit position)
2) Community The community that is set in the display equipment is entered.
23
110 234567098 012345 76 8 90123 54 678901
Community (32)
Fig. 3 Community
3) Equipment Information
Product Name
Name of equipment (Maximum twelve characters) In case, less than twelve characters, 00h is entered in the blank space.
Serial No.
Serial number is entered.
Power Status.
Power supply status of the equipment is entered.
Location
Information of installation location (Maximum twenty four characters) In case, less than twenty four characters, 00h is entered in the blank space.
(Bit position)
6
Q004-R1
3-4. SDCP Protocol
Version (8)
Category (8)
Community (32)
This section describes the packet structure of version 2.
Header
(2)
Community
(4)
Command
(4)
Data (n)
Fig. 1 Packet structure
3-4-1. Format
3-4-1-1. Header
The header consists of version (8 bits) and category (8 bits).
110 234567098 012345
Version (8)
Fig. 2 Header structure
Category (8)
Version
This indicates the version number of protocol. It is fixed to 02h (version 2).
Category
Category number 0Ah of the projector is entered here. Projector checks the category number. If a differ­ent category number is entered, the request is ignored.
(Bit position)
3-4-1-2. Community
When the community data matches the community that is set in the display equipment, the request is executed. Community consists of four alphanumeric characters (case sensitive). All display equipment has the default value “SONY” when shipped from the factory.
23
110 234567098 012345 76 890123 54678901
Community (32)
n
Community should be entered with four characters. Three characters or less are not accepted.
(Bit position)
Q004-R1
7
3-4-1-3. Command
This section describes the format of the request command and the response command.
110 234567098 012345 76 8 90123 54 678901
Item No (16) Data Length (8)Request/Response (8)
23
(1) Request This section describes the format of the request command that is issued from the host PC to the projector.
Community
This is the same alphanumeric characters as those of community that is set in the projector to which request is going to be sent.
Request
There are only two types of request. One is the GET request to acquire the projector information and status. The other is the SET request to modify the projector setup.
Request Contents
SET (00h)
GET (01h) Used to acquire the installation information, equipment status and various setup values.
Used to control turning the power on/off and to control the input selector, and to change the various setups.
Item No.
This is the item number of the request target.
Data Length
This is the length of the data accompanying the request. The maximum length is 128 bytes. If there is no data, it is 0.
(Bit position)
Data
This is the data accompanying the request.
(2) Response This section describes the format of the response command which is used to return a response to the host PC from the projector.
Community
The same alphanumeric characters as those of the request is entered.
Response
The response returns the result of executing the request from the host PC.
Response Contents
NG (00h) Indicates that the request is illegal or cannot be executed.
OK (01h) Indicates that the request was executed correctly.
Item No.
The same value as those of the request is entered.
Data Length
This is the length of the data accompanying the response. The maximum length is 128 bytes. If there is no data, it is 0.
Data
This is the data accompanying the response.
8
Q004-R1
3-4-1-4. SET Request
The SET request is used to set a new value in the specified item. Details of the request and the response are described below.
Request
Request
SET (00h) Item No. n Set Data (n byte)
Item No.
Data
Length
Data
Response
OK (01h) Item No. 0
3-4-1-5. GET Request
The GET request is used to acquire the value of the specified item. Details of the request and the response are described below.
Request
Request
GET (01h) Item No. 0
Item No.
Data
Length
Response
OK (01h) Item No. n Get Data (n byte)
3-4-1-6. ERROR Response
When an error occurs in the contents of a request or in the result of execution, NG is returned as the response.
NG (00h) Item No. 2 Error Code (16)
Q004-R1
9
O
3-4-2. Items
Category Description SET GET
70**h Used to transmit the RS-232C protocol. O A0**h Used to set or acquire various information of the equipment OO
3-4-2-1. RS-232C Transmission (70**h)
Used to transmit the RS-232C protocol. Refer to SXRD PROTOCOL APPENDIX_70xxh.xls for data length and data.
Lower byte Description SET GET
00h Command that receives response from RS-232C O
3-4-2-2. Equipment Information Acquisition (A0**h)
Used to set or acquire the information of the equipment (SXRD projector). Refer to SXRD PROTOCOL APPENDIX_A0xxh.xls for the lower byte, data length and data.
10
Q004-R1
3-4-3. Error Code
The error code list is shown below with a detailed description of each.
Category Error Error Code
Item Error (01**h) Invalid Item 01h
Invalid Item Request 02h
Invalid Length 03h
Invalid Data 04h
Short Data 11h
Not Applicable Item 80h
Community Error (02**h) Different Community 01h
Request Error (10**h) Invalid Version 01h
Invalid Category 02h
Invalid Request 03h
Short Header 11h
Short Community 12h
Short Command 13h
Network Error (20**h) Timeout 01h
Comm Error (F0**h) Timeout 01h
Check Sum Error 10h
Framing Error 20h
Parity Error 30h
Over Run Error 40h
Other Comm Error 50h
Unknown Response F0h
NVRAM Error (F1**h) Read Error 10h
Write Error 20h
Q004-R1
11
3-4-3-1. Item Error
This error occurs when the Item No. of a request is illegal or its data is illegal. The conditions for occur­rence of the respective errors are shown below.
Invalid Item
An unsupported Item No. is specified.
Example 1: The unsupported category 0xA** is specified. Example 2: The unsupported Item No. 0x8010 is specified.
Invalid Item Request
The Item No. is supported but an unsupported Request is issued.
Example: An attempt is made to set data in the Model Name (0x8001).
Invalid Length
Data length of the specified Item No. is too long.
Example: An attempt is made to set 25 byte data in the installation location (0x8003).
Invalid Data
Data of the specified Item No. is outside the setting range.
Example: An attempt is made to set 101 in the Item when the setting range of the Item is 1 to 100.
Short Data
The length of data is shorter than the value specified by the data length.
Example: The actual data length is 9 bytes but data length is 10.
Not Applicable Item
An item that is not valid at present is specified.
Example: The item to switch the display is specified when the main power is off.
3-4-3-2. Community Error
This error occurs when community is different.
Example: ABCD is specified when SONY is set.
12
Q004-R1
3-4-3-3. Request Error
This error occurs when header or command is illegal. The conditions of occurrence of the respective errors are shown below.
Invalid Version
The version of the header is other than 2.
n
When another version is supported, an error occurs in all versions other than the supported version.
Invalid Category
The category does not match.
Example: 0x0B is specified in the device of category = 0x0A.
Invalid Request
An unsupported request is specified.
Example: Request = 0x02 is specified.
Short Header
The received data is 1 byte.
Short Community
The received data is in the range of 2 to 5 bytes.
Short Command
The received data is in the range of 6 to 9 bytes.
3-4-3-4. Network Error
This is an error that occurs in TCP/IP. The conditions of occurrence of the respective errors are shown below.
Timeout
Communication was interrupted.
Q004-R1
13
3-4-3-5. Comm Error
This is an error in communication with the main control microprocessor of the display.
Timeout
Reception data is not returned after data is sent.
Check Sum Error
A check sum error occurred in the main control microprocessor of the display.
Framing Error
A framing error occurred.
Parity Error
A parity error occurred.
Over Run Error
An overrun error occurred.
Other Comm Error
Another error occurred.
Unknown Response
The data cannot be processed was received.
3-4-3-6. NVRAM Error
Read Error
Reading from NVRAM was failed.
Write Error
Writing to NVRAM was failed.
14
Q004-R1
Version 0.02
>
A
A
>
A
A
>
]
]
]
A
A
X
Y
e
<Communication Protocol>
Use the following protocol to send data to and receive them from the projector. The details on CMD1, CMD2, and DATA (written in red) are described in "Communication Commands". The details on CHECK DATA, DATA LENGTH, and CHECK SUM (written in blue) are described on this worksheet.
B0
START CODE
5 h
B2B1
Destination (To) INDE
PERIPHERAL INDEX GROUP INDEX DEVICE INDEX
01 h 00 h 01 h
00 h
Source (From) INDEX
PERIPHERAL INDEX GROUP INDEX DEVICE INDEX
03 h 00 h 00 h
CMD[0] CMD[1] CMD[3]
B11 B12 B13
CATEGOR
SET Fixed valu
80 h
CHECK DAT
B14
DATA LENGTH
B15 B16
B16 + 2 00 h Note 1
DATA[1
DATA[2
DATA[N
Bm (= Bn + (N-1))Bn ( = B17) Bn + 1
CHECK SUM
Bm + 1
END CODE
Bm + 2
5A h
B5B4B3
01 h
B10B9B8B7B6
01 h01 h
<About CHECK DATA
The total number of bytes from "DATA 1" to "DATA N" + 2 is assigned here.
s for the "DATA" part, the number of bytes vary depending the command to be sent. lso, even when the command is the same, the number of bytes in the "DATA" section varies depending on whether the command is "SET" or
For this reason the value here varies depending on the command to be sent.
<About DATA LENGTH
The total number of bytes from "DATA 1" to "DATA N" + 2 is assigned here as in "CHECK DATA". The difference from "CHECK DATA" is that only "the total number of bytes" is set without 2 added.
<About CHECK SUM>
Sets the checksum.
Checksum can be calculated by operating "XOR" to the values from "PERIHERAL INDEX(B1)" to "DATA N(Bm)". <Example of calculation>
5 1010 0101
5A 0101 1010
nswer 1111 1111
<About CMD[0], CMD[1], DATA[1], .........DATA[N]
Refer to the "PjStn2CommCommandTable" sheet.
List of All Commands
NO COMMAND NAME
ADJ USER
1
<USER COMMAND>
(ADJ USER NO)
DU USER
2
<USER COMMAND>
(DU USER NO)
SIRCS
3
<USER COMMAND>
Send SIRCS
MEMORY
4
<USER COMMAND>
MEMORY(SAVE/RESET)
ADJ USER MULTI PICS
22
<USER COMMAND>
(ADJ USER NO MULTI)
RS232C
SET 00h 00h Option
GET 01h
REPLY 02h Status
CMD1 CMD2 DATA1 DATA2 DATA3 DATA4 DATA5 DATA6 DATA7 DATA8 DATA9
CMD[0] CMD[1] CMD[2] CMD[3] CMD[4] CMD[5] CMD[6] CMD[7] CMD[8] CMD[9] CMD[10]
ADJ USER NO
ADJ USER NO
ADJ USER NO
ACK(232C) 03h ACK/NAK DATA
SET 01h 00h DATA SIZE DATA
GET 01h DATA SIZE
REPLY 02h DATA SIZE DATA
DU USER NO
DU USER NO
DU USER NO
ACK(232C) 03h ACK/NAK DATA
SET 17h 00h SIRCS CODE REPEAT
CATEGORY REPEAT NUMBER
REQUEST 00h SAVE/RESET MEMORY NO INPUT
03h
ACK(232C) 03h ACK/NAK DATA
SET 20h 00h INPUT Option
GET 01h INPUT
REPLY 02h INPUT Status
ADJ USER NO DATA
ADJ USER NO
ADJ USER NO Lower
ACK(232C) 03h INPUT ACK/NAK DATA
DATA
Lower
ADJ USER NO
CMD[4+n]
DATAUpper
∼∼∼∼∼∼
∼∼∼∼∼∼
Data[n-1]
Data[n-1]
Upper DATA
Item Number Data
Item Name Data Upper Byte Lower Byte
ACK 00h 00h
NAK
Undefined Command
Size Error 04h
Select Error 05h
Range Over 06h
Not Applicable 0Ah
Check Sum Error
Framing Error 20h
Parity Error 30h
Over Rub Error 40h
Other Comm Error
01h
F0h
01h
10h
50h
1.About ADJ USER NO and ADJ USER NO MULT
I
r
A
A
(1)ADJ SET command
Sets an adjustment value. "ADJ REPLY data" returns when "ADJ SET" is executed.
(2) ADJ GET command
Acquires an adjustment value. Response to the "Get adjustment value of ADJ item" command (ADJ REPLY data) returns when "ADJ GET" is executed.
(3) ADJ REPLY command
Response to the "Get adjustment value of ADJ item" command
(4) How to use the ADJ STATUS flag (ADJ REPLY: CMD[4])
(a) When the ADJ Status flag is "00h" Since this is a normal adjustment value, set the adjustment item using the value of "ADJ DATA". (b) When the ADJ Status flag is "01h" Since this is an adjustment item error (the adjustment value of this item cannot be set), the adjustment item of Projector Station is masked (displayed in gray). (c) When the ADJ Status flag is "02h" Check that the value of "ADJ DATA" is "ADJ Lower" (the minimum value of the adjustment value) or larger and "ADJ Upper" (the maximum value of the adjustment value) or lower, and set the adjustment item using the value of this "ADJ DATA".
1. Access to the ADJ USER items
Set adjustment value of ADJ USER item
CMD Number CMD[0] CMD[1] CMD[2] CMD[3] CMD[4] CMD[5] CMD[6]
Function ADJ USER SET Option
Value
Get adjustment value of ADJ USER item
CMD Number CMD[0] CMD[1] CMD[2] CMD[3]
Function ADJ USER GET
00h 00h
00hValue 01h
ADJ USER NO DAT
MSB LSB
Refer to [ADJ USER NO List]
ADJ USER NO
MSB LSB
Refer to [ADJ USER NO List]
Refer to [OPTION List] MSB LSB
Response to the "Get adjustment value of ADJ USER item" command
CMD Number CMD[0] CMD[1] CMD[2] CMD[3] CMD[4] CMD[5] CMD[6] CMD[7] CMD[8] CMD[9] CMD[10]
Function ADJ USER REPLY Status
Value 00h 02h
ADJ USER NO DAT
MSB LSB
Refer to [ADJ USER NO List]
Refer to [Status List]
Lower
MSB LSB
Uppe
MSB LSBMSB LSB
22. Access to the ADJ USER MULTI PICS items(SRX-001 multi-screen supported)
r
]
]
]
]
]
]
]
]
R
]
]
]
]
]
R
]
]
]
]
]
]
]
]
]
]
]
]
R
T
T
y
Set adjustment value of ADJ USER MULTI item
CMD Numbe
Function
Value 20h
Get adjustment value of ADJ USER MULTI item
CMD Number CMD[0
Function
Response to the "Get adjustment value of ADJ USER MULTI item" command
CMD Number CMD[0
Function
Value LSB
CMD[0
ADJ USE
MULTI PICS
ADJ USE
MULTI PICS
20h 01hValue
ADJ USE
MULTI PICS
20h
CMD[1
SET INPUT Option
CMD[1
GET INPUT
CMD[1
REPLY INPUT Status
02h
CMD[2
Refer to [INPUT
List]
CMD[2
Refer to [INPU
List]
CMD[2
Refer to [INPU
List]
CMD[3
MSB LSB
Refer to [ADJ USER NO List]
CMD[2
ADJ USER NO
MSB LSB
Refer to [ADJ USER NO List]
CMD[2
ADJ USER NO
MSB LSB
Refer to [ADJ USER NO List]
CMD[4
CMD[3
CMD[3
CMD[5
Refer to [OPTION List]00h
CMD[4
CMD[6
CMD[5
CMD[7
DATAADJ USER NO
LSBMSB
CMD[6
CMD[7
CMD[8
LSB MSBLSB MSBRefer to [Status List] MSB
CMD[9
CMD[10
DATAUpperLower
[OPTION List]
No Function Do nothing 00h Relative Relative value 01h Absolute Absolute value 02h Reset Reset 03h
[Status List]
Complete successfull Adjustment item ERROR (Cannot be adjusted by the currentinput signal and power mode)
Adjustment value ERROR (OutOfRenge) (The setting value is out of the adjustment range.)
[INPUT List]
Input 1 bit0 Input 2 bit1 Input 3 bit2 Input 4 bit3 INPUT's bitOR can be used only for SET
INPUT
Option
Status
00h
01h
02h
[ADJ USER NO List] [ADJ USER NO MULTI List]
K
L
2bit
e
V
A
V
ADJ USER NO
Picture Mode 02h
function1 00h Contrast 10h function2 01h Brightness 11h function3 02h Color 12h
Screen Control 05h Hue 13h
PICTUREMUTING 30h
Screen1 ON 01h 6500 Screen2 ON 02h custom1 01h Screen3 ON 04h custom2 02h Screen4 ON 08h
Input-1 Signal Sel 32h
Input-2 Signal Sel 33h
Input-3 Signal Sel 34h
Input-4 Signal Sel 35h
Cinema_PSF 3ch
TESTPATTERN 3dh
LCD_Contrast 3eh H_Size_OFFSET 57h
Pattern 1 01h V_Shift 55h Pattern 2 02h Dot Phase_No 56h
LAMP MODE 40h
Lamp Select 41h DUAL 00h
reserved 02h reserved 03h
INSTALLATION 43h
ALUE
2BYTE data (See Note1)
Off 00h Sharpness 14h
ColTemp 17h
RGB 00h YCbCr 01h YPbPr 02h DCDM 00h
RGB 00h 709 01h YCbCr 01h CIEXYZ 02h YPbPr 02h Reserved 03h
RGB 00h Off 00h YCbCr 01h Gamma 1.8 01h YPbPr 02h Reserved 02h
RGB 00h Gamma 2.2 03h YCbCr 01h Reserved 04h YPbPr 02h Gamma 2.6 05h
Off 00h OFF 00h On 01h ON 01h Off 00h H_Shift 54h
Color Space 1ch
Gamma Correction 22h
OSD 3Ah
00h to 4Bh (0 to 75)
100% 00h GAINRED 80h
93% 01h GAINGREEN 81h
86% 02h GAINBLUE 82h
79% 03h BIASRED 83h
72% 04h BIASGREEN 84h
65% 05h BIASBLUE 85h
58% 06h
51% 07h
SINGLE 01h
FRONT 00h
REAR 01h
DJ USER NO MULTI
ALUE
00h to 64h (0 to 100) 00h to 64h (0 to 100) 00h to 64h (0 to 100) 00h to 64h (0 to 100) 00h to 64h (0 to 100)
∆ ∆ ∆
0 to 300 0 to 100 00 to 63
-50 to 50 00h to 64h (0 to 100) 00h to 64h (0 to 100) 00h to 64h (0 to 100) 00h to 80h (0 to 128) 00h to 80h (0 to 128) 00h to 80h (0 to 128)
00h
03h 04h 05h
Note 1 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
Upper 8 bits Screen Mode
00h 1 picture 00h INPUT 1 INPUT 1 INPUT 1 INPUT 1 01h 2 picture 01h INPUT 2 INPUT 2 INPUT 2 INPUT 2
02h reserved (3) 02h INPUT 3 INPUT 3 INPUT 3 INPUT 3
03h 4 picture 03h INPUT 4 INPUT 4 INPUT 4 INPUT 4
ower
valu
Screen4 INPUT Screen3 INPUT Screen2 INPUT Screen1 INPUT
In SRX-001
Ο
Ο
Ο
Ο
Ο
Ο
C
)
[ADJ USER NO List] New
Screen Mode 03h 00h 1 picture Screens
is used in ADJ USER(00) is used in ADJ USER MULTI PICS(20)
01h 2 picture 02h reserved (3) 03h 4 picture
Screen 04h bit0 Screen1 Screen selection
LAMP MODE B 42h
VREFHIRED 86h
VREFHIGREEN 87h
VREFHIBLUE 88h
DevRefreshOff 89h 00h ON DEVICE REFRESH OFF
00h to FFh (0 to 255) 00h to FFh (0 to 255) 00h to FFh (0 to 255)
InterPol 8ah 00h OFF Processing between QDI assistant
VCOMRED 8bh
VCOMGREEN 8ch
VCOMBLUE 8dh
Upper 4bit Color Lower 4bit PATTERN
bit0 Blue 0 Nothing (un-displaying) bit1 Green 1 bit2 Red 2 Crossing hatch (Invert)
00h to FFh (0 to 255) 00h to FFh (0 to 255) 00h to FFh (0 to 255)
bit1 Screen2 bit2 Screen3 bit3 Screen4 bit7 ScreenALL
Refer to LAMPMODE (40h).
01h OFF
01h ON
rossing hatch (Normal
Loading...
+ 48 hidden pages