I understand that the LVGL graphics library can be used to create images and make your brain look fancy but how do you actually set it up. Even though there are tutorials online, I’m not really understanding how to properly set it up. Could someone please be of assistance?
1 Like
There are example projects you can copy and paste into initialize() and didn’t them to understand lvlg. That’s what I did.
4 Likes
Check this post for an LVGL tutorial by @1069B_Argonauts.
And this post has a github link with a pre made example for LVGL.
3 Likes
I would check out the LVGL documentation here: https://docs.littlevgl.com. And I would highly suggest that you use a LVGL theme such as Alien (one of the Themes included with PROS) as it makes it easy create interfaces.
3 Likes
For the OP; using this theme will make your life easier, it’s a great suggestion
3 Likes