I am sorry that I am not a more skilled programmer. My background is in 8080/Z80 machine code, APL, IDEA, BASIC, etc. from the late 70’s / early 80’s. So on to my question, which I think is more a FastLED question than a C++ question. I have a routine that halts my LED display, shows some info on the LED array then continues. What I want to do is restore the LED array to its former state after the routine runs. In other words duplicate the LED variable array. I can of course do a loop and copy each element into another array, then return the data back to the display array but that seems terribly inefficient. I am guessing that there is a fast LED function that can duplicate the data quickly as there are so many speed optimized routines within the fast LED library.
Any suggestions better than a for loop coming and going from the routine?
Thanks in advance. When I get the routine running to my satisfaction I will post a video demo as well as share the code.
Paul
