Hi @aseelye, @amirgon,
The fix for the device crash is in this PR:
The problem is, that - as I noticed since LVGL 8.0 - LVGL should be initialized BEFORE display driver init.
(in my previous post I was wrong: LVGL should be initialized before, and not after display driver)
Please make sure to ERASE device flash first, because flashing firmware will not erase internal FS, and inisetup.py
will not run.
(… and sorry for the late fix, what I’ve promised days ago…)
@aseelye, please confirm, whether it works.
Thank you!