luavgl icon indicating copy to clipboard operation
luavgl copied to clipboard

Make full use LVGL's property API

Open XuNeo opened this issue 1 year ago • 0 comments

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

XuNeo avatar Feb 15 '24 07:02 XuNeo