lvgl / lv_binding_micropython

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

Feat/struct subscr #179

Closed amirgon closed 2 years ago

amirgon commented 2 years ago

This allows creating and accessing arrays of structs, using Python subscript operator. Every struct actually becomes an array (with size 1 by default)

Related: https://github.com/lvgl/lvgl/pull/2565#issuecomment-922049390

amirgon commented 2 years ago

Summary so far: