Other Parts Discussed in Thread: DLP3010, , DLPC2607
HI
We are developing the PICO project.
TI's DLP3010 is being purchased and confirmed.
The basic LCD settings of DLPC3433 are as follows.
(VSYNC = LOW; HSYNC = LOW; DATA_EN = HIGH; PIXCLK = RISING_EDGE)
We should set it as follows.
(VSYNC = HIGH; HSYNC = HIGH; DATA_EN = HIGH; PIXCLK = FALLING_EDGE)
In the DLPC3433 DataSheet, VSYNC, HSYNC, DATAEN Polarity is Software Programmable.
I have seen the entire DataSheet, but there is no configuration I2C instruction.
I happened to see DLPC2607 DataSheet. I2C Polarity 0xAF command was present.
The DLPC3433 is an I2C command?
Thank You
Cho