Hello. I am writing through a translator. Please help! For the second day I have been struggling with connecting LVGL to micropython, which I want to use to work on the PI Pico. I tried to compile lv_micropython from github to get uf2 files and upload them to the PI Pico. But nothing works, I am drowning in errors. Could someone share a ready-made uf2 micropython file with the LVGL library, which can be simply uploaded to the PI Pico?
I can share my uf2 to you, it contains lvgl library. However, this firmware has some issues: color mismatch, which is related to display buffer.
You can download my firmware in https://fnos.feng-arch.cn:5667/s/6b68cfb5f01f4131a1
I build it from master breanch of GitHub - lvgl/lv_micropython: Micropython bindings to LVGL for Embedded devices, Unix and JavaScript, the commit id is 233ef84925774ced5778510e97f529c8936b4f5a. I think it’s the newest version as of the time of this comment.
