From cf99f647f7f071ecd90a7616cb9bf6a81df81460 Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Tue, 23 Dec 2025 17:01:24 +0000 Subject: [PATCH] Solidified Code updated --- .../berry_animation/src/solidify/solidified_animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libesp32/berry_animation/src/solidify/solidified_animation.h b/lib/libesp32/berry_animation/src/solidify/solidified_animation.h index 27050e483..c7114f0b4 100644 --- a/lib/libesp32/berry_animation/src/solidify/solidified_animation.h +++ b/lib/libesp32/berry_animation/src/solidify/solidified_animation.h @@ -19121,7 +19121,7 @@ be_local_module(animation, { be_const_key_weak(twinkle_rainbow, -1), be_const_closure(twinkle_rainbow_closure) }, { be_const_key_weak(smooth, -1), be_const_closure(smooth_closure) }, { be_const_key_weak(ease_out, -1), be_const_closure(ease_out_closure) }, - { be_const_key_weak(PALETTE_RAINBOW, -1), be_const_bytes_instance(00FC000024FF800049FFFF006E00FF009200FFFFB70080FFDB8000FFFFFF0000) }, + { be_const_key_weak(PALETTE_RAINBOW, -1), be_const_bytes_instance(FFFC0000FFFF8000FFFFFF00FF00FF00FF00FFFFFF0080FFFF8000FFFFFC0000) }, { be_const_key_weak(iteration_number, -1), be_const_class(be_class_IterationNumberProvider) }, { be_const_key_weak(static_color, -1), be_const_class(be_class_StaticColorProvider) }, { be_const_key_weak(palette_gradient_animation, -1), be_const_class(be_class_PaletteGradientAnimation) },