Multiple screen switch using ESP32 & ILI9488

Hello, I’m using LVGL and TFT e-SPI library on ESP32 & 3.5" ILI9488 tft display 480x320. I am using all these combinations for the 1st time and need guidance or example code on how to switch multiple screens using push button. I have successfully configured the display & currently able to show screen1 on display. Can anyone help me with example code for the application?

Welcome, you have two ways. A install Squareline studio and generate gui code learn from it. B. write code for screen2 and simply on button call

lv_scr_load(&screen2)

or read and apply docu for lv_scr_load_anim