From 7551332de817fe36b008f1591d37ce8f2d90193b Mon Sep 17 00:00:00 2001 From: Frederik Vanggaard Date: Thu, 7 Apr 2016 09:29:01 +0200 Subject: [PATCH] Changed some words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e935b1..e4af15c 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ It is also possible to connect LED stips of various length to the fadecandy. It opc.ledStrip(0, 64, width/2, height/2, width / 70.0, 0, false); -First we have the index, since this is the first row of pixels we just use 0 as index. Here we just say the length is 64 pixels, with a midpoint the same as the grid. The spacing is a bit different, but with 64 pixels `width/70` should work. `0` is again the rotation and false specify to direction. +First we have the index, since this is the first row of pixels we just use 0 as index. Here we just say the length is 64 pixels, with a midpoint the same as the grid. The spacing is a bit different, but with 64 pixels `width/70` should work. `0` is again the rotation and false specify we dont want to reverse the strip. It's straightforward to change individual pixels and in order to use images as source for the pattern, the fadecandy examples are a good source of information.