Hello all you amazing LED fanatics! I’m having some trouble with blur function code. I am new to coding so bear with me. I tried deleting the FastLED library and replacing it with the newest available(3.1) but I’m still at a loss. Hopefully someone can help. Here is my error:
testblur002.ino: In function ‘void blur()’:
testblur002:89: error: ‘blur2d’ was not declared in this scope
Also, if you enable verbose compiler output in Arduino preferences, it’ll show the path of all the libraries that are being included. It’s handy sometimes for tracking down multiple/older library versions, since they can be in the Arduino libraries folder and your sketchbook libraries folder.