This library contains the LED software for various syncing projects such as furry LED vests. The Arduino software is C++ built using PlatformIO.
First install PlatformIO for your favorite editor here.
If you're not sure which editor to pick, we recommend VSCode (Visual Studio Code).
That'll also install the pio command-line tool.
If you've installed PlatformIO more than a few weeks ago, make sure to update your tools by running pio pkg update.
To install the software on an M5Stack ATOM Matrix
(available for purchase here),
you can run: pio run -e atom_matrix -t upload
This project focuses on the M5Stack ATOM Matrix but other ESP32 boards are also supported.
See DEBUGGING.md.
See CONTRIBUTING.md.
This project initially started off as a fork of unisparks by Dmitry Azovtsev and Igor Chernyshev.