I build unix port the master branch micropython and run a script , the error is lvgl module has no function sdl_windows_create().
this function lv_sdl_window_create can found in lvgl/src/dev/lv_sdl_window.c , and it build . but it not generated by gen_mpy.py
the sdl_windows_create() can't found in lvgl_globals_table
Some Picture
Suggested solution
I guess it is the gen_mpy.py not identify the lvgl/src/dev/*.c file , so it not generate in lv_mpy.c .
introduce the problem
I build unix port the master branch micropython and run a script , the error is lvgl module has no function sdl_windows_create(). this function lv_sdl_window_create can found in lvgl/src/dev/lv_sdl_window.c , and it build . but it not generated by gen_mpy.py the sdl_windows_create() can't found in lvgl_globals_table
Some Picture
Suggested solution
I guess it is the gen_mpy.py not identify the lvgl/src/dev/*.c file , so it not generate in lv_mpy.c .