From 1078e420351bf6c3fc005d726a1f7f46d7c11b7d Mon Sep 17 00:00:00 2001 From: fvanroie Date: Mon, 13 Apr 2020 18:15:12 +0200 Subject: [PATCH] Update comment --- src/hasp_debug.cpp | 1 - src/hasp_gui.cpp | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hasp_debug.cpp b/src/hasp_debug.cpp index 17f0e3f1..28ba7c27 100644 --- a/src/hasp_debug.cpp +++ b/src/hasp_debug.cpp @@ -1,7 +1,6 @@ #include "ArduinoJson.h" #include "ArduinoLog.h" #include "lvgl.h" -//#include "StringStream.h" #include "time.h" #include "hasp_conf.h" diff --git a/src/hasp_gui.cpp b/src/hasp_gui.cpp index 3d36d963..0c075247 100644 --- a/src/hasp_gui.cpp +++ b/src/hasp_gui.cpp @@ -625,7 +625,7 @@ void guiSetup() #else /* allocate on heap */ static lv_disp_buf_t disp_buf; - static lv_color_t guiVdbBuffer1[5 * 512u]; // 6 KBytes + static lv_color_t guiVdbBuffer1[5 * 512u]; // 5 KBytes // static lv_color_t guiVdbBuffer2[3 * 1024u]; // 6 KBytes guiVDBsize = sizeof(guiVdbBuffer1) / sizeof(guiVdbBuffer1[0]); lv_disp_buf_init(&disp_buf, guiVdbBuffer1, NULL, guiVDBsize);