Updated Matrix Panels Support (markdown)

Michael Miller
2019-07-25 23:52:31 -07:00
parent 62f858f98f
commit 15e2b6f70e

@@ -40,7 +40,7 @@ NeoTiles <ColumnMajorAlternatingLayout, RowMajorAlternatingLayout> tiles(
```
## [NeoMosaic](https://github.com/Makuna/NeoPixelBus/wiki/NeoMosaic-object)
This object is constructed with a method from above to provide the mapping from the 2d coordinate system to index that the NeoPixelBus requires. The method defines the layout of the physical panel but the orientation is ignored. The mosaic will automatically rotate the panels to provide the shortest interconnections between panels.
This object is constructed with a method from above to provide the mapping from the 2d coordinate system to index that the NeoPixelBus requires. The method defines the layout of the physical panel but the orientation is ignored. The mosaic will automatically rotate the panels to provide the shortest interconnections between panels. The tiles in the mosaic are always laid out in RowMajorAlternating pattern.
```
NeoMosaic <ColumnMajorAlternatingLayout> mosaic(
PanelWidth,