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.7k stars 642 forks source link

Customization? #317

Open EdwainS opened 3 years ago

EdwainS commented 3 years ago

Hello, recently got mine working. Works great with an ESP8266 - not seeing any performance issues so far.

I was wondering if there is a way to make the led strip light up from one end instead of the center? Sorry if this has been asked before, any help is appreciated!

joeybab3 commented 3 years ago

You could make the strip twice the length it's supposed to be and then I think it would behave in the way you are requesting

lvhuitailang commented 3 years ago

You could make the strip twice the length it's supposed to be and then I think it would behave in the way you are requesting

Is that mean the led numbers is limited to 256/2?

joeybab3 commented 3 years ago

Sorry for the late response, yes it would be in the current implementation of this project