pololu / pololu-led-strip-arduino

Arduino library for addressable RGB LED strips from Pololu
http://www.pololu.com/catalog/product/2540
MIT License
163 stars 85 forks source link

Can you drive multiple stripes using one arduino? #18

Closed ghost closed 2 years ago

ghost commented 2 years ago

I’m thinking of having two strips of pixels that are individually driven using two separate pins. Is this possible without using two arduinos?

DavidEGrayson commented 2 years ago

Yes, you can make two different objects with different names that are on different pins. You would probably want separate color buffers for them as well.

We use GitHub issues to keep track of bugs and features requests in the library. If you need more help getting your project working I suggest posting your questions and all the relevant details on the Pololu forum.

ghost commented 2 years ago

I apologise for using the wrong platform, but thank you for your help.