We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d3857 commit 8ad014aCopy full SHA for 8ad014a
src/Braccio++.h
@@ -33,7 +33,7 @@
33
#include "drivers/Ticker.h"
34
35
#include "lib/TFT_eSPI/TFT_eSPI.h" // Hardware-specific library
36
-#include <lvgl.h>
+#include "lib/lvgl/lvgl.h"
37
38
#include <chrono>
39
using namespace std::chrono;
src/gif.c
@@ -18,7 +18,7 @@
18
* USA.
19
*/
20
21
22
23
#ifndef LV_ATTRIBUTE_MEM_ALIGN
24
#define LV_ATTRIBUTE_MEM_ALIGN
0 commit comments