mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated Matrix Panels Support (markdown)
@@ -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,
|
||||
|
Reference in New Issue
Block a user