Random Cycle ☾, ☾ symbol on MM specific features
Adding ☾ symbol on MM specific features - Custom Effect - Games - Generate presets - Adjusted effects (Stream, Stream 2, GoL, Lissajous, Waverly, GEQ - Palettes: Random Cycle, Audio Responsive Bugfix ledmap 2D: delete table Adding Random Cycle ☾: continues tranisition
This commit is contained in:
@@ -106,10 +106,12 @@ void WS2812FX::setUpMatrix(bool reset) {
|
||||
}
|
||||
}
|
||||
|
||||
if (loadedLedmap > 0)
|
||||
if (loadedLedmap > 0) {
|
||||
for (size_t i = 0; i < customMappingSize; i++) {
|
||||
customMappingTable[i] = customMappingTableLedMap[i];
|
||||
}
|
||||
delete[] customMappingTableLedMap;
|
||||
}
|
||||
|
||||
#ifdef WLED_DEBUG
|
||||
DEBUG_PRINT(F("Matrix ledmap:"));
|
||||
|
||||
Reference in New Issue
Block a user