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

Maximum of 256 LEDs. #337

Closed BennedYT closed 3 years ago

BennedYT commented 3 years ago

I started looking at this project a few years ago and I've currently got everything up and running but I was intrested in if there will ever be an update to up the maximum for working with an ESP, since I haven't seen this change in the README eversince I started.

joeybab3 commented 3 years ago

You are correct, it still has a 256 led limitation due to the packet size of 1024 (r g b index 256 = 1024). It's in the backlog of things that I'd love to see if I can get to but I have not had time to work on this project besides occasional readme updates due to school.

joeybab3 commented 3 years ago

150 and #326 have some more discussion on this

BennedYT commented 3 years ago

Thank you for the information!