Pretty sure it doesn't. FastLED creates an object where you pass a reference to an Array. You would have to modify the call to show() to make it start reading somewhere else, and roll over back to the beginning. Not hugely complicated in itself, but it will take some searching for the proper spot in the code to do this