From 105e3e5f69a086451e76f64cd51f7aa2091e2b3d Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Wed, 20 Apr 2016 10:30:54 -0700 Subject: [PATCH] Updated NeoBuffer object (markdown) --- NeoBuffer-object.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBuffer-object.md b/NeoBuffer-object.md index 18e2256..ec80eff 100644 --- a/NeoBuffer-object.md +++ b/NeoBuffer-object.md @@ -30,4 +30,4 @@ NeoBuffer> 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)`.