Skip to content

An Implementation of Adafruit's NeoMatrix Library for Particle devices: Spark Core, Electron, Photon, Boron, Argon, Xenon

License

Notifications You must be signed in to change notification settings

delianides/Particle-NeoMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An Implementation of Adafruit's NeoMatrix Library for Particle devices: Spark Core, Electron, Photon, Boron, Argon, Xenon

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published