mirror of
https://github.com/wled/WLED.git
synced 2025-07-26 04:06:37 +00:00
theatre rainbow too fast with a double-step
This commit is contained in:
parent
f39b9041a0
commit
012045878d
@ -414,7 +414,6 @@ uint16_t WS2812FX::mode_theater_chase(void) {
|
|||||||
* Inspired by the Adafruit examples.
|
* Inspired by the Adafruit examples.
|
||||||
*/
|
*/
|
||||||
uint16_t WS2812FX::mode_theater_chase_rainbow(void) {
|
uint16_t WS2812FX::mode_theater_chase_rainbow(void) {
|
||||||
SEGENV.step = (SEGENV.step + 1) & 0xFF;
|
|
||||||
return theater_chase(color_wheel(SEGENV.step), SEGCOLOR(1), false);
|
return theater_chase(color_wheel(SEGENV.step), SEGCOLOR(1), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user