anyone able to help me get the fastled demos for the smartmatrix with teensy 3.1 to compile. its spitting out a ton of errors, and I dont know enough arduino to fix it myself…
You might check what version of FastLED you’re using. Looks like it’s using the one here: C:\Program Files (x86)\Arduino\libraries\FastLED/FastLED.h Open that file and look for #define FASTLED_VERSION (mine’s on line 10). The latest on GitHub is 3000002 (3.0): https://github.com/FastLED/FastLED/blob/master/FastLED.h
The 1.3 release of Aurora will automatically cycle through different patterns if you specify that you don’t have an IR remote connected. You can try it out here: https://github.com/pixelmatix/aurora/tree/Aurora1.3
followed the aurora wiki and now its complaining about another h file, Aurora.ino:78:23: fatal error: ClockText.h: No such file or directory, what do I need to install now?