connornishijima / Pixie_Chroma

Arduino library and documentation for Pixie Chroma displays!
https://lixielabs.com/chroma/
MIT License
53 stars 9 forks source link

Add Adafruit Neopixel library compatibility #65

Open connornishijima opened 2 years ago

connornishijima commented 2 years ago

Basic idea:

Provide compatibility with microcontrollers covered by the Adafruit Neopixel library, but not FastLED yet.

How:

This way, any microcontroller that the Neopixel library can work with (which FastLED can't yet) can be used in Compatibility Mode with little or no extra work by the user.