Merge branch 'master' of https://github.com/Aircoookie/WLED
This commit is contained in:
commit
f4f5d6e562
@ -46,11 +46,11 @@ const uint16_t customMappingSize = sizeof(customMappingTable)/sizeof(uint16_t);
|
||||
|
||||
void WS2812FX::init(bool supportWhite, uint16_t countPixels, bool skipFirst)
|
||||
{
|
||||
if (supportWhite == _useRgbw && countPixels == _length) return;
|
||||
if (supportWhite == _useRgbw && countPixels == _length && _skipFirstMode == skipFirst) return;
|
||||
RESET_RUNTIME;
|
||||
_useRgbw = supportWhite;
|
||||
_skipFirstMode = skipFirst;
|
||||
_length = countPixels;
|
||||
_skipFirstMode = skipFirst;
|
||||
|
||||
uint8_t ty = 1;
|
||||
if (supportWhite) ty = 2;
|
||||
|
Loading…
Reference in New Issue
Block a user