Skip to content

Commit 1a308c2

Browse files
committed
Fix: Portenta_LittleVGL was renamed to Portenta_lvgl.
For more details take a look at arduino/ArduinoCore-mbed@a109746 .
1 parent 8a77909 commit 1a308c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Using LVGL v7.11
33
*/
44

5-
#include "Portenta_LittleVGL.h"
5+
#include "Portenta_lvgl.h"
66

77
static lv_obj_t *label;
88
int counter = 0;

0 commit comments

Comments
 (0)