More effects for cycle.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
075f434997
commit
096d13438a
@ -102,18 +102,19 @@ bool change_current_effect(String payload) {
|
||||
}
|
||||
|
||||
const char* cycle_effects[] = {
|
||||
"sinematrix3",
|
||||
"multi_dynamic",
|
||||
"sinematrix3",
|
||||
"single_dynamic", "multi_dynamic", "big_dynamic",
|
||||
"matrix", "rainbow_matrix", "random_matrix",
|
||||
"confetti", "random_confetti",
|
||||
"single_dynamic",
|
||||
"snake",
|
||||
"confetti", "random_confetti",
|
||||
"snake",
|
||||
"gol",
|
||||
"twirl",
|
||||
"sines",
|
||||
"blur2d",
|
||||
"firework"};
|
||||
uint8_t cycle_effects_count = 14;
|
||||
"firework",
|
||||
"big_clock",
|
||||
"dvd"};
|
||||
uint8_t cycle_effects_count = 17;
|
||||
|
||||
void setup_effects() {
|
||||
current_effect = new CycleEffect();
|
||||
|
Loading…
Reference in New Issue
Block a user