FastLED 3.9.15
|
Definition at line 15 of file rectangular_draw_buffer.h.
#include <rectangular_draw_buffer.h>
Public Member Functions | |
DrawItem ()=default | |
DrawItem (const DrawItem &other)=default | |
DrawItem (DrawItem &&other) noexcept=default | |
DrawItem (u8 pin, u16 numLeds, bool is_rgbw) | |
bool | operator!= (const DrawItem &other) const |
DrawItem & | operator= (const DrawItem &other)=default |
DrawItem & | operator= (DrawItem &&other) noexcept=default |
Public Attributes | |
bool | mIsRgbw = false |
u32 | mNumBytes = 0 |
u8 | mPin = 0 |