reduce reserved psram
This commit is contained in:
parent
eb060184c2
commit
0196401d08
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user