Updated NeoTiles object (markdown)

Michael Miller
2016-03-22 17:16:19 -07:00
parent a36daf46c1
commit c544e333e2

@@ -18,7 +18,7 @@ NeoTiles <RowMajorAlternatingLayout, ColumnMajorAlternatingLayout> tiles(
... ...
strip.SetPixelColor(tiles.Map(4, 5), RgbColor(16,16,98)); strip.SetPixelColor(tiles.Map(4, 5), RgbColor(16,16,98));
tiles.Map(x, y)
``` ```
Using the NeoPixelsTilesDump.ino sample, the following are some example layouts. Using the NeoPixelsTilesDump.ino sample, the following are some example layouts.