1. I need to dim a light 0 to 100% depending upon user input 0 to 100.
Have a driver to which when I pass value 0 to 100% by microcontroller it dims the led accordingly.
2. I was reading below image from this datasheet: https://www.ti.com/lit/pdf/slvaef3

3.Page 6, says "Human perception of brightness is not linear with luminance of the LEDs and is more sensitive at low
luminance, which is approximated to a logarithmic curve. So if the linear dimming control method is used,
the final perceived brightness is not linear in human perception. That is why exponential dimming is used."
4. Now have to divide 0 to 100% exponetially? How do I divide the number 0 to 100% exponentially when user input comes 0 to 100?
Have a driver to which when I pass value 0 to 100% by microcontroller it dims the led accordingly.
2. I was reading below image from this datasheet: https://www.ti.com/lit/pdf/slvaef3

3.Page 6, says "Human perception of brightness is not linear with luminance of the LEDs and is more sensitive at low
luminance, which is approximated to a logarithmic curve. So if the linear dimming control method is used,
the final perceived brightness is not linear in human perception. That is why exponential dimming is used."
4. Now have to divide 0 to 100% exponetially? How do I divide the number 0 to 100% exponentially when user input comes 0 to 100?