From ba4dd61e2f33f17ec4fdf7715dcca9bf2ad1b783 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 24 Mar 2016 10:30:24 -0700 Subject: [PATCH] Updated NeoTiles object (markdown) --- NeoTiles-object.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -------------------------------------------------------------------