I am trying to dim the LEDs to OFF without any noticeable step at the end. The datasheet states an "14 bit equivalent dimming", which if true, should provide undiscernible step to OFF.
The only approach I didn't try with the LM3532 is using the ALS. But I believe I have tried all the other combinations of approaches.
My best results were changing the brightness level w I2C synchronously with lowering either the PWM input or following a code generated exponential map.
As a reference: Driving a single LED with the PWM output of a microcontroller:
- 16 bit has more than enough resolution to fade to off without any step to off. - Beautiful!
- 11 or 12 bit would probably be the lower limit of resolution to fade to off without any step
- 8 bit - not enough resolution here, a step to off is noticeable.
Given these test results, I may be misunderstanding LM3532's stated "14 bit equivalent dimming".
If someone has been able to get a smooth transition to OFF with the LM3532, I'd love to know your approach.