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