Hi everyone, I have ws2812b strip…is there any windows app where I can save all example?
is this what you are looking for?
https://codebender.cc/
i mean running every effects one by one or i can choose which one i want to
I don’t know of any Windows apps that will let you do this. There are lots of different ways to manually change/choose patterns. The easiest is to add a button. This sketch provides an easy way to have a list of patterns play one by one for a certain amount of time: https://gist.github.com/kriegsman/062e10f7f07ba8518af6 You should be able to modify it to call nextPattern() when you press a button.
^Can you explain how it works.