From d1b34a7a739a47929886f44f9c4422d977da977c Mon Sep 17 00:00:00 2001 From: Christian Baars Date: Tue, 3 Dec 2024 19:58:57 +0100 Subject: [PATCH] Berry_Addressable-LED.md with link to LED playground As I will try to continue with the work on the emulator, it makes sense to me to host it externally to avoid frequent pushes to this repository. --- docs/Berry_Addressable-LED.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Berry_Addressable-LED.md b/docs/Berry_Addressable-LED.md index a873a1f002..e99f8f9831 100644 --- a/docs/Berry_Addressable-LED.md +++ b/docs/Berry_Addressable-LED.md @@ -64,6 +64,8 @@ set\_bytes|`set_bytes(row:int, buffer:by !!! note "An [offline emulator](https://github.com/s-hadinger/Tasmota-Berry-emulator) is available to test animation on a computer instead of an embedded device and generate animated images to show the final result" +!!! note "Based on the project above there as an [online emulator](https://staars.github.io/docs/emulator/) with a minimal Tasmota environment running real Berry in a web browser, which will show animations in real time. Just copy and paste the code." + The module `animate` provides a simple framework to build customizable animations. It is optimized for 1D animations on Led strips. ![Leds_animator](https://github.com/tasmota/docs/assets/49731213/1b4db455-938a-4f89-a3b6-69886be1ce6f)