diff --git a/NeoTiles-object.md b/NeoTiles-object.md index ff4c539..56afaa8 100644 --- a/NeoTiles-object.md +++ b/NeoTiles-object.md @@ -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 \ tiles() +#### NeoTiles \ 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 \ tiles() +#### NeoTiles \ 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 \ tiles() +#### NeoTiles \ tiles(4, 4, 2, 2) ``` 0 1 2 3 4 5 6 7 -------------------------------------------------------------------