wilmouths / RGBLed

An Arduino library to control RGB led
GNU General Public License v3.0
42 stars 20 forks source link

Request for rgbw-LEDs support #3

Open Timmmy001 opened 4 years ago

Timmmy001 commented 4 years ago

A small request if the function could be extended to support RGBW LEDs (with a additional white LEDs). Maybe I have overlooked the possibility to handle it with the existing code, but I don't think so. In this case an additional pin might have to be declared to be able to control the white LED.

kindest regards

wilmouths commented 4 years ago

I will try to get an RGBW led to update the library.

Thanks for the suggestion.

hpreston commented 2 years ago

This is a feature I'm interested in as well. I will submit a PR when I have it operational.

sylvainvh commented 2 years ago

This is a feature I'm interested in as well. I will submit a PR when I have it operational.

Hi @hpreston , I'm also looking for this feature. Have you already started the development? If not, I plan to make a fork. Otherwise, I can help you with your dev.

alex27riva commented 1 year ago

I am also interested in this feature! How is the development progressing?