Hi,
First off, great software! As a rookie at making UI and using Arduino, I found this much easier to deal with than anything else I used in the past.
With that being said, I am stuck at a very weird place. I have a bunch of header files for example, atomic.h and process.h files, that are refernced and included in the LVGL background code but no such files exist in the library. I am very confused and new to this as well.
I have went in and deleted a few of these code line for e.g, #include “atomic.h” and it seems to move on and start working but then needs another which does not exist. There is too many of these for me to keep deleteing on commenting out.
What should I do? Please help. I am a noob at this so the easier the steps and explanation is, the better and faster it would be for me to understand and solve the issue.
I have read the arduino document for working with squareline and did exactly as instructed. please advise.
Thanks!!!