mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-09 22:04:27 +02:00
Updated NeoBuffer object (markdown)
@@ -27,6 +27,7 @@ NeoBuffer<NeoBufferProgmemMethod<NeoGrbwFeature>> image(myImageWidth, myImageHei
|
|||||||
|
|
||||||
## How to render the image to NeoPixelBus
|
## How to render the image to NeoPixelBus
|
||||||
### Rendering to a string of pixels
|
### Rendering to a string of pixels
|
||||||
|
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
|
### 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`.
|
||||||
|
Reference in New Issue
Block a user