For Midpointe Library West Chester, OHIO July 21 Escape Room Event
A work in progress.
This code is a work in progress. May 5, 2017
- Revised May 11, 2017 - for ESP8266, Changed Colors to array,
- function to spell any word you'd like (see code)
- modified twinkle routine to just "twinkle" red, moved to it's
- own function.
- This code no long works on the UNO, it may work on the MEGA *
27 ws2812 or ws2811 pixels (Neopixels), connected to PIN 6 of Arduino Uno Make Pixel 0 is A, 1 is B, 2 is C, etc... 25 is Z. Make a dispay, have fun.
Port Code to ESP826, change code to use array
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Copywrite (c) 2017 LeRoy Miller Largely based on: twinkle - based on NeoPixel Color Twinkle by suhajdab https://gist.github.com/suhajdab/9716028
Strangerthing code based on "Stranger Things Interactive Wall Art by Akin Yildiz https://www.instructables.com/id/Stranger-Things-Interactive-Wall-Art/
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses>