Overview
- Object ID : 2610 (2015-01-12)
- Author : Chris Cantrell | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Languages : PASM, SPIN
- Category : Display
- Licence : Other
Content
This driver generates the high-frequency data protocol required to talk to a line of NeoPixel RGB LEDs (I used the following 8x8 NeoPixel grid from AdaFruit: https://www.adafruit.com/products/1487). The driver reads pixel data from a pixel buffer in shared memory.
One driver COG can update several lines of NeoPixels. Or separate driver COGS can be spun up to manage each NeoPixel line.