Is the latest fastlad version available for the Teensy LC?
The same code that works for my mega returns errors such as ‘CRGBArray’ does not name a type.
The teensy looks like it installs its own version of the libraries
https://www.pjrc.com/teensy/td_libs.html
but I am having a hard time to determine where and what version. The arduino/libraries/fastled.h file shows version 3001000.
After the teensy install, I reloaded the library FastLED-master, but the teensy compile still fails.