cpldcpu/light_ws2812

Multiple strips support?

Closed this issue · 1 comments

Could you add support for multiple separate strips?

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.