Hi all,
I have tried building the lvgl micropython bindings multiple times, both from the lv_micropython repo and by using as a user module in the main micropython repo and I am repeatedly hitting an issue where sdl_window_create is not available in the unix port. I cant access directly, and I cant import display_driver as that relies on the same.
I have used the build script provided in lv_micropython as well as running all the make commands individually.
Am I missing something to have this driver enabled in the port?