New function added: bool created(void); to check if sprite has been rotated. Example: if ( !spr.created() ) Serial.println("Sprite has not been created");
The extra examples use smooth fonts stored in arrays and thus can run on STM32 processors which do not support SPIFFS.