Skip to content

Files

Latest commit

bec4a0b · Oct 8, 2014

History

History
43 lines (30 loc) · 1.43 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.43 KB

SparkCore NeoPixel Matrix

This is a port of Adafruit's NeoPixel Matrix Library for the Spark. Porting this over was very easy thanks to the work done by technobly porting the NeoPixel library over.

Installation

  • You should be able to just add the library via the Web IDE and include "neomatrix/neomatrix.h" (It should add it for you)
  • You can compile locally using the Spark CLI tool but you'll need to download the libraries in resources section.

Caveats

I would love to be able to just package the matrix library independently of the pixel and GFX libraries but there doesn't seem to be an easy way to do that. So for now, both the NeoPixel Library and The Adafruit GFX library are included in this repo.

You now just need to include the neopixel library and the Adafruit_GFX library in your project.

Resources

Contributions

All of them. I'll probably compile them first to make sure but I can't image there's too much to break.

Again, so much thanks to technobly. Porting that library over made this one pretty easy.

License

See LICENSE