Skip to content

Commit a109746

Browse files
committed
Libraries: Portenta_lvgl: fix examples and rename library
1 parent cba214e commit a109746

File tree

10 files changed

+15
-3
lines changed

10 files changed

+15
-3
lines changed

Diff for: libraries/LittleVGL/examples/Portenta_lvgl/Portenta_lvgl.ino renamed to libraries/Portenta_lvgl/examples/Portenta_lvgl/Portenta_lvgl.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Portenta_LittleVGL.h"
1+
#include "Portenta_lvgl.h"
22
#include "lv_demo_widgets.h"
33

44
void setup() {

Diff for: libraries/LittleVGL/examples/lvgl_rpc_usb_mouse/lvgl_rpc_usb_mouse.ino renamed to libraries/Portenta_lvgl/examples/lvgl_rpc_usb_mouse/lvgl_rpc_usb_mouse.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Portenta_LittleVGL.h"
1+
#include "Portenta_lvgl.h"
22
#include "RPC_internal.h"
33
#include "USBHost.h"
44

Diff for: libraries/Portenta_lvgl/library.properties

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Portenta_lvgl
2+
version=1.0
3+
author=Arduino
4+
maintainer=Arduino <info@arduino.cc>
5+
sentence=lvgl porting for Portenta H7 via USBC (to HDMI adapter)
6+
paragraph=
7+
category=Display
8+
url=https://github.com/arduino/ArduinoCore-mbed/tree/master/libraries/Portenta_lvgl
9+
architectures=mbed,mbed_portenta

Diff for: libraries/Portenta_lvgl/src/Portenta_LittleVGL.h

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Old header, kept for backwards compatibility
2+
3+
#include "Portenta_lvgl.h"
File renamed without changes.

Diff for: libraries/LittleVGL/porting.cpp renamed to libraries/Portenta_lvgl/src/porting.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "Portenta_LittleVGL.h"
1+
#include "Portenta_lvgl.h"
22
#include "lv_conf.h"
33
#include <lvgl.h>
44
#include "mbed.h"

0 commit comments

Comments
 (0)