Other Parts Discussed in Thread: DLP4710
Tool/software:
Hello,
I am attempting to configure the DLP4710 to operate in external pattern mode via I2C. The HDMI cable is connected to a properly functioning laptop. Despite following the commands outlined in the programmer's guide, I encountered an issue where the screen simply goes black. Here are the commands used:
0xDE, 0xA0 (note: tried with and without this)
0xDF, 0x18, 0x00 (note: tried with and without this)
0x92, 0x02, 0x00, 0x00, 0x00, 0x00
0x92, 0x03, 0x00, 0x00, 0x00, 0x00
0x96, 0x03, 0x01, 0x07, 0xCB, 0x32, 0x00, 0x00, 0x98, 0x08, 0x00, 0x00, 0x88, 0x13, 0x00, 0x00
0x05, 0x03
I can confirm successful communication with the DLP via I2C, as I am able to execute other commands such as toggling an LED or adjusting current without issues. Interestingly, changing to external video via {0x05, 0x00} works as expected. Could there be additional configurations required before executing the above I2C commands?
Thank you for your assistance.