micropython+lvgl on stm32F746 #18700
Replies: 1 comment
-
|
The problem you’re running into is mostly down to the guide being outdated. Since around 2021, the way LVGL integrates with MicroPython has changed quite a bit, and manually merging repositories (as shown in older blog posts) will usually lead to missing files or build errors. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hello, i have a stm32F746 board including a 4 inchs display. i would like to install on it Micropython and lvgl to be able to develop an application to display datas coming fron ethernet or serial. i am using process from: https://blog.lvgl.io/2020-08-10/stm32-microptyothon-and-lvgl but it is not working . first link mentionned import only micropython without lvgl. replacing link with lvgl don't work also as there are missing files in ports/stm32 to be able to compile correctly. help would be appreciable as my expertise is limited. regards
Beta Was this translation helpful? Give feedback.
All reactions