mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +00:00
Update comment
This commit is contained in:
parent
d3193ee5ef
commit
1078e42035
@ -1,7 +1,6 @@
|
||||
#include "ArduinoJson.h"
|
||||
#include "ArduinoLog.h"
|
||||
#include "lvgl.h"
|
||||
//#include "StringStream.h"
|
||||
#include "time.h"
|
||||
|
||||
#include "hasp_conf.h"
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user