lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
250 stars 161 forks source link

is it lv.SIZE_CONTENT or lv.SIZE.CONTENT ? #239

Closed BrianPugh closed 1 year ago

BrianPugh commented 1 year ago

In python code generated by SquareLine Studio v1.1.1, lv.SIZE.CONTENT is regularly reference. However, in my latest lvgl-micropython build, it's lv.SIZE_CONTENT. Which is correct?

embeddedt commented 1 year ago

Some names were adjusted in the v9 bindings to fix a bug. However, I think SquareLine still uses v8 names.

BrianPugh commented 1 year ago

thanks! I can manually adjust the exported code for now; I'm assuming SquareLine Studio will be updated once an official v9 is released.