-
## Idea
Port this Project to PlatformIO IDE (PIO).
## Reason
With PIO it's far easier to manage larger projects like WLED with multiple dependencies and multiple build targets than it is with Ard…
-
I'm unable to get beyond initialising the ws2812fx. In my code, as soon as I try and init(), the esp8266 seems to hang, and the watchdog timer starts firing every few seconds.
```#include
#defi…
-
Hello, just wanted to ask if its easy or not to insert Brightness slider into ws2812fx_segments_web ? Need to insert few lines of code or its more complicated?? Maybe someone has already done that and…
-
Are there more detailed instructions on how to create a custom effect? I am really new to this and would like to have an LEDStrip flashing blue and red (like police lights).
My goal would to have…
-
-
For "music visualisation"/ "spectrum analyzer" effects, the MSGEQ7 is a great chip, there are quite a few examples on youtube. It would make your library more complete if you would support it.
-
i tried your firmware: its great.
as i newbie, i am missing some information about the running status.
at least at tasmota/sonoff there is a textpage.
Maybe you want to code this a a new feature…
ozett updated
5 years ago
-
If this has been discussed previously, please point me in the direction.
//#define USE_NEOANIMATIONFX // Uses NeoAnimationFX, PIN is ignored & set to RX/GPIO3 or UART method: D4/GPIO2, see: https:…
-
Hi,
i'm trying to send the following json to the HA in topic as i found as example in the wiki:
{
"brightness": 196,
"color": {
"r": 255,
"g": 100,
"b": 10
},
"speed": 194,
…
-
Hi,
I have a project running using 2 WS2812 strips and found this lib recently.
Is there a way to sync effects on 2 strips?
Example: With a push of a button I want to copy the current mode of…