Lumenati LEDs circuitpython programming on SAMD boards

Is it possible to program Lumenati LEDs on SAMD board (Adafruit METRO M0, SparkFun RedBoard Turbo, Adafruit Metro M4) using circuitpython? If so, can you please provide an example or tutorial

While SparkFun doesn’t have a direct solution for this application, you could try posting your question with MicroPython who contribute to CircuitPython: https://forum.micropython.org/

Hi! It looks like Lumenati is the SparkFun brand for APA102C LEDs. Look up the Adafruit brand, DotStar, for examples using this with CircuitPython. The library is here: https://github.com/adafruit/Adafruit_Ci … n_DotStar/ and the tutorial is here: https://learn.adafruit.com/adafruit-dot … cuitpython