A small bridge for Arduino applications to allow them to be roughly prototyped on a Windows PC using UIX or DirectX for the display.
A rough port of the UIX benchmark example is included
I have not tested with LVGL yet, but it should work.
To build the project you'll need mingw. I use GCC 12 or above but earlier versions might choke.
- Make a "lib" folder in the project directory.
- Run fetch_deps.cmd to get all of the dependencies.
- Use the CMake VS Code extension to Build All Projects on the root CMakeLists.txt
- Use the ./run.cmd to run the project