LVGL on micropython

I want to run LVGL micropython on my E32R28T (ESP32 ili9341 display with xpt2046 touchscreen), but I can’t find a compiled LVGL bin file anywhere.
I’ve only found an uncompiled file, but I’ve been trying to compile it for hours and I’m getting nothing but errors.
Can someone give me a link to a compiled LVGL bin file that works with Micropython?

Thank you.

Check out this repo GitHub - lvgl-micropython/lvgl_micropython: LVGL module for MicroPython

You can compile the firmware with latest version of LVGL and Micropython .

download the git repo, and below command will make it,

python3 make.py esp32 clean BOARD=ESP32_GENERIC BOARD_VARIANT=SPIRAM DISPLAY=ili9341 INDEV=xpt2046

if you can’t find the right firmware.bin you might have to compile it by yourself.

are you trying to get lvgl_micropything running github or lv_micropython incl. lv_binding_micropython github?

https://github.com/de-dh/ESP32-Cheap-Yellow-Display-Micropython-LVGL
This might help.