TFT_eSPI/examples/DMA test
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_Jpg_DMA Add ESP32 SPI DMA capability 2020-05-05 21:21:28 +01:00
SpriteRotatingCube #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
boing_ball Add ESP32 SPI DMA capability 2020-05-05 21:21:28 +01:00