reduce reserved psram

This commit is contained in:
Jeff Epler 2023-09-07 13:01:16 -05:00
parent eb060184c2
commit 0196401d08
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE

View File

@ -38,5 +38,5 @@
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO43) #define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO43)
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO44) #define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO44)
// a 1024x768 16BPP framebuffer + some breathing room // a 800x480 16BPP framebuffer + some breathing room
#define DEFAULT_RESERVED_PSRAM (1024 * 1024 * 2) #define DEFAULT_RESERVED_PSRAM (800 * 800 * 2)