PyDevices / lv_circuitpython_mod

CircuitPython integration for LVGL

CircuitPython integration for LVGL — tree patches, build glue, and tests.

Source on GitHub PyDevices

Build with lv_bindings + a tagged CircuitPython clone

git clone https://github.com/PyDevices/lv_bindings.git
cd lv_bindings && git submodule update --init lvgl && cd ..
./lv_bindings/regenerate_lvcp.sh

git clone https://github.com/PyDevices/lv_circuitpython_mod.git
./lv_circuitpython_mod/build_cp.sh --port unix --variant coverage

Related