Can't use lvgl in esp32s3-wroom1

how to create binary file for esp32s3 board.
I tried but this error showing…
[5/5] idf (5.2.1)
CMake Error at /home/arunkumar/esp/esp-idf/tools/cmake/build.cmake:268 (message):
Failed to resolve component ‘esp_adc_cal’.

how to solve this.
. $HOME/esp/esp-idf/export.sh
git clone GitHub - lvgl/lv_micropython: Micropython bindings to LVGL for Embedded devices, Unix and JavaScript
cd lv_micropython
git submodule update --init --recursive lib/lv_bindings
make -C mpy-cross
cd ports/esp32
make submodules
make BOARD=GENERIC_S3

this is how i compiled

这是因为在高版本的ESP-IDF中有一些方法被弃用了,有一些文件移动了,但是LVGL并没有适配高版本,所以报错,你可以尝试着降低ESP-IDF的版本,像 V4.4.4版本,或许可以解决

Of course lvgl works on the module esp32s3-wroom1.
The ‘esp_adc_cal’ component has nothing to do with the LVGL component.