lvgl / lv_binding_micropython

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

Generate structs when used indirectly #281

Open amirgon opened 1 year ago

amirgon commented 1 year ago

When a struct is used by a function indirectly, through a chain of typedefs, it should be generated. See https://github.com/lvgl/lv_binding_micropython/issues/279#issuecomment-1590454389