sonyhome / FAB_LED

Fast Arduino Bitbang LED library supports programmable LEDs (WS2812B, APA102...), color palettes for Arduino AVR
GNU General Public License v2.0
125 stars 17 forks source link

Confirmed working on 8Mhz attiny85 #25

Open xunker opened 6 years ago

xunker commented 6 years ago

I can confirm the library works on an Adafruit Trinket (attiny85-based, https://www.adafruit.com/product/1501) running at 8Mhz. So far I've only tried driving a single ws2812/sk6812 LED (https://www.adafruit.com/product/1938).

sonyhome commented 4 years ago

Thank you! In general I do not expect FAB_LED to fully/always work at 8MHz. The timings are very tight and different LED makes might have different timings.