Freenove / Freenove_WS2812_Lib_for_ESP32

GNU Lesser General Public License v3.0
45 stars 17 forks source link

max LEDS_COUNT is 256 #1

Closed ovolkov closed 2 years ago

ovolkov commented 3 years ago

Hello! You can add support for more 256 Leds count?

Zhentao-Lin commented 3 years ago

OK, we've updated the code on GitHub. Now it can support more than 256 LEDs. Theoretically it can support 65,536 LEDs, but in fact, the ESP32 does not have enough memory, so it can only support about 42,100 LEDs. If your code has anything else, the number of LEDs it can support will be even lower. But it's a lot more than the original, isn't it?

ovolkov commented 3 years ago

Thank you! That's enough for now.