PlatformIO, widgets example

What MCU/Processor/Board and compiler are you using?
Platform io windows simulator.
Using msys2, Mingw 64 bit with sdl to get simulation environment to work(followed the steps in the lvgl tutorial for platform io.

What do you want to achieve?

What I want to achieve is to have the lvgl demo examples running on the platform io simulator using vs code. Specifically to run the widgets examples.
The main goal is to understand how the dial examples work. And also how random numbers are simulated in the example.

What have you tried so far?

I have tried to move the include files to the source code. I have also tried to download examples using platform io library downloader. However when trying to build the examples the issue I receive is include “include file not found.” When it is clearly in the directory.

Code to reproduce

Add the relevant code snippets here.

The code block(s) should be between ```c and ``` tags:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.