Hi all,
I have built the firmware for STM32F429DISC board using the lv_micropython repo (main branch). The micropython is working well but when i tried to import lvgl, i got the following error.
I also checked the logs of “make BOARD=STM32F429DISC USER_C_MODULES=~…” and there is not a single mention of the word “lvgl” or “lv_binding” or anything related to lvgl.
Please guide me.