Hi all, First off i want to express my gratitude for such an amazing

Hi all, First off i want to express my gratitude for such an amazing library. It really simplified my experiments with programming those cheap radio shack led strips i got for 5 bucks a piece last summer. But now I’m moving forward and have about 100 of the Neopixel leds to play with. I want to use them on my attiny85s since i only really need the one pin. whats the word on the progress with that? I was following the issue tracker for #46 and you said you’d look into back in april.

The attiny is currently only supported on the adafruit trinket/Gemma.

I’ve been focusing on other library issues, personal projects, and for platform ports, prepping for arduino-environment-less arm platform support.

Oh, also a solution to the interrupt issues (working offline on one platform, now need to port it to all of them)

I have a lengthy writeup on using FastLED with an Attiny85. As Daniel pointed out, FastLED supports the Trinket/Gemma core so you’ll have to install that and burn that bootloader to your Attiny85. I list all the tools and steps taken to achieve that. http://www.ka4designs.com/archives/372

Thanks I’ll look into that.