Is it possible to bind lvgl to Micropython V1.23.0?

Recently, I have been trying to bind lvgl and Micropython (v1.23 esp-idf 5.0.4) together using lv-binding_macropython, but I have found that many interfaces are outdated.
Some C files still use # include “esp32/clk. h”, but in reality, the new version of the compilation environment requires # include “esp_clk. h”. Besides, there are still many areas that need to be modified