This commit is contained in:
Eric
2023-04-27 22:06:31 -07:00
parent 128097819b
commit f56c5e0aa8

View File

@@ -97,7 +97,7 @@ void setup() {
screenWidth = gfx->width();
screenHeight = gfx->height();
// Must to use PSRAM
// Must use PSRAM
disp_draw_buf = (lv_color_t *)heap_caps_malloc(sizeof(lv_color_t) * screenWidth * 32, MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT);
if (!disp_draw_buf) {