TFT_eSPI/examples/Smooth Fonts
Bodmer a6d50ea5ef #682 Add created() function for sprites
New function added:
  bool created(void);
to check if sprite has been rotated. Example:

if ( !spr.created() ) Serial.println("Sprite has not been created");
2020-07-07 00:52:55 +01:00
..
FLASH_Array #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
SD_Card/ESP32_Smooth_Font_SD Add FLASH based anti-aliased fonts 2020-02-14 23:54:37 +00:00
SPIFFS Add FLASH based anti-aliased fonts 2020-02-14 23:54:37 +00:00