I have develop dlpc900 with i2c communication. I have a one command that is not working.
it is Pattern Display LUT Reorder Configuration Command.
For example, if there is 2 patterns
[1] Pattern Display LUT Definition => Pattern Display LUT Configuration => PATTENR START : first pattern display and second pattern display, it is well display
[2] After [1], PATTERN STOP => Pattern Display LUT Reorder Configuration =>PATTERN START : first pattern display and second pattern display,but i command order is second=>first, it is wrong display
Pattern Display LUT Reorder Configuration I2C COMMAND IS SlaveAdd, 0x76, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00
F/W is DLPR900PROM-6500-v5.0.0-OOB. I check the pattern on-the-fly mode with usb of dlp lightcraft window program, so it is order is second => first display. it is well display
Why Reorder command is not working with i2c communication?