lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 157 forks source link

micropython v1.14 breaks mp_lodepng.c #121

Closed uraich closed 3 years ago

uraich commented 3 years ago

Hi Amir, I saw that MicroPython V1.14 has been released and I gave it a try with lv_bindings. It turns out that mp_lodepng.c does not compile anymore. I added

include

include "py/mpconfig.h"

include "py/misc.h"

which got rid of the problem. Now I have lv_micropython running with the underlying Micropython V1.14

amirgon commented 3 years ago

Hi @uraich, Actually, I merged Micropython v1.14 today and didn't see this problem. lv_micropython is now aligned to v1.14, and tested with unix/esp32 ports.

Please have a look if this is working for you. If there is any problem, please reopen this issue.