Hi, Sanjeev,
I have another question regarding turning off the display. In my application, the procedure is exposing a gray scale image for some seconds, then exposing black image.. To save the power, in the second second step, I want to turn off the LEDs instead of exposing black image. I checked the API functions, to my understanding, there are at least 3 ways to turn off illumination:
(1) DLP_LED_SetLEDintensity(0), I tried this, it can shut down the LED
(2) DLP_Display_DisplayStop() can also shut down the LED, but after this, I check the intensity using DLP_LED_GetLEDintensity, the intensity is not changed, even the device is not shining the image.
(3) DLP_Display_ParkDMD(), I'm not sure what this function really do. But it also turns of the illumination. My guessing is it stopped the DMD flipping. Am I right?
Could you explain a little bit of the differences?
Thanks!
Chi