Hello ,
I am trying to use the DLP2000EVM to project an image via the parallel interface (RGB888).
I am using an evaluation board from cypress to provide the I2C commands and the image source.
However I am not able to get any image output.
The sequence of I2c commands i sent were:
Address Data
(0xA3) 0x00 0x00 0x00 0x01 //-> Freeze buffer
(0xA6) 0x00 0x00 0x00 0x01 //--> Curtain Enable - default screen to black
(0x0B) 0x00 0x00 0x00 0x00 //-->Input Source Selection: Parallel interface
(0x0C) 0x00 0x00 0x00 0x13 //--> Input Resolution Selection -WVGA-800 landscape
(0x0D) 0x00 0x00 0x00 0x02 //--> Output Format Selection RGB888 24bit
(0xAF) 0x00 0x00 0x00 0x10 //--> Bus Polarity Control (VSYNC = LOW; HSYNC = LOW; DATA_EN = HIGH; PIXCLK = RIS_EDGE)
(0xB2) 0x00 0x00 0x00 0x01 //--> PDM PDATA and DATEN are masked and ignored when PDM = 0
(0xB3) 0x00 0x00 0x00 0x01 //--> PDM Enabled
(0x19) 0x00 0x00 0x08 0x59 //-->Video frame Rate 60Hz
(0x1E) 0x00 0x00 0x00 0x01 //--> Sequence sync Mode - locked to VSYNC
After sending these commands , i could observe the DLP's default image pattern cut-off but its not projecting the images from the source.
I checked the source image by connecting it to a LCD TFT display.
Kindly let me know if I wrongly configured some registers or if I am doing something wrong.
Thanks!
Venkat S