Skip to content

Commit 0f084ee

Browse files
authored
Berry animation new tutorials (#24249)
* Remove tab from json * Berry animation new tutorials
1 parent a9d32dc commit 0f084ee

29 files changed

+185
-197
lines changed

lib/libesp32/berry_animation/anim_tutorials/chap_1_10_palette_rotation.anim

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/libesp32/berry_animation/anim_tutorials/chap_1_00_plain.anim renamed to lib/libesp32/berry_animation/anim_tutorials/chap_1_10_plain.anim

File renamed without changes.

lib/libesp32/berry_animation/anim_tutorials/chap_1_20_color_transition.anim

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @desc Solid dark clue - using a custom color
2+
3+
color space_blue = 0x000066 # Note: opaque 0xFF alpha channel is implicitly added
4+
animation back = solid(color=space_blue)
5+
run back

lib/libesp32/berry_animation/anim_tutorials/chap_1_30_color_pattern.anim

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# @desc Twinkle stars - using predefined animations
2+
3+
animation stars = twinkle_animation()
4+
run stars

lib/libesp32/berry_animation/anim_tutorials/chap_1_31_color_pattern_spatial_2.anim

Lines changed: 0 additions & 25 deletions
This file was deleted.

lib/libesp32/berry_animation/anim_tutorials/chap_1_32_color_pattern_spatial_osc.anim

Lines changed: 0 additions & 28 deletions
This file was deleted.

lib/libesp32/berry_animation/anim_tutorials/chap_1_33_color_pattern_spatial_rotate.anim

Lines changed: 0 additions & 22 deletions
This file was deleted.

lib/libesp32/berry_animation/anim_tutorials/chap_1_40_color_pattern_meter.anim

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)