Other Parts Discussed in Thread: DLPC2607
Tool/software:
Hello,
I'm working on connecting my application processor to the DLPDLCR2000EVM to transfer parallel data. I have connected the DATA0 pin of the application processor to the DATA0 pin of the DLP EVM and similarly connected all the pins in an orderly manner.
Here's the connection mapping: DATA0 corresponds to DATA0 on the DLP EVM, DATA1 corresponds to DATA1 on the DLP EVM, and so on upto DATA15 to DATA15. 
Could you explain how the DLP EVM processes RGB565 data in this parallel format? We would like to know which specific pins the DLPDLCR2000EVM uses for the R (Red), G (Green), and B (Blue) components when processing RGB565 data in parallel format. Can you clarify the mapping for each color component?
Because we are getting different colors in projection.
In software, we performed the below i2c communications only.
1. Input Source Selection: Parallel source :- 0x0B 0x00 0x00 0x00 0x00
2. Input Resolution Selection - nHD 640x360 :- 0x0C 0x00 0x00 0x00 0x27
3. Pixel Data Format - - RGB565 transferred on a 16-bit bus - 0x0D 0x00 0x00 0x00 0x00
Is my connection right? Please share your suggestions.


