From dc63f0ba52281d65556f2f73a898dda2707081ce Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 16 Apr 2016 13:30:39 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Examples.md b/Examples.md index 4d49a96..25ed4ea 100644 --- a/Examples.md +++ b/Examples.md @@ -12,6 +12,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. +# 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 NeoPixelVerticalSpriteSheet 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). + # NeoPixelCylon This example will move a Cylon Red Eye back and forth across the full collection of pixels on the strip. This will demonstrate the use of the NeoEase animation ease methods, that provide simulated acceleration to the animations.