Updated NeoBuffer object (markdown)

Michael Miller
2016-04-20 10:30:54 -07:00
parent e0e07119d0
commit 105e3e5f69

@@ -30,4 +30,4 @@ NeoBuffer<NeoBufferProgmemMethod<NeoGrbwFeature>> image(myImageWidth, myImageHei
If you have both an image that is one pixel high, and you have just a string of pixels on your NeoPixelBus, and you want speed, then you can use `Blt(dest, destIndex)` method.
### Rendering to a matrix of pixels
If your image has more than one row or column of pixels and/or your pixels are arranged in a matrix, then can use 'Blt(dest, xDest, yDest, xSrc, ySrc, wSrc, hSrc, layoutMap`.
If your image has more than one row or column of pixels and/or your pixels are arranged in a matrix, then can use `Blt(dest, xDest, yDest, xSrc, ySrc, wSrc, hSrc, layoutMap)`.