Open a console (windows: git bash) and get the project via
$ git clone https://github.com/BlueAndi/Pixelix
Example:
Now its time to build the software for the appropriate target.
- Load workspace in VSCode.
- Change to PlatformIO toolbar (click on the head of the ant in the left column).
- Lets now build the software independent of your specific board, just to see whether it works by Project Tasks -> Default -> Build All or via hotkey ctrl-alt-b
- If no error happened, you are ready.
Note, the default project is esp32 DevKit v1 board, programming via USB.
The toolchain is working and the firmware gets built. Next step is now to build it specific for your target and upload it.
If you have further ideas or you found some bugs, great! Create a issue or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
The whole source code is published under the MIT license. Consider the different licenses of the used third party libraries too!
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.