Libraries such as Atomic.h and Process.h in code when installing on Giga R1 Wifi

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!!!

Your Giga library-headers in #include seem to want to pull RT-thread operating system libraries in but it’s not actually present. (Maybe you should look for RT-Thread in Library Manager, and install it. As an aside: Be cautious with Giga libraries because they might contain a built-in lv_conf.h that overrides the one exported by SquareLine Studio, causing missing fonts at build, reported several times.)