mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 01:07:44 +03:00
Typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user