luavgl
luavgl copied to clipboard
Make full use LVGL's property API
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