TFT_eSPI/Extensions
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
..
Button.cpp Fix #588 2020-03-29 18:42:25 +01:00
Button.h Raise version add comments for button update 2020-02-06 13:38:03 +00:00
Smooth_font.cpp Diagnostic sketch update + others 2020-04-16 14:33:42 +01:00
Smooth_font.h Add smooth fonts in program memory for ESP32/8266 2020-02-15 23:58:21 +00:00
Sprite.cpp #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
Sprite.h #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
Touch.cpp Add new alphaBlend functions 2020-01-30 16:01:36 +00:00
Touch.h Add new alphaBlend functions 2020-01-30 16:01:36 +00:00