kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.58k stars 343 forks source link

Overlay, 2 effects with different start modes #319

Closed buges closed 1 year ago

buges commented 1 year ago

After having a look at the overlay example, is there any way to start one virtual effect normally ws2812fx.start(); and the other using ws2812fx.trigger(); ?

Thanks

moose4lord commented 1 year ago

I tried it and it seems to work fine. Attached is my test sketch.

ws2812fx_overlay_with_trigger.zip

buges commented 1 year ago

Perfect, Thank you very much.