lv_binding_micropython icon indicating copy to clipboard operation
lv_binding_micropython copied to clipboard

sdl_window_create not present in Unix port

Open minyiky opened this issue 4 months ago • 0 comments

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?

minyiky avatar Aug 16 '25 14:08 minyiky