Skip to content

Commit f56c5e0

Browse files
author
Eric
committed
Typo
1 parent 1280978 commit f56c5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP32_LVGL/LVGL8/ZX2D10GE01R-V4848_Arduino/ZX2D10GE01R-V4848_Arduino.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ void setup() {
9797
screenWidth = gfx->width();
9898
screenHeight = gfx->height();
9999

100-
// Must to use PSRAM
100+
// Must use PSRAM
101101
disp_draw_buf = (lv_color_t *)heap_caps_malloc(sizeof(lv_color_t) * screenWidth * 32, MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT);
102102

103103
if (!disp_draw_buf) {

0 commit comments

Comments
 (0)