256 RGB Matrix with fastled

Hello

When the program is compiled, variables doesn't have names, so you can't do what you are trying to do.

Instead, you can store pointers to these variables. See the example Arrays of strings (except yours aren't strings but arrays of longs, but the principle is the same)

Or, as your frames are all the same size, you can use a 2D array