theatre rainbow too fast with a double-step

This commit is contained in:
fishbone-git 2019-12-24 21:05:20 +01:00
parent f39b9041a0
commit 012045878d

View File

@ -414,7 +414,6 @@ uint16_t WS2812FX::mode_theater_chase(void) {
* Inspired by the Adafruit examples.
*/
uint16_t WS2812FX::mode_theater_chase_rainbow(void) {
SEGENV.step = (SEGENV.step + 1) & 0xFF;
return theater_chase(color_wheel(SEGENV.step), SEGCOLOR(1), false);
}