Increase FPS on ESP32 #2850
Unanswered
bbuster2
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using an ESP32 (16mb) with a 3.5" ILI9488 display.
Updating the display is really slow.
I just read an article about PSRAM on an ESP32.
Some boards have 4MB, some have 8MB.
I have a custom PCB with the WROVER chip (so no development board).
To check how much my chip has, i used this code:
This is the output:
I saw this as a suggested external PSRAM chip (2x 8MB if i am correct): https://www.electrodragon.com/product/2pcs-ipus-ips6404-iot-ram/
Does (and if so, how) this work?
How much PSRAM does my chip have (a few hundreds kilobytes??) and will adding 16MB PSRAM dramatically increase fps?
// update, i saw 0 total PSRAM but needed to add
Does this mean i already have 4mb psram?
Or doesn't it work like this?
I sometimes see video's where an ESP32 is used to show images / video's and the FPS is way higher than what i can get with putting sprites, lines, rectangles etc on the display.
Beta Was this translation helpful? Give feedback.
All reactions