Micropython downs when using lv.obj()

like in the picture.
when typing scr = lv.obj()
esp32 reboot and throw a error:

Guru Meditation Error: Core 0 panic’ed (StoreProhibited). Exception was unhandled.


same after using lv.init()

@tianzhengtong There is currently a problem with the ESP32 port on lv_micropython.
See https://github.com/littlevgl/lv_binding_micropython/issues/28.

I hope this will be solved soon.

thanks! :grinning:

Solved. See https://github.com/littlevgl/lv_binding_micropython/issues/28#issuecomment-506047963

Thanks for help!