lv_obj_get_sibling() function
Return a sibling of an object
Arguments
obj
pointer to an object whose sibling should be get
idx
0: `obj` itself -1: the first older sibling -2: the next older sibling 1: the first younger sibling 2: the next younger sibling etc
Return value
pointer to the requested sibling or NULL if there is no such sibling