scottlawsonbc / audio-reactive-led-strip

:musical_note: :rainbow: Real-time LED strip music visualization using Python and the ESP8266 or Raspberry Pi
MIT License
2.68k stars 644 forks source link

Can i use other led strip? #259

Closed Dropsoon closed 4 years ago

Dropsoon commented 4 years ago

Can i use ws2811?

gaijinsr commented 4 years ago

You can use the FastLED library instead of the NeoPixel library to control the LEDs, FastLED can also do WS2811.

Dropsoon commented 4 years ago

Thanks :D