We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a77909 commit 1a308c2Copy full SHA for 1a308c2
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