README.md
 1  Tutorial code for the Adafruit Learning System guide "Disco Band Camp Jacket"
 2  
 3  Guide link is https://learn.adafruit.com/Disco-Band-Camp-Jacket/
 4  
 5  Put an Adafruit Gemma M0 to work as you attach 120 Adafruit NeoPixels to the lapels of a vintage band jacket. 
 6  
 7  Code and project by Amelia T for Adafruit Industries, 2019.
 8  
 9  See Adafruit guide & XYmap.h for pixel map for more information
10  
11  Use Adafruit Gemma M0: 60 pixels to D0, 60 pixels to D1, & button to D2 & GND
12  
13  This sketch shows mapping pixels on an irregular matrix and provides 
14  various examples from RGB Shades Demo Code & the FastLED demo library. 
15  Can easily incorporate other examples or create your own!
16     
17  To use:
18  - Press the button to cycle through available effects shown on the functions list
19  - Press and hold the button (>one second) to cycle through five brightness levels
20  
21  Special credit to RGB Shades Demo Code Copyright (c) 2015 macetech LLC
22  
23  This software is provided under the MIT License, Special credit to Mark Kriegsman for XY mapping code