I am trying to integrate LVGL on EC200U-EU module using the Quecpython framework.
I have used the firmware provided at the link 下载 | QuecPython for EC200U-EU module.
However, When I attempt to import LVGL, I encounter the following error.
>>> import lvgl as lv
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: no module named 'lvgl'
Do I need to configure anything specific for LVGL to work with Quecpython?