Closed fvanroie closed 2 years ago
The change from objid
to obj
has been implemented, with objid
being obsoleted, but still working.
The docs have been updated with the new object names which follow the lvgl naming of widgets.
Looks good, will make managing objects easier for users.
.txt is inconsistent with the rest of the lvgl properties, a .text property would be suited better and in line with the other attributes. Both can exist while .txt is phased out...
Attribute text
has been added to replace txt
, which is now obsoleted...
Using objid
or txt
properties now results in an obsolete warning in the logs as a last step to removing them altogether.
The object IDs currently are arbitrary and it would help to make better sense to group them according to their purpose. Here is a proposal to use the object name as
obj
parameter instead ofobjid
. The currentobjid
still works, but will be obsoleted in the future.