New function added:
bool created(void);
to check if sprite has been rotated. Example:
if ( !spr.created() ) Serial.println("Sprite has not been created");
|
||
|---|---|---|
| .. | ||
| Button.cpp | ||
| Button.h | ||
| Smooth_font.cpp | ||
| Smooth_font.h | ||
| Sprite.cpp | ||
| Sprite.h | ||
| Touch.cpp | ||
| Touch.h | ||