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:
Ewoud
2023-01-31 10:40:41 +01:00
parent 6235dc86cc
commit b01893e8fe
11 changed files with 2095 additions and 2067 deletions

View File

@@ -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:"));