[Search Functions]
Description
Use the ID to look up the corresponding Name.
Syntax
char* ID_TO_NAME(lv_obj_t* id);
Parameters
[in] id
Object ID.
Return
The corresponding name returns 0 when no name is found.
Please see the 86HMI Editor User Manual for more instructions on 86HMI widgets and API usage.