Evening gents... Big Arduino and FastLED noob here.

Evening gents… Big Arduino and FastLED noob here. I currently have 2 strips of LEDs running of 2 separate arduino pins. Everything works fine, but I want to control both of them as one big strip instead of having them mirror each other. Is this possible? Couldn’t find anything but if there has been a post about this please point me in that direction.
Thanks

Check out the MultipleStripsInOneArray example.

Of course, if they are differently sized, you can change that. Just make your leds array be the total size, and make the second parameter to addLeds the offset.

@Ben_Schattinger Thank you so much, i cant believe I completely missed it. Implemented and is working… at least until I forget what it does and bugger it up

Just daisy chain them off one pin.