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.
This commit is contained in:
parent
5db6db0128
commit
8d673bdbf5
@ -37,3 +37,5 @@
|
||||
#define DEFAULT_SPI_BUS_SCK (&pin_GPIO39)
|
||||
#define DEFAULT_SPI_BUS_MISO (&pin_GPIO40)
|
||||
#define DEFAULT_SPI_BUS_MOSI (&pin_GPIO38)
|
||||
|
||||
#define DEFAULT_RESERVED_PSRAM (1048576)
|
||||
|
Loading…
x
Reference in New Issue
Block a user