Skip to content

iherdt/jazzlights

 
 

Repository files navigation

JazzLights Library

This library contains the LED software for various syncing projects such as furry LED vests. The Arduino software is C++ built using PlatformIO.

Installation on Arduino for vests

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.

Debugging

See DEBUGGING.md.

Contributing

See CONTRIBUTING.md.

Acknowledgements

This project initially started off as a fork of unisparks by Dmitry Azovtsev and Igor Chernyshev.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 79.9%
  • HTML 17.0%
  • Python 1.9%
  • Other 1.2%