MicroPython with LVGL problem

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
Jarek
Posts: 1
Joined: Fri Feb 19, 2021 3:51 pm

MicroPython with LVGL problem

Post by Jarek » Fri Feb 19, 2021 3:53 pm

Hi everyone,
Can someone tell me step by step how can i add a lvgl library to my micropython project ? I read documentation, but still doesn't work 😕
I cannot add the library correctly so that it can be imported.
I work with ILI9341 display with XPT2046 ic for touch.
Thanks a lot for your help.

agonnen
Posts: 27
Joined: Sat Oct 13, 2018 7:52 pm

Re: MicroPython with LVGL problem

Post by agonnen » Wed Mar 10, 2021 9:10 pm

I can recommend looking at https://github.com/lvgl/lv_micropython and learning how this is done there.
You can diff and see the differences between upstream micropython and lv_micropython.
Another option is directly using the lv_micropython firmware.

For LVGL specific questions I recommend posting to LVGL forum: https://forum.lvgl.io/c/micropython/8

Post Reply