Multiple strips support?
Closed this issue · 1 comments
emilfihlman commented
Could you add support for multiple separate strips?
cpldcpu commented
It's already in there. You can use ws2812_sendarray_mask
to address up to eight strip connected to the same port. You can either write to them individually by setting single bits in the mask, or write the same data to multiple strips by setting multiple bits in the mask.