From 6dd685971ef41d7b8b2eaf78dc6206d29ffb80e1 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 23 Apr 2016 22:51:29 -0700 Subject: [PATCH] Updated Examples (markdown) --- Examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Examples.md b/Examples.md index 6e5aa07..25ed656 100644 --- a/Examples.md +++ b/Examples.md @@ -36,6 +36,10 @@ This example will randomly pick a color and fade all pixels to that color, then This is a more complex example that demonstrates platform specific animation callbacks and the timescale support for long duration animations. [YouTube video of sample running](https://youtu.be/npTYW1JKI6s) +# NeoPixelBitmap +This will animate pixels using a bitmap that is stored on a SD card. It will show one row at a time on the strip every 60ms and thus animate a single pixel high sprite. +This will demonstrate the use of the NeoBitmapFile object. + # NeoPixelTopologyTest This sample demonstrates the use of the NeoTopology and Layout objects to allow for x and y reference to pixels on a matrix panel. It will display specific colors in specific locations on the led panel using the defined Topology. This is useful in confirming the layout of your panel.