TFT_eSPI/examples
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
..
160 x 128 Improve bounds checking update CS management 2019-01-25 14:25:40 +00:00
320 x 240 #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
480 x 320 Add new callback for smooth font antialiasing 2019-11-10 02:23:22 +00:00
DMA test #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
Generic Fix center aligned button text 2020-02-05 22:21:02 -05:00
Smooth Fonts #682 Add created() function for sprites 2020-07-07 00:52:55 +01:00
Sprite Merge pull request #641 from kamorris/kamorris-patch-1 2020-06-19 10:05:01 +01:00
Test and diagnostics Update Read_User_Setup add #648 2020-06-06 14:55:02 +01:00
ePaper/Floyd_Steinberg Update Floyd_Steinberg_BMP.ino 2019-09-28 21:54:42 +01:00