lv_obj_get_child() function
Get the child of an object by the child's index.
Arguments
obj
pointer to an object whose child should be get
id
the index of the child. 0: the oldest (firstly created) child 1: the second oldest child count-1: the youngest -1: the youngest -2: the second youngest
Return value
pointer to the child or NULL if the index was invalid