Noob question incoming (probably).

Noob question incoming (probably).

I have a ring of WS2812 LEDs and try to get a gradient between certain LEDs. As long as the gradient is between the first and 60th LED, there is no problem. But I can’t figure out a way to get a gradient that continues at the first LED.

Is there a simple way and I just missed it in the wiki?

Thanks,
Sepp

well, i guess someone asked the same question just before me. Thanks anyway :wink:

Here’s a handy resource if you still need it: http://buildinganledsuit.blogspot.com/p/fastled-fill-gradient-function.html?m=1

Thanks, i already found that one. My problem was that i have a circle of LEDs and want a gradient starting anywhere. Now i use a second array and just copy it in my main array but shifted by the needed value.