Basically the rotary encoder helps me switch between different patterns.
But once I add Cylon pattern to the code the rotary encoder does not work and cylon keeps running forever. Anyone can guide me towards a solution here?
@turgan_s When you’re combining inputs with FastLED displays, you REALLY want to get rid of any delay statements in your display sequences.
Also, depending on the input library you’re using, you may run into interrupt problems, as found at:
This is why I use APA102 LED’s whenever I’m using any inputs beyond a basic switch and am working to eliminate delay statements from my old display sequences.