Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mic159/NeoFire
A fire animation using NeoMatrix on some WS2812 NeoPixels.
https://github.com/mic159/NeoFire
Last synced: about 1 month ago
JSON representation
A fire animation using NeoMatrix on some WS2812 NeoPixels.
- Host: GitHub
- URL: https://github.com/mic159/NeoFire
- Owner: mic159
- Created: 2015-09-07T13:19:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T00:22:27.000Z (over 9 years ago)
- Last Synced: 2024-12-13T16:23:28.686Z (about 2 months ago)
- Language: Arduino
- Size: 137 KB
- Stars: 30
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NeoFire
=======
A fire animation using Adafruit_NeoMatrix on some WS2812 NeoPixels.Based on the code from [giladaya/arduino-led-matrix](https://github.com/giladaya/arduino-led-matrix).
![Flames](https://lh3.googleusercontent.com/MSkE2pxTUxteYAEgIxBJRtgW6qmuGUDJoiqxq_rlexAT5D1JRes=w427-h320-no)
![Animation](http://cdn.makeagif.com/media/9-08-2015/gMlZU1.gif)https://youtu.be/8gC5C1SwjsY
I used it with two NeoMatrix panels chained together.
You can get them from either [Adafruit](https://www.adafruit.com/products/1487) ($34.95) or [DX.com](http://www.dx.com/p/392034) ($19.94).
Alternatively you could use it with any pixels compatible with the NeoPixel library.Requirements
------------- [Adafruit_GFX](https://github.com/adafruit/Adafruit-GFX-Library)
- [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)
- [Adafruit_NeoMatrix](https://github.com/adafruit/Adafruit_NeoMatrix)