Just as the title says, I need an I2C PWM 4CH extender that has a decent library. The 3CH could do the job, but 4CH would be a better choice for me.
So far I worked with SX1509 and PCA9685, but those are overkill. Can someone point me to some IC?
The PCA9633 is not available to me.
There is a TLC5973, but from what I saw, there are people that didn't make it to work. And it is not I2C. This one is available, but I am not sure how to interface it. Maybe it is the one I should use...
PCA9536 from what I saw can not do PWM on its output.
Not an IC, but you could use any Arduino compatible device or chip with the I2Cwrapper firmware/library and the PinI2C module. It allows you to control any pin of the Arduino slave/target over I2C, using the usual Arduino functions like analogWrite() etc., as demonstrated in this example (the pins object represents the slave/target Arduino device).