From 1a308c23f6808eaf61cbc99667a2c59be463451b Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Fri, 23 Feb 2024 10:37:11 +0100 Subject: [PATCH] Fix: Portenta_LittleVGL was renamed to Portenta_lvgl. For more details take a look at https://github.com/arduino/ArduinoCore-mbed/pull/340/commits/a109746714e8617dd9143006ab2bc5c278352b54 . --- examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino b/examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino index 0f0a7e0..0eb5eef 100644 --- a/examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino +++ b/examples/Creating GUIs with LVGL/lvglCounter/lvglCounter.ino @@ -2,7 +2,7 @@ Using LVGL v7.11 */ -#include "Portenta_LittleVGL.h" +#include "Portenta_lvgl.h" static lv_obj_t *label; int counter = 0;