Sparkfun Lumenati modules
Kurt123
Posts: 5
in Propeller 1
Does anyone have P1 code for interfacing to the Sparkfun Lumenati LED modules?
Thanks
Kurt
Thanks
Kurt
Comments
In your app you need to define a buffer to hold the LED color data. If you had just one of those sticks, you could do this: You'll need to define the pins for the data and clock signals -- with that you can start the object. There are several methods in the object -- you should be able to do what you like with the LEDs.
You can look at Jon's code:
https://forums.parallax.com/discussion/167866/propeller-powered-costume-element-controller
or you can plug in APA102C into the upper right search box to find more on the forum.
EDIT: Jon and I responded at the same time.
I will have some fun with this.
Kurt