Skip to content

Commit 8d673bd

Browse files
committed
reserve 1MB of PSRAM for camera framebuffer on esp32s3-eye
.. this setting can be overridden with a bigger or smaller value in CIRCUITPY/.env but 1/8 of PSRAM seems like a good initial value. It's enough to store a single 800x600 or 640x480 RGB565 frame, or multiple smaller frames such as 320x240.
1 parent 5db6db0 commit 8d673bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/espressif/boards/espressif_esp32s3_eye/mpconfigboard.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@
3737
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO39)
3838
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO40)
3939
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO38)
40+
41+
#define DEFAULT_RESERVED_PSRAM (1048576)

0 commit comments

Comments
 (0)