mirror of
https://github.com/Makuna/NeoPixelBus.git
synced 2025-08-07 12:54:26 +02:00
Updated NeoVerticalSpriteSheet object API (markdown)
@@ -8,7 +8,7 @@ Valid Method objects are the NeoBufferMethod and NeoBufferProgmemMethod.
|
||||
The optional pixels will either be copied into the Ram buffer (for NeoBufferMethod) or become the referenced data (NeoBufferProgmemMethod).
|
||||
|
||||
```
|
||||
NeoVerticalSpriteSheet<NeoPixelBufferProgmemMethod<NeoGrbFeature>> spriteSheet(myImageWidth, myImageHeight, mySpriteHeight, myImage);
|
||||
NeoVerticalSpriteSheet<NeoBufferProgmemMethod<NeoGrbFeature>> spriteSheet(myImageWidth, myImageHeight, mySpriteHeight, myImage);
|
||||
```
|
||||
|
||||
## Methods
|
||||
|
Reference in New Issue
Block a user