We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb06018 commit 0196401Copy full SHA for 0196401
ports/espressif/boards/espressif_esp32s3_devkitc_1_n8r8_hacktablet/mpconfigboard.h
@@ -38,5 +38,5 @@
38
#define CIRCUITPY_CONSOLE_UART_TX (&pin_GPIO43)
39
#define CIRCUITPY_CONSOLE_UART_RX (&pin_GPIO44)
40
41
-// a 1024x768 16BPP framebuffer + some breathing room
42
-#define DEFAULT_RESERVED_PSRAM (1024 * 1024 * 2)
+// a 800x480 16BPP framebuffer + some breathing room
+#define DEFAULT_RESERVED_PSRAM (800 * 800 * 2)
0 commit comments