How to run "print demo" on an ESP32 card using ARDUINO IDE?

Hello everyone, first of all I would like to thank you for this wonderful library which is of great help to me

Description

What MCU/Processor/Board and compiler are you using?

ESP32 wrover-B

What LVGL version are you using?

LV_arduino 3.0.1 (LVGL 7.0.2)

What do you want to achieve?

I want to run print demo on my ESP32 using the ARDUINO IDE and Bodmer’s TFT eSPI library.
can you please explain to me how to get there, i really need it for my graduation project

What have you tried so far?

I tried the example of the LV_arduino library then the arduino example library of the LVGL and LV_examples library but without success.

Code to reproduce

Add a code snippet which can run in the simulator. It should contain only the relevant code that compiles without errors when separated from your main code base.

The code block(s) should be formatted like:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

What error(s) are you getting?

I tried with the LV_arduino library, it shows me that the version of lvgl is not compatible, because the version of lvgl is 7.0.2
I then tried with the updated LVGL library and after modifying the path for the include I am no longer an error but nothing is displayed on my screen