codewitch-honey-crisis / winduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winduino

winduino

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.

  1. Make a "lib" folder in the project directory.
  2. Run fetch_deps.cmd to get all of the dependencies.
  3. Use the CMake VS Code extension to Build All Projects on the root CMakeLists.txt
  4. Use the ./run.cmd to run the project

About

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 99.0%Language:CMake 0.5%Language:C 0.3%Language:Batchfile 0.1%