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.