How to port SHARP MIP driver to lvgl_esp32_drivers and display lvgl demo correctly

Description

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

esp32s3 esp-idf v5.1.1

What LVGL version are you using?

v8.3.10

What do you want to achieve?

From lv_drivers migrate SHARP MIP driver to lvgl_esp32_drivers and display lvgl demo correctly

What have you tried so far?

From lv_drivers migrate sharp_mip.c and sharp_mip.h to lvgl_esp32_drivers, modify the corresponding cmakelists.txt, lvgl_helper.c and other related files, set and select the corresponding hardware and spi pins, initialize in main, and modify the data sending function to the corresponding disp_spi The function in .c, after doing this, the screen did not respond.

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.