Hello,
I have been programming the DLP LC that we have, using LogicPD's Light Commander Control Software (LLCCS) and also using APIs provided by TI.
1. I was able to load and display desired no. of images at desired frame rates using both LLCCS and APIs. But the problem is that, once the LED intensities (of RGB)are set, these settings remains the same for all these images. But i want different LEDs to be ON for different images and also different LED intensity levels for different images.
I tried calling the function (APIs) that sets these intensity levels of the three LEDs in an infinite loop, but the rate was too low.(Image frame rate desired is in the range of 500 fps but the rate of LED intensity variation that was possible by this method was in the range of 20 fps, depending upon processor's speed)
So, how can i have different LED intensity levels for different images and display these images at desired frame rate(around 500fps)?
2. i think to get such high rate of intensity changes, the only solution is to program the flash memory because serial comm can never be that fast. but we can load only the binary files created by LLCCS onto the flash memory and LLCCS doesnt convert the batch file that i have written into binary files.
So, how to program the flash memory to achieve my objective? is there any memory map for the flash memory present inside DLP LC? i thought of loading 3 to 4 batch files(converted into a binary file using LLCCS) on to flash memory and run them in a loop.. but can i do this??
i request you to please help me on this regard.
Thanking you,
Shashanka(Student of Temkar Ruckmongathan)