Update README.md

This commit is contained in:
Mike Barela 2019-08-06 15:12:31 -04:00 committed by GitHub
parent 620e54a5a2
commit 35c7215f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,10 +7,11 @@ Put an Adafruit Gemma M0 to work as you attach 120 Adafruit NeoPixels to the lap
Code and project by Amelia T for Adafruit Industries, 2019.
See Adafruit guide & XYmap.h for pixel map for more information
Use Adafruit Gemma M0: 60 pixels to D0, 60 pixels to D1, & button to D2 & GND
This sketch shows mapping pixels on an irregular matrix and provides
various examples from RGB Shades Demo Code & the FastLED demo library.
various examples from RGB Shades Demo Code & the FastLED demo library.
Can easily incorporate other examples or create your own!
//
To use:
@ -18,4 +19,5 @@ To use:
- Press and hold the button (>one second) to cycle through five brightness levels
Special credit to RGB Shades Demo Code Copyright (c) 2015 macetech LLC
This software is provided under the MIT License, Special credit to Mark Kriegsman for XY mapping code