Hello,
I would like to use the PCA9685 to drive bicolor LEDs (2-pin LEDs, color changes when the current in the LED is reversed).
I am thinking of connecting my LEDs between 2 pins of a PCA9685, let's say OUT1 and OUT2.
If OUT1 is set to HIGH, I can control the brightness of color 1 by applying PWM to OUT2.
If OUT2 is set to HIGH, I can control the brightness of color 2 by applying PWM to OUT1.
If OUT1 and OUT2 are LOW, LED is off.
Could you confirm me this is possible?