Other Parts Discussed in Thread: LP5569
I have LP55231 connected to 3 RGB leds. I am trying to reproduce three colors say, pink, violet and maroon in the 3 leds and then fade out to violet, maroon and pink. In this case, the PWM values of all the 9 channels of the driver need to have different values. Achieving the colors is a simple task direct sequentially setting the PWM values of all nine channels. But to achieve fading effect, say for time 1sec, the sequential procedure doesn't work out. In this case, we need to achieve by parallel execution. I have tried using multiple engines(1 engine to 1RGB) but still fade effect is not smooth. Navigating colors in hsl color space looks good. But implementing HSL abstraction or similar one cannot be achieved here due to limited instructions and resources. Can someone help here about achieving this effect?