Announcing Micropython availability for LVGL version 7

Micropython Binding for LVGL is now available for LVGL v.7.

Where is it?

What’s new?

Migrating from v.6

v.7 is not backward compatible with v.6, and requires migrating the code.

  • Some objects (widget) names were changed.
  • The style system was completely re-written, and fully available on Micropython.
  • LVGL structs on Micropython now have function members.
    For example, disp_drv.register() instead of lv.disp_drv_register(disp_drv))
2 Likes

Update

lv_micropython was update to latest version 1.13

1 Like