What happened to lv_obj_set_hidden

I am essentially trying to change an image based on wifi status. I have tried doing lv_img_set_src on the image and that doesnt seem to actually change the image, so I am now trying drawing both.

Setting the one that is active to not hidden, the rest hidden, but it seems lv_obj_set_hidden has disappeared in v8

1 Like

It’s now lv_obj_add_flag(obj, LV_OBJ_FLAG_HIDDEN).