Skip to content

Commit

Permalink
Fix: Portenta_LittleVGL was renamed to Portenta_lvgl.
Browse files Browse the repository at this point in the history
For more details take a look at arduino/ArduinoCore-mbed@a109746 .
  • Loading branch information
aentinger committed Feb 23, 2024
1 parent 8a77909 commit 1a308c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Using LVGL v7.11
*/

#include "Portenta_LittleVGL.h"
#include "Portenta_lvgl.h"

static lv_obj_t *label;
int counter = 0;
Expand Down

0 comments on commit 1a308c2

Please sign in to comment.