https://github.com/mic159/NeoFire
A fire animation using NeoMatrix on some WS2812 NeoPixels.
https://github.com/mic159/NeoFire
Last synced: 10 months 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 (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T00:22:27.000Z (almost 11 years ago)
- Last Synced: 2025-05-06T22:36:29.470Z (about 1 year ago)
- Language: Arduino
- Size: 137 KB
- Stars: 32
- 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).


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)