Changed some words

This commit is contained in:
Frederik Vanggaard 2016-04-07 09:29:01 +02:00
parent 07a66ed4c0
commit 7551332de8

View File

@ -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.