jandelgado / jled

Non-blocking LED controlling library for Arduino and friends.
MIT License
331 stars 55 forks source link

how can i use to pca9685 #76

Closed K0rkunc closed 3 years ago

K0rkunc commented 3 years ago

how can i use to pca9685

jandelgado commented 3 years ago

Controlling LEDs using a PCA9685 is currently not supported by JLed. I'll put a task in the backlog and do some research in the next weeks. Basically a new HAL needs to be written, which communicates with the PCA9685 using I2C.

K0rkunc commented 3 years ago

hello i added pca9685 support to your library

I also added a 4095 gamma table for 12 bit pwm resolution.

I needed a ramp for 20 minutes or more, but I realized that the ramp that took that long does not work in your library, I couldn't fix it. Do you have a solution?

jandelgado commented 3 years ago

what exactly do you mean by "ramp fo 20 minutes or more"? You want a FadeOn with a period of 20 minutes?

K0rkunc commented 3 years ago

evet 20 min and 60 min

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days