rp-rs / ws2812-pio-rs

https://crates.io/crates/ws2812-pio/
Apache License 2.0
18 stars 26 forks source link

Add support for RGBW and custom color layouts. #33

Open Nashenas88 opened 7 months ago

Nashenas88 commented 7 months ago

Adds direct support for RGBW color via smart_leds::RGBA8, and allows clients to implement custom support via new ColorFormat trait.