scottrbailey / WLED-Utils

Helper utilities for working with WLED
MIT License
105 stars 11 forks source link

Out of memory #4

Closed TranzUA closed 2 years ago

TranzUA commented 2 years ago

The firmware is stable, thank you very much! But there is enough memory to control 266 LEDs. Maybe you can simplify the code somewhere? It would be very nice to drive 300 LEDs.

scottrbailey commented 2 years ago

I just compiled SR ESP8266 for SP511E, I didn’t write it. The memory issue is due to the way ESP8266 manages pins and the fact that they used pin 3 as the data pin. If you switch to using pin 1 or 2, it will use less memory. To do that you’ll need to follow divsys’s guide for hacking the hardware on the WLED discourse.

TranzUA commented 2 years ago

Share the link for hacking the hardware on the WLED discourse, please

scottrbailey commented 2 years ago

https://wled.discourse.group/t/sp511e-upgrade-project/3753