Updated Examples (markdown)

Michael Miller
2016-12-11 18:34:13 -08:00
parent 0925754474
commit 43a3fef80f

@@ -16,6 +16,9 @@ This example will move a trail of light around a series of pixels with a fading
# NeoPixelRotateLoop
This example draw a trail of light and then rotate all the pixels so that it looks like a series of pixels with a fading tail. A ring formation of pixels looks best.
# NeoPixelBrightness
This example demonstrates the use of the NeoPixelBrightnessBus which exposes an inherent overall brightness control of the strip.
# NeoPixelBufferCylon
This example will move a Cylon Red Eye back and forth across the full collection of 16 pixels on the strip. This will demonstrate the use of the NeoVerticalSpriteSheet object and PROGMEM stored bitmaps. You may need to export the included image for your specific NeoPixel using the [Arduino NeoPixel Sketch Exporter Paint.Net plugin](http://forums.getpaint.net/index.php?/topic/107921-arduino-neopixel-sketch-exporter/?p=515063).