mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated Examples (markdown)
@@ -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.
|
||||||
|
Reference in New Issue
Block a user