XuNeo / luavgl

lua + lvgl = luavgl An optimized lvgl Lua binding
MIT License
57 stars 13 forks source link

feat(obj): return obj for all set API #46

Closed XuNeo closed 1 month ago

XuNeo commented 1 month ago

This allows chain several set methods like:

obj:add_flag(lvgl.FLAG.SCROLLABLE):center()