Other Parts Discussed in Thread: DLPC2607
Hi Experts,
Good day.
The customer has a DLPC2607 and connects it to raspberry pi 4.
Because the default input source of DLP is Splash screen, They should set the input source to the parallel interface, by this i2c code, in every boot:
" I2cset -y 11 0x1b 0x0b 0x00 0x00 0x00 0x00 i "
And it works perfectly.
-The question is how do change the default of the input source?
#Programmers guide (dlpu013a.pdf):
To change the input source, use of second bit at i2c address 0x0B, flash 0x0000000B.
Maybe it's the answer, but I don't know how to use flash 0x0000000B.
Should I run this?
" I2cset -y 11 0x1b 0x0000000b 0x00 0x00 0x00 0x00 i "
Please advise.
Regards,
Josel