Seeking help from experts: Using the latest version of the SDK, in the example\multimedia\agif\lvgl example, pages are switched to the previous or next page via touch. If I want to switch pages through the API, how should I proceed?
Currently, the agif instance is implemented using the lv_tileview control, and the specified page can be switched via the lv_obj_set_tile_id interface.