Hi FastLEDistas! I noticed discussion of getting FastLED to run on unsupported platforms. I wanted to let everyone know that the Pinoccio project created a compatible version of FastLED. Pinoccio is the wireless connected Arduino platform (http://www.pinocc.io). The FastLED support is at: https://github.com/Pinoccio/library-pinoccio/tree/master/src/modules/Pixels
All you need to do is flash with the latest Pinoccio bootstrap, then run: modules.enable(“pixels”). Then you can run the following commands directly from the shell: https://github.com/Pinoccio/library-pinoccio/blob/master/src/modules/Pixels/Pixels.cpp#L105-L110
Pinoccio uses the Atmel ATmega256RFR2 processor. And my project (http://www.votsh.com) uses Pinoccio, WS2812, and FastLED to do wireless light-up speaker projects connected to an online community.
Thanks for the great work FastLEDistas!
-Frank