Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: Multi_WS2811 mbed MMA8451Q
Fork of WS2811 by
Diff: LedStrip.h
- Revision:
- 12:7ebd51549c04
- Parent:
- 7:3025f0e0d70a
- Child:
- 15:331e139672b5
--- a/LedStrip.h Wed Feb 20 03:38:25 2013 +0000 +++ b/LedStrip.h Thu Apr 11 22:16:07 2013 +0000 @@ -18,6 +18,7 @@ virtual void show(void)=0; virtual void blank(void)=0; virtual void setPixelColor(uint16_t n, uint8_t r, uint8_t g, uint8_t b)=0; + virtual void setPackedPixels(uint8_t * buffer, uint32_t n)=0; virtual void setPixelB(uint16_t n, uint8_t b)=0; virtual void setPixelG(uint16_t n, uint8_t g)=0; virtual void setPixelR(uint16_t n, uint8_t r)=0;

Generic WS2811/WS2812