mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 09:17:42 +03:00
Typo
This commit is contained in:
@@ -97,7 +97,7 @@ void setup() {
|
|||||||
screenWidth = gfx->width();
|
screenWidth = gfx->width();
|
||||||
screenHeight = gfx->height();
|
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);
|
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) {
|
if (!disp_draw_buf) {
|
||||||
|
|||||||
Reference in New Issue
Block a user