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 Mar 4, 2024
1 parent f23f6a6 commit 2ce0887
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 2ce0887

Please sign in to comment.