Hi!
I have a DLP2000EVM kit connected to a raspberry pi via I2C. I can successfully send commands to the DLP and have managed to change different test patterns via the following commands:
i2cset -y 3 0x1b 0x0b 0x00 0x00 0x00 0x01 i #changing the source to internal test patterns
i2cset -y 3 0x1b 0x0c 0x00 0x00 0x00 0x19 i # changing resolution to WVGA Landscape
i2cset -y 3 0x1b 0x0d 0x00 0x00 0x00 0x02 i #pixel format to RGB888
and then changing different patterns with different values to address 0x11.
However the patterns look distorted and not at all what they should look like when comparing to the photos here:
https://community.element14.com/products/roadtest/rv/roadtest_reviews/269/dlp_pico_display_pro
And when I try to return to the splash screen with the following command, nothing happens. Is this right?
i2cset -y 3 0x1b 0x0b 0x00 0x00 0x00 0x02
Best regards,
Miro