Small typo fix.

Sean Carolan
2020-10-14 09:33:40 -05:00
parent 3230046485
commit 0eee68753c

@@ -1,6 +1,6 @@
NeoPixelBus uses a single index value to identify the pixel on the bus you want to access. While this is intuitive for strips and rings of pixels, its much less so for matrix or even tiled sets of matrix panels.
This library supports several layered approaches to accessing matrix panels in an intuitive manor. If you have a single matrix panel, then you want to use the NeoTopology class. If you have a tiled collections of matrix panels, then you will want to use either NeoTiles or NeoMosaic.
This library supports several layered approaches to accessing matrix panels in an intuitive manner. If you have a single matrix panel, then you want to use the NeoTopology class. If you have a tiled collections of matrix panels, then you will want to use either NeoTiles or NeoMosaic.
With all three of these classes, you will need to know how the pixels on the matrix panels are ordered, and this is where the Layout feature classes come in.