lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
87 stars 29 forks source link

Added build requirement for libusb-1.0-0-dev #164

Closed MitchBradley closed 1 month ago

MitchBradley commented 1 month ago

I tried compiling lvgl_micropython in a GitHub codespace (Ubuntu) and it failed. The underlying problem was that libusb-1.0-0-dev was not installed, and the ESP-IDF export.sh errored out, causing a host of downstream problems due to paths not being set correctly