We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23f6a6 commit 2ce0887Copy full SHA for 2ce0887
examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino
@@ -2,7 +2,7 @@
2
Using LVGL v7.11
3
*/
4
5
-#include "Portenta_LittleVGL.h"
+#include "Portenta_lvgl.h"
6
7
static lv_obj_t *label;
8
int counter = 0;
0 commit comments