XuNeo / luavgl

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

Make full use LVGL's property API #11

Open XuNeo opened 4 months ago

XuNeo commented 4 months ago

Introduce the problem

Use LVGL's property API instead of manually calling every widget's property API like lv_image_set_rotation could simplify the porting layer between LVGL and LUA.

Also need to finish missing property ID definitions in LVGL.

Proposal

No response