Fork of this project by the wonderful Coral
This package allows you to write pixel data to a LED strip over Distributed Display Protocol (DDP) by 3waylabs.
You can use this to stream pixel data to WLED or any other DDP capable reciever.
Example
use Result;
use connection;
use protocol;
or try it by running cargo run --example dev
Is it trash?
yes. but it works for WLED, and thats all I can test or care about.
Why?
I wanted to stream color values to a WLED controller, and DDP has the highest framerate of any protocol I could find
Contributing
m8 just open a PR with some gucchimucchi code and I'll review it.