mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Update comment
This commit is contained in:
parent
d3193ee5ef
commit
1078e42035
@ -1,7 +1,6 @@
|
|||||||
#include "ArduinoJson.h"
|
#include "ArduinoJson.h"
|
||||||
#include "ArduinoLog.h"
|
#include "ArduinoLog.h"
|
||||||
#include "lvgl.h"
|
#include "lvgl.h"
|
||||||
//#include "StringStream.h"
|
|
||||||
#include "time.h"
|
#include "time.h"
|
||||||
|
|
||||||
#include "hasp_conf.h"
|
#include "hasp_conf.h"
|
||||||
|
@ -625,7 +625,7 @@ void guiSetup()
|
|||||||
#else
|
#else
|
||||||
/* allocate on heap */
|
/* allocate on heap */
|
||||||
static lv_disp_buf_t disp_buf;
|
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
|
// static lv_color_t guiVdbBuffer2[3 * 1024u]; // 6 KBytes
|
||||||
guiVDBsize = sizeof(guiVdbBuffer1) / sizeof(guiVdbBuffer1[0]);
|
guiVDBsize = sizeof(guiVdbBuffer1) / sizeof(guiVdbBuffer1[0]);
|
||||||
lv_disp_buf_init(&disp_buf, guiVdbBuffer1, NULL, guiVDBsize);
|
lv_disp_buf_init(&disp_buf, guiVdbBuffer1, NULL, guiVDBsize);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user