Ok, is this a bare bones?

This is what I came up with. I just want a basic starter, where I can add LVGL “code” and make something functional. I keep getting different “solutions” from various places, I think part of it LVGL being updated, some of the answers I’m reading no longer apply. Other places, I get only a partial answer, key bits being left out (not here).

So this is what I have, please tell me where I may be going wrong and what I need. The “setup” section works as far as the hardware goes, that’s taken from a known working program. I’m just concerned about the LVGL bits.

Any help would be much appreciated.

BareBones.c (4.4 KB)


I added “main_gui()” to “setup”. I noticed that wasn’t in there when I built it.