I’ve posted lv_micropython with latest lvgl 9 dev, feat/multi-instance branch
In my case, I could not initialize the display. (ili9XXXX)
you can clone it with,
git clone --branch feat/multi-instance https://github.com/lvgl/lv_micropython.git
I have compiled successfully only in esp-idf v4.4.4 (v4.4.6 failed)
I’ve only seen Core 1 panic’ed (LoadProhibited) error when I did like below,
>>> import lvgl as lv
>>> lv.init()
>>> o = lv.obj()
Guru Meditation Error: Core 1 panic'ed (LoadProhibited).
Exception was unhandled.
Core 1 register dump:
PC : 0x4012adf3 PS : 0x00060a30 A0 : 0x80129ed5 A1 : 0x3ffd2f40
A2 : 0x00000000 A3 : 0x3f45d03e A4 : 0x00000000 A5 : 0x3f45d0a4
....