From a859b8d46ec143b9129f245b06469735e6163dfe Mon Sep 17 00:00:00 2001 From: s-hadinger <49731213+s-hadinger@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:07:24 +0100 Subject: [PATCH] Fix image --- docs/Berry_Addressable-LED.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Berry_Addressable-LED.md b/docs/Berry_Addressable-LED.md index a3f31c0c79..b277fa3097 100644 --- a/docs/Berry_Addressable-LED.md +++ b/docs/Berry_Addressable-LED.md @@ -1,4 +1,4 @@ -![Leds_animator](https://github.com/tasmota/docs/assets/49731213/1b4db455-938a-4f89-a3b6-69886be1ce6f)# Addressable LEDs in Berry +# Addressable LEDs in Berry !!! note "Requires `#define USE_WS2812`, included in Tasmota32" @@ -64,8 +64,7 @@ set\_bytes|`set_bytes(row:int, buffer:by The module `animate` provides a simple framework to build customizable animations. It is optimized for 1D animations on Led strips. -![Uploading Leds_animat“fast_loop”every 20msa. Clear frameb. Apply back_color1. InitializationRun each registered animator and update all parameters2. Run AnimatorsRun each each painter as a layer and flatten3. Apply Paintersflattenanimatorparam.a.Apply brightnessb.Apply Gammac.Copy to strip4. Copy to stripLedsstripor.svg…]() - +![Leds_animator](https://github.com/tasmota/docs/assets/49731213/1b4db455-938a-4f89-a3b6-69886be1ce6f) Note: `import animate` is only available if Tasmota is compiled with `#define USE_WS2812` , which is the case of most precompiled binaries.