fix small typo
This commit is contained in:
@@ -398,7 +398,7 @@ typedef struct Segment {
|
|||||||
uint16_t aux0; // custom var
|
uint16_t aux0; // custom var
|
||||||
uint16_t aux1; // custom var
|
uint16_t aux1; // custom var
|
||||||
byte* data = nullptr; // effect data pointer // WLEDMM initialize to nullptr
|
byte* data = nullptr; // effect data pointer // WLEDMM initialize to nullptr
|
||||||
CRGB* ledsrgb = nullptr; // local leds[] array (may be a pointer to global) //WLEDMM rename to ledsrgb to search on them (temp?), and initialilize to nullptr
|
CRGB* ledsrgb = nullptr; // local leds[] array (may be a pointer to global) //WLEDMM rename to ledsrgb to search on them (temp?), and initialize to nullptr
|
||||||
size_t ledsrgbSize; //WLEDMM
|
size_t ledsrgbSize; //WLEDMM
|
||||||
static CRGB *_globalLeds; // global leds[] array
|
static CRGB *_globalLeds; // global leds[] array
|
||||||
static uint16_t maxWidth, maxHeight; // these define matrix width & height (max. segment dimensions)
|
static uint16_t maxWidth, maxHeight; // these define matrix width & height (max. segment dimensions)
|
||||||
|
|||||||
Reference in New Issue
Block a user