Update comment

This commit is contained in:
fvanroie 2020-04-13 18:15:12 +02:00
parent d3193ee5ef
commit 1078e42035
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
#include "ArduinoJson.h"
#include "ArduinoLog.h"
#include "lvgl.h"
//#include "StringStream.h"
#include "time.h"
#include "hasp_conf.h"

View File

@ -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);