lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 156 forks source link

dynamic font loading example needs upgrade to V8 #152

Closed uraich closed 3 years ago

uraich commented 3 years ago

I have done this and uploaded to https://github.com/uraich/lv_mpy_examples_v8/tree/main/lv_bindings The fs_driver.py I use for V8 is in fs_driver_V8.py and must be re-named. The additional fonts are in assets

amirgon commented 3 years ago

Could you open a PR? Related: https://github.com/lvgl/lvgl/issues/2144#issuecomment-851956241

amirgon commented 3 years ago

Fixed by #153