This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DLPC3478: questions about “ DLPC34XX_ReadRgbLedEnable” of DLPC-API-1.10

Part Number: DLPC3478
Other Parts Discussed in Thread: DLPC-API

Hi, I found the following problems during testing:

1. "DLPC34XX_ReadRgbLedEnable" is called before the first "setInternalPatternControl" or "setOperatingModeSelect", the sample is run for the first time, the value read by "DLPC34XX_ReadRgbLedEnable" is normal (false, false, true), the sample is run again, The three values read are all false, which does not match the true value (false, false, true);

2. "DLPC34XX_ReadRgbLedEnable" is called after the first "setInternalPatternControl" or "setOperatingModeSelect". The value read by "DLPC34XX_ReadRgbLedEnable" is ( false, false, false), which does not match the true value (false, false, true);

3. The same phenomenon exists when I use DLP EVM GUI to test. Is there any restriction on calling "DLPC34XX_ReadRgbLedEnable"?

Thanks!