-
Notifications
You must be signed in to change notification settings - Fork 16
LEDStrip and LEDMatrix
adammhaile edited this page Feb 24, 2015
·
1 revision
While the AllPixel itself controls continuous runs of LEDs, BiblioPixel can make use of either a strip or matrix of LEDs. It does this through the LEDStrip and LEDMatrix classes. Using LEDStrip will allow you to address each pixel by its place on the strip. LEDMatrix, however, will allow addressing the pixels by an (X,Y) coordinate.
For an example of using the LEDStrip class, see the code example in the Getting Started with BiblioPixel section.
For more information on LEDMatrix, see the BiblioPixel Display Setup documentation.