|  a6d50ea5ef New function added:
  bool created(void);
to check if sprite has been rotated. Example:
if ( !spr.created() ) Serial.println("Sprite has not been created"); | ||
|---|---|---|
| .. | ||
| SpriteRotatingCube.ino | ||