neomatrix (community library)

Summary

Name Value
Name neomatrix
Version 0.3.0
Installs 23438
License MIT,
Author Drew Delianides drew@delianides.com
URL http://github.com/delianides/Particle-NeoMatrix
Repository http://github.com/delianides/Particle-NeoMatrix.git
Download .tar.gz
All Versions 0.3.0, 0.2.1, 0.2.0, 0.1.0, 0.0.4

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

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.h" (It should add it for you)
  • You can compile locally using the Particle CLI tool.
$ particle compile photon neomatrix-project --saveTo firmware.bin
$ particle flash --usb firmware.bin

Read the docs for more information with this method of updating the cores.

Resources/Prior Art

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

Browse Library Files