To all.  I'm a newbie here and I'm having trouble understanding why I keep

To all. I’m a newbie here and I’m having trouble understanding why I keep getting this error code. Just today I downloaded the most recent FastLED code (Thank you Daniel Garcia) but error keeps popping up.
pSmartMatrix->setColorCorrection(cc48);
Anyone know what’s going on? I don’t know what else to do.
Thanks in advance.

Hi Freddie. What version of Arduino are you using, and what micro controller are you using?
Could you post your code to pastebin?

Hi, that line of code is a SmartMatrix specific color correction. It has nothing to do with FastLED but with the SmartMatrix library: https://github.com/pixelmatix/SmartMatrix
Of course that makes only sense if you actually have a 32x32 SmartMatrix driven by a Teensy 3.1.

Got it figured out. I think the IDE was pointed in the wrong direction and the library wasn’t there, even though it was but somewhere else. Got it straightened out today and now the code compiles correctly. BTW, Stefan, your LED animations are very inspiring and mesmerizing to watch, which is why I purchased the SmartMatrix kit from Adafruit along with the Teensy 3.1. Thank you for your wonderful inspiration and coding. You ROCK!