save memory for 128x64 HUB75 matrix #146
-
I've managed to get it working on an
with this trick all memory allocations went fine and i was able to use the webui to control the matrix. I've overrided also these (before calling the MatrixPanel_I2S_DMA constructor):
Now everything seems to work as intended, do you have some suggestions to increase the amount of available RAM and possibly increase PixelColorDepthBits to 4? In my platformio.ini i have defined these:
I've also disabled
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@eadmaster please try the latest source code from our |
Beta Was this translation helpful? Give feedback.
@eadmaster please try the latest source code from our
mdev
branch. While 128x64 is still an adventure on plain esp32 (and you might get hurt), we have reduced RAM requirements and added automatic color depth reduction based on panel size. You can build with[env:esp32_4MB_V4_S]
or[env:esp32_4MB_V4_HUB75_forum]
.