atuline / FastLED-Demos

Here's my updated FastLED demos from January, 2017.
GNU General Public License v3.0
611 stars 174 forks source link

Multiple Strips #5

Closed kryptoklob closed 7 years ago

kryptoklob commented 7 years ago

I've gotten this to work well enough on a single strip; however, I have 4 led strips in my room, one on each border wall of the ceiling. I tried adding all strips to a single LED array, but for some reason that didn't work.

Is there any way to make multiple strips on multiple pins work?

kryptoklob commented 7 years ago

Actually, I resolved this. I wasn't adding strips 2, 3, and 4 to the right locations in the array.

atuline commented 7 years ago

Glad to hear! In the meantime . . as I recall, multiple strips on multiple pins should work with WS2812, but not with APA102 strips. Since my projects are all small, I just break up into multiple strips, but still connect Dout from strip1 to Din of strip2.