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_Array | ||
| SD_Card/ESP32_Smooth_Font_SD | ||
| SPIFFS | ||
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_Array | ||
| SD_Card/ESP32_Smooth_Font_SD | ||
| SPIFFS | ||