diff --git a/wled00/FX.cpp b/wled00/FX.cpp index 737e97ee..aef9f69b 100644 --- a/wled00/FX.cpp +++ b/wled00/FX.cpp @@ -1953,7 +1953,7 @@ uint16_t mode_partybox() { SEGENV.aux1 = 0; } - if (SEGENV.aux0 > map(255-SEGMENT.custom1, 0, 255, 0, 140)) { + if (SEGENV.aux0 > map(SEGMENT.custom1, 0, 255, 0, 14)) { SEGENV.aux0 = 0; SEGENV.aux1++; }