| |
Sprite
The Sprite library allows for creating image sprites to be used with the Matrix library.
|
|
Sprite
Starts the LCD library.
width()
Returns the width in pixels of the sprite.
height()
Returns the height in pixles of the sprite.
write()
Writes data to an x, y position of the sprite.
read()
Returns the data stored on the x, y position of the sprite.
|
|
|