-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using ESP32 PSRAM to create huge RGB Matrix Panel display #100
Comments
ESP32 doesn't support DMA from PSRAM |
Hi, Any issue using this ESP32-HUB75-MatrixPanel-I2S-DMA & PSRAM (wrover) ? I need more ram for my project.. |
I don't understand what your question is. |
is it possible to use this lib & PSRAM? see README.md, memory constraints => it is not possible test using this lib with PSRAM enable on wrover : => no error msg but sometimes a weird character is printed : 13:40:00.630 -> l�⸮�� |
Hi,
I understand : this is not possible to use this lib from internal RAM and
enable PSRAM.
Le jeu. 15 avr. 2021 à 18:54, mrfaptastic ***@***.***> a
écrit :
… ESP32 doesn't support DMA from PSRAM
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATWABWZY2L2MVKRLMFLDVYTTI4K2PANCNFSM4YRYCUOQ>
.
|
PSRAM support is now available on ESP32-S3 only, but output throughput ('clock rate') is limited to 10Mhz due to hardware limitations. 20Mhz is available if you continue to use the limited SRAM - but then you face the same old problem of not being able to have a huge resolution.. In summary: There's not much benefit in using PSRAM as the low througput negates the value of having extra memory/possible chains of panels = flicker. |
Hi @mrfaptastic ,
sorry again to ask alot.
i would like to suggest capability to allocate ram usage to use ps ram on wrover module. seems like adding this is not a big change.
adding flags or variable to switch malloc to ps_malloc should suffice to have the capability and allow more option to run higher bit graphic on the wrover module.
thank you!
The text was updated successfully, but these errors were encountered: