kitesurfer1404 / WS2812FX

WS2812 FX Library for Arduino and ESP8266
MIT License
1.58k stars 344 forks source link

Port from Adafruit_NeoPixel to WS2812Serial for Teensy #277

Closed mkalkbrenner closed 3 years ago

mkalkbrenner commented 3 years ago

FYI I did an experimental port from Adafruit_NeoPixel to the non blocking WS2812Serial library for Teensy: https://github.com/mkalkbrenner/WS2812FX/tree/WS2812Serial

It is not heavily tested yet, but feedback is welcome.

moose4lord commented 3 years ago

I have added a ws2812fx_teensy example sketch, which uses a custom show() function to use Paul Stoffregen's WS2812Serial lib for the Teensy. Thanks for the inspiration.