Sandbox application framework

Hello.
My project uses LVGL v.8.3 and FreeRTOS.
It is planned to use a large number of screens. For this reason, I wanted to try using your achievements as a sandbox application. To do this, I downloaded the archive from the link you provided. When compiling your code, errors occurred due to the fact that the list.c and list.h files are already involved and used in FreeRTOS. For this reason, I had to change the names of these two files. Along the way, I had to edit the names of some functions, because they changed in LVGL 8.3.
Then I tried to use the code from your message: A few of my projects - #7 by deonm
But it doesn’t work because it’s written under LVG v.7.x
Could you give minimal examples for LVGL v.8.x?

1 Like