ESP32 - M5Core2 board - ili9XXX LVGL init fail - no "esp.esp_clk_cpu_freq()" function

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!