mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 04:44:26 +02:00
Updated NeoTiles object (markdown)
@@ -25,7 +25,7 @@ strip.SetPixelColor(tiles.Map(4, 5), RgbColor(16,16,98));
|
||||
|
||||
Using the NeoPixelsTilesDump.ino sample, the following are some example layouts.
|
||||
|
||||
#### NeoTiles \<RowMajorAlternatingLayout, ColumnMajorAlternatingLayout\> tiles()
|
||||
#### NeoTiles \<RowMajorAlternatingLayout, ColumnMajorAlternatingLayout\> tiles(4, 4, 2, 2)
|
||||
```
|
||||
0 1 2 3 4 5 6 7
|
||||
-------------------------------------------------------------------
|
||||
@@ -39,7 +39,7 @@ Using the NeoPixelsTilesDump.ino sample, the following are some example layouts.
|
||||
7 | 31> 30 29 28 47> 46 45 44
|
||||
```
|
||||
|
||||
#### NeoTiles \<RowMajorAlternatingLayout, RowMajorAlternatingLayout\> tiles()
|
||||
#### NeoTiles \<RowMajorAlternatingLayout, RowMajorAlternatingLayout\> tiles(4, 4, 2, 2)
|
||||
```
|
||||
0 1 2 3 4 5 6 7
|
||||
-------------------------------------------------------------------
|
||||
@@ -53,7 +53,7 @@ Using the NeoPixelsTilesDump.ino sample, the following are some example layouts.
|
||||
7 | 63> 62 61 60 47> 46 45 44
|
||||
```
|
||||
|
||||
#### NeoTiles \<ColumnMajorAlternatingLayout, ColumnMajorLayout\> tiles()
|
||||
#### NeoTiles \<ColumnMajorAlternatingLayout, ColumnMajorLayout\> tiles(4, 4, 2, 2)
|
||||
```
|
||||
0 1 2 3 4 5 6 7
|
||||
-------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user