Hi All, Can someone tell me what the fastest way to walk a string

Hi All,
Can someone tell me what the fastest way to walk a string a colors up and down a strip of leds. I have a array of colors I want to read from and want to add them to the strip down the string one at a time

Thanks

Depends on what drivers/LEDs you’re using. Read the wiki page that lists the speeds: https://github.com/FastLED/FastLED/wiki/Overview

I’m using WS2811

I’m sorry, I don’t understand what you’re asking.

I used memmove8 to move them down the string… I hope this is the fastest way…