Other Parts Discussed in Thread: DLP2000
I have successfully gotten the dlp2000 evm + beaglebone black combination to work. Now, I would like to be able to control the individual micro-mirrors of the DMD chip at a very low level if possible. I'm not super familiar with the technology but I'm guessing that each micro-mirror is voltage/current controlled and has an addressable location in the array, no? Could someone point me in a good direction? I've read through the programmer's guide, but I don't need to display video. I just want to show predefined black/white patterns and maybe be able to switch from red light to white light and vice-versa.
And if there is a way to do this in Python that would be super ideal. If this isn't possible, I guess I will try writing a driver to abstract the DMD array into an addressable matrix or something.