From 15e2b6f70ebbc0e615853e6247180f3bf29ed44c Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 25 Jul 2019 23:52:31 -0700 Subject: [PATCH] Updated Matrix Panels Support (markdown) --- Matrix-Panels-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Matrix-Panels-Support.md b/Matrix-Panels-Support.md index 67b8d07..52ea461 100644 --- a/Matrix-Panels-Support.md +++ b/Matrix-Panels-Support.md @@ -40,7 +40,7 @@ NeoTiles 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 mosaic( PanelWidth,