Skip to content

Commit 6ece79a

Browse files
committed
add usb-device-midi from microptyhon-lib to the image
1 parent 35803c0 commit 6ece79a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

manifests/manifest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
freeze('../internal_filesystem/', 'main.py') # Hardware initialization
22
freeze('../internal_filesystem/lib', '') # Additional libraries
33
freeze('../freezeFS/', 'freezefs_mount_builtin.py') # Built-in apps
4+
package("usb", base_path="../lvgl_micropython/lib/micropython/lib/micropython-lib/micropython/usb/usb-device")
5+
package("usb", base_path="../lvgl_micropython/lib/micropython/lib/micropython-lib/micropython/usb/usb-device-midi")

0 commit comments

Comments
 (0)