|
FastLED 3.9.15
|
#include <leds.h>
Inheritance diagram for fl::LedsXY< W, H >:
Collaboration diagram for fl::LedsXY< W, H >:Public Member Functions | |
| LedsXY () | |
| LedsXY (bool is_serpentine) | |
| LedsXY (const LedsXY &)=default | |
| LedsXY & | operator= (const LedsXY &)=default |
| void | setSerpentine (bool is_serpentine) |
| void | setXyMap (const XYMap &xymap) |
Public Member Functions inherited from fl::Leds | |
| Leds (const Leds &)=default | |
| Leds (CRGB *leds, const XYMap &xymap) | |
| Leds (CRGB *leds, u16 width, u16 height) | |
| Leds (Leds &&)=default | |
| CRGB & | at (int x, int y) |
| const CRGB & | at (int x, int y) const |
| void | fill (const CRGB &color) |
| fl::size | height () const |
| operator const CRGB * () const | |
| operator CRGB * () | |
| CRGB & | operator() (int x, int y) |
| const CRGB & | operator() (int x, int y) const |
| Leds & | operator= (const Leds &)=default |
| CRGB * | operator[] (int x) |
| const CRGB * | operator[] (int x) const |
| CRGB * | rgb () |
| const CRGB * | rgb () const |
| fl::size | width () const |
| const XYMap & | xymap () const |
Private Attributes | |
| CRGB | mLedsData [W *H] = {} |
Additional Inherited Members | |
Static Protected Member Functions inherited from fl::Leds | |
| static CRGB & | empty () |
Protected Attributes inherited from fl::Leds | |
| CRGB * | mLeds |
| XYMap | mXyMap |