You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @mattmazzola , thanks for releasing the library! I was wondering if you knew how to extend the functionality so that you could address the Dotstar strips over any of the pins on the pi (not just MOSI & CLK)?
In Adafruit's python library (https://github.com/adafruit/Adafruit_DotStar_Pi) you can control the pins either over SPI or regular GPIO pins. The advantage of this is you could control multiple strips from a single pi independently. Any idea how this could be implemented?
The text was updated successfully, but these errors were encountered:
Hey @mattmazzola , thanks for releasing the library! I was wondering if you knew how to extend the functionality so that you could address the Dotstar strips over any of the pins on the pi (not just MOSI & CLK)?
In Adafruit's python library (https://github.com/adafruit/Adafruit_DotStar_Pi) you can control the pins either over SPI or regular GPIO pins. The advantage of this is you could control multiple strips from a single pi independently. Any idea how this could be implemented?
The text was updated successfully, but these errors were encountered: