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: WS2811.h
- Revision:
- 12:7ebd51549c04
- Parent:
- 8:e3249c2b7607
- Child:
- 13:1f65330abe92
--- a/WS2811.h Wed Feb 20 03:38:25 2013 +0000 +++ b/WS2811.h Thu Apr 11 22:16:07 2013 +0000 @@ -25,6 +25,7 @@ virtual void show(void); virtual void blank(void); virtual void setPixelColor(uint16_t n, uint8_t r, uint8_t g, uint8_t b); + virtual void setPackedPixels(uint8_t * buffer, uint32_t n); virtual void setPixelB(uint16_t n, uint8_t b); virtual void setPixelG(uint16_t n, uint8_t g); virtual void setPixelR(uint16_t n, uint8_t r);

Generic WS2811/WS2812