hpwit / I2SClockLessLedDriveresp32s3

esp32s3 IS2 led driver
14 stars 7 forks source link

RGBW support #8

Closed thomas6886 closed 5 months ago

thomas6886 commented 5 months ago

Hi hpwit,

Thanks for the library, it works great with RGB leds. But now I would like to use it with RGBW leds, is there a way to achieve this? Please let me know!

Kind regards,

Thomas

hpwit commented 5 months ago

Thank you for using this library It's already compatible with Rgbw I will write a simple example for it. Rgds Yves

thomas6886 commented 5 months ago

Alright! Thanks for the quick response, I'm looking forward to it.

Kind regards,

Thomas

hpwit commented 5 months ago

No issue can I ask you a bit more about your build for which you're using this library if I may ask.

hpwit commented 5 months ago

reload the library you have the example for the RGBW support and the Pixel object

thomas6886 commented 5 months ago

Thanks for the quick example! I'll implement it now.

Regarding the build, I'm building a custom led driver for decor pieces I make for different shows. In the past I used Teensy microcontrollers, but wanted to try something different with built-in WiFi/BLE for quick configuration.

Thanks again for the support.

Thomas

hpwit commented 5 months ago

Let me know if it works as planned Yves

thomas6886 commented 5 months ago

It didn't work right away, but didn't have time to figure out what was wrong exactly. I'll get back to you asap.