User Manual

The above declares two distinct DotStar objects, one with data and clock on pins 3 and 4, the other on pins 5 and 5.
Each contains 16 pixels and is using the default color order.
Can I connect multiple DotStar strips to the same Arduino pins?
Adafruit_DotStar strip_a(16, 3, 4);
Adafruit_DotStar strip_b(16, 5, 6);
© Adafruit Industries https://learn.adafruit.com/adafruit-dotstar-leds Page 33 of 48