Other Parts Discussed in Thread: DLP2000,
Hi,
currently, I am working on a project which uses a dlp200 projector to project the image. It needs to rotate the image by 90 degrees clockwise. I am sending data through i2c. The code background is in python.
I use the dlpu013a software document for rotation of image I uses below command :
i2cset -y 2 0x1b 0x0b 0x00 0x00 0x00 0x00 i
i2cset -y 2 0x1b 0x0c 0x00 0x00 0x00 0x0e i
i2cset -y 2 0x1b 0x0f 0x00 0x00 0x00 0x00 i
i2cset -y 2 0x1b 0x0e 0x00 0x00 0x00 0x01 i
it rotate the image but it is showing vertical flickering with 3 copied image.
I setup is the dlp2000 projector with the beagle bone black.
Kindly provide me some information. That would be helpful.