Closed jdeltoft closed 11 months ago
What version of the library did you use before? If the old library worked then I'd suggest sticking with that version.
I don't believe memory consumption has grown much over the versions. Most likely the espressif IDF libraries have overall.
Ok, just tried with
-platform = espressif32 +platform = espressif32@6.3.2
to go back per the log I captured above, and it's working again. Sorry to bug you, and thanks so much for this great library!!!
Here is my album art so far...
Hi, today I got back to a project I wanted to create with this project so I started working on my 4 panel (each 64x64) chain and everything was going well all day. The repo was several months old, btw.
I ran into an issue trying to also have the esp32 download a text file locally over wifi, which led me to an issue (https://github.com/espressif/arduino-esp32/issues/6129) which made me try my first ever
pio pkg update
This is the log of that. Now I went from 4 beautifully working panels to just random flicker, which based on the error I think makes sense because it ran out of memory (RAM) for the buffers.
Did I just run out of memory size and I need to optimize my code? I can try that but was wondering if the latest versions of things are just that much larger or maybe I need to configure something now that I updated?
Here is the upgrade as it ran also: