Module arduboy_rust::prelude::sprites
source · Expand description
This is the module to interact in a save way with the Sprites C++ library.
Functions
- “Erase” a sprite.
- Draw a sprite using a separate image and mask array.
- Draw a sprite by replacing the existing content completely.
- Draw a sprite using an array containing both image and mask values.
- Draw a sprite using only the bits set to 1.