TFT_eSPI/examples/Smooth Fonts/FLASH_Array/Unicode_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
..
data Add more smooth font examples 2020-02-18 01:41:34 +00:00
Final_Frontier_28.h Add more smooth font examples 2020-02-18 01:41:34 +00:00
Latin_Hiragana_24.h Add more smooth font examples 2020-02-18 01:41:34 +00:00
Unicode_Test_72.h Add more smooth font examples 2020-02-18 01:41:34 +00:00
Unicode_test.ino #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00