Updated NeoTiles object (markdown)

Michael Miller
2016-03-24 10:30:24 -07:00
parent 8751f7681f
commit ba4dd61e2f

@@ -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. 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 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 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 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 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 0 1 2 3 4 5 6 7
------------------------------------------------------------------- -------------------------------------------------------------------