I’m getting the following error when trying to run a script for the first time on a Raspberry PI Pico:
ImportError: no module named 'lv_utils'
I’ve built the RP2 port with no modifications and loaded it as a UF2 on the pico.
I’ve also included the “sys.path.append(‘’)” workaround, but it appears that it’s not working in my case. What’s strange is that it can import “lvgl”, but not “lv_utils”.
This is my first time using LVGL, so perhaps I’m missing a step? Any suggestions or guidance on how to further debug would be appreciated.
