cleaned for new home

This commit is contained in:
2025-06-23 12:40:35 +02:00
parent e426efb80f
commit 1f4970c17c
173 changed files with 16228 additions and 24225 deletions

View File

@@ -21,18 +21,6 @@ light:
it.range(1, x) = Color(0,255,0);
x += 1;
}
# - addressable_color_wipe:
# name: "Wipe In-green"
# colors:
# - red: 0%
# green: 100%
# blue: 0%
# num_leds: 6
# gradient: true
# add_led_interval: 25714ms
# reverse: false
- addressable_lambda:
name: star-orange
update_interval: 12ms
@@ -45,4 +33,13 @@ light:
if (x < it.size()) {
it[x] = COLOR_CSS_ORANGE;
x += 5;
}
}
- random:
name: "Random"
transition_length: 4s
update_interval: 5s
- addressable_rainbow:
name: Rainbow Effect
speed: 100
width: 50
- addressable_flicker: