Updated Examples (markdown)

Michael Miller
2016-04-23 22:51:29 -07:00
parent a1cd6efb60
commit 6dd685971e

@@ -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. 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) [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 # 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. 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. 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.