637f7f1fe3 
								
							 
						 
						
							
							
								
								Add DMA Bouncy_Circles sketch  
							
							
							
						 
						
							2021-04-24 12:09:47 +01:00  
				
					
						
							
							
								 
						
							
								715b4de525 
								
							 
						 
						
							
							
								
								Fix   #1148  (RP2040 pgmspace.h warnings)  
							
							
							
						 
						
							2021-04-21 22:48:21 +01:00  
				
					
						
							
							
								 
						
							
								f33674c1a2 
								
							 
						 
						
							
							
								
								Fix   #1144  (RP2040 SPI pin settings)  
							
							... 
							
							
							
							Library now uses setup defined pins for SPI instead of defaults set by board package. 
							
						 
						
							2021-04-19 00:30:28 +01:00  
				
					
						
							
							
								 
						
							
								fce86c0f2e 
								
							 
						 
						
							
							
								
								Improve RPi Pico (RP2040) rendering performance  
							
							
							
						 
						
							2021-04-05 16:39:33 +01:00  
				
					
						
							
							
								 
						
							
								91c34afc49 
								
							 
						 
						
							
							
								
								Replace deprecated boolean type  
							
							... 
							
							
							
							Note that Processing sketches (pde type) do not accept bool, so boolean is correct. 
							
						 
						
							2021-03-31 13:52:42 +01:00  
				
					
						
							
							
								 
						
							
								107b2dd4ed 
								
							 
						 
						
							
							
								
								Update Touch_calibrate.ino  
							
							
							
						 
						
							2021-03-15 13:20:25 +00:00  
				
					
						
							
							
								 
						
							
								85539606e1 
								
							 
						 
						
							
							
								
								Correct typos  
							
							
							
						 
						
							2021-03-06 20:16:38 +00:00  
				
					
						
							
							
								 
						
							
								a7a19be467 
								
							 
						 
						
							
							
								
								Correct typos  
							
							
							
						 
						
							2021-03-06 20:05:34 +00:00  
				
					
						
							
							
								 
						
							
								9fec44b6ea 
								
							 
						 
						
							
							
								
								Implement  #896  plus minor changes  
							
							... 
							
							
							
							When rendering a smooth font in a sprite the anti-aliasing will pick up the sprite background colour if the text background colour is not set. 
							
						 
						
							2020-12-31 17:58:28 +00:00  
				
					
						
							
							
								 
						
							
								42e6fc87ff 
								
							 
						 
						
							
							
								
								Feature update  
							
							... 
							
							
							
							Add ILI9225 support
Add viewport feature to Sprites
Rationalise common TFT_eSPI and Sprite functions and variables to use inherited functions width(), height(), rotation(), write(), pivot, cursor, swapBytes. 
							
						 
						
							2020-12-01 20:06:32 +00:00  
				
					
						
							
							
								 
						
							
								cd98515f1f 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/Bodmer/TFT_eSPI  
							
							
							
						 
						
							2020-11-14 01:38:14 +00:00  
				
					
						
							
							
								 
						
							
								de8619027d 
								
							 
						 
						
							
							
								
								Add ESP8266 LittleFS examples  
							
							... 
							
							
							
							The ESP8266 has the LittleFS Flash filing system which is significantly faster than SPIFFS. New Smooth Font examples have been added that use LittleFS. 
							
						 
						
							2020-11-14 01:38:09 +00:00  
				
					
						
							
							
								 
						
							
								54f6e730b5 
								
							 
						 
						
							
							
								
								Stop ESP32 warning  
							
							
							
						 
						
							2020-11-12 17:57:41 +00:00  
				
					
						
							
							
								 
						
							
								2c01c41c02 
								
							 
						 
						
							
							
								
								Disable DMA as default  
							
							
							
						 
						
							2020-11-09 12:15:26 +00:00  
				
					
						
							
							
								 
						
							
								aa4a32bc6b 
								
							 
						 
						
							
							
								
								Update Animated_Eyes_1.ino  
							
							
							
						 
						
							2020-11-09 12:13:11 +00:00  
				
					
						
							
							
								 
						
							
								24b0eca084 
								
							 
						 
						
							
							
								
								Add 2 animated eyes examples  
							
							... 
							
							
							
							Animated_Eyes_1 is an example for a single display
Animated_Eyes_2 is an example for two displays 
							
						 
						
							2020-11-08 22:53:23 +00:00  
				
					
						
							
							
								 
						
							
								975347d5de 
								
							 
						 
						
							
							
								
								Update Floyd_Steinberg.ino  
							
							
							
						 
						
							2020-11-02 23:22:04 +00:00  
				
					
						
							
							
								 
						
							
								9cfc86839f 
								
							 
						 
						
							
							
								
								Update EPD_Support.h  
							
							
							
						 
						
							2020-11-02 23:18:04 +00:00  
				
					
						
							
							
								 
						
							
								c9490f91b5 
								
							 
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/Bodmer/TFT_eSPI  
							
							
							
						 
						
							2020-11-02 23:16:13 +00:00  
				
					
						
							
							
								 
						
							
								7eb365fcf5 
								
							 
						 
						
							
							
								
								Update EPD_Support.h  
							
							
							
						 
						
							2020-11-02 23:15:10 +00:00  
				
					
						
							
							
								 
						
							
								e49e546d2c 
								
							 
						 
						
							
							
								
								Update ePaper example  
							
							... 
							
							
							
							Corrections as in #729  plus others of same ilk. 
							
						 
						
							2020-11-02 23:12:33 +00:00  
				
					
						
							
							
								 
						
							
								5f272751f7 
								
							 
						 
						
							
							
								
								Update EPD_Support.h  
							
							
							
						 
						
							2020-11-02 22:42:17 +00:00  
				
					
						
							
							
								 
						
							
								aaf96fa870 
								
							 
						 
						
							
							
								
								Update TFT_Clock_Digital.ino  
							
							... 
							
							
							
							Fix  #795  
						
							2020-10-21 16:16:06 +01:00  
				
					
						
							
							
								 
						
							
								0d31c9f1a5 
								
							 
						 
						
							
							
								
								Add Orrery example  
							
							... 
							
							
							
							Uses sprites for flicker free animation 
							
						 
						
							2020-10-20 00:53:08 +01:00  
				
					
						
							
							
								 
						
							
								126aa7dff5 
								
							 
						 
						
							
							
								
								Update Viewport_Demo.ino  
							
							... 
							
							
							
							Viewport does not need to be constrained to be within TFT area. 
							
						 
						
							2020-10-14 09:09:40 +01:00  
				
					
						
							
							
								 
						
							
								b1f8cae069 
								
							 
						 
						
							
							
								
								Finalise viewport changes  
							
							
							
						 
						
							2020-10-13 13:35:03 +01:00  
				
					
						
							
							
								 
						
							
								505ca81a70 
								
							 
						 
						
							
							
								
								Complete viewport update  
							
							
							
						 
						
							2020-10-11 22:36:02 +01:00  
				
					
						
							
							
								 
						
							
								c0f14b2f99 
								
							 
						 
						
							
							
								
								Move viewport examples  
							
							... 
							
							
							
							Moved to generic 
							
						 
						
							2020-10-06 12:51:22 +01:00  
				
					
						
							
							
								 
						
							
								27cf479e55 
								
							 
						 
						
							
							
								
								Update Viewport_Demo.ino  
							
							
							
						 
						
							2020-10-06 11:58:33 +01:00  
				
					
						
							
							
								 
						
							
								26ffe75a0e 
								
							 
						 
						
							
							
								
								Update Viewport_Demo.ino  
							
							
							
						 
						
							2020-10-06 11:55:51 +01:00  
				
					
						
							
							
								 
						
							
								dfba4633ad 
								
							 
						 
						
							
							
								
								Update Viewport_Demo.ino  
							
							
							
						 
						
							2020-10-06 11:54:53 +01:00  
				
					
						
							
							
								 
						
							
								13d217dc89 
								
							 
						 
						
							
							
								
								Add viewport feature  
							
							... 
							
							
							
							2 new example sketches added for viewport demonstration 
							
						 
						
							2020-10-06 00:51:41 +01:00  
				
					
						
							
							
								 
						
							
								d7fdcc0991 
								
							 
						 
						
							
							
								
								Fix   #740  and  #704  
							
							... 
							
							
							
							#740 : To avoid ambiguity the pushSprite for writing a sprite to another sprite has been renamed pushToSprite
#704 : Change to 18 bit colurs for SSD1963 with SPI interface
Remove outdated TFT_SPIFFS_Jpeg example 
						
							2020-09-07 22:04:42 +01:00  
				
					
						
							
							
								 
						
							
								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  
				
					
						
							
							
								 
						
							
								61f1c5f98e 
								
							 
						 
						
							
							
								
								Merge pull request  #641  from kamorris/kamorris-patch-1  
							
							... 
							
							
							
							Add 4bit images to sprites, with an example and a tool to produce the images from bmp files. 
							
						 
						
							2020-06-19 10:05:01 +01:00  
				
					
						
							
							
								 
						
							
								a7be0c0ebe 
								
							 
						 
						
							
							
								
								delete extraneous ino file  
							
							
							
						 
						
							2020-06-18 20:29:10 -07:00  
				
					
						
							
							
								 
						
							
								fb86ae4d1b 
								
							 
						 
						
							
							
								
								Update Read_User_Setup add  #648  
							
							... 
							
							
							
							Read_User_Setup now includes backlight settings 
							
						 
						
							2020-06-06 14:55:02 +01:00  
				
					
						
							
							
								 
						
							
								b5826586fc 
								
							 
						 
						
							
							
								
								Allow 4bpp Sprites to be rotated  
							
							... 
							
							
							
							4bpp Sprites can now be pushed to the TFT with a rotation 
							
						 
						
							2020-06-05 16:05:04 +01:00  
				
					
						
							
							
								 
						
							
								5ffd4feac4 
								
							 
						 
						
							
							
								
								prepare for merging.  
							
							
							
						 
						
							2020-05-25 17:09:56 -07:00  
				
					
						
							
							
								 
						
							
								0db6eed9e0 
								
							 
						 
						
							
							
								
								add 4bit image support, tools and examples  
							
							
							
						 
						
							2020-05-25 15:29:41 -07:00  
				
					
						
							
							
								 
						
							
								fc8d912f52 
								
							 
						 
						
							
							
								
								Update Read_User_Setup.ino  
							
							
							
						 
						
							2020-05-05 21:40:24 +01:00  
				
					
						
							
							
								 
						
							
								f6748bf906 
								
							 
						 
						
							
							
								
								Add ESP32 SPI DMA capability  
							
							... 
							
							
							
							DMA test examples now work on ESP32 
							
						 
						
							2020-05-05 21:21:28 +01:00  
				
					
						
							
							
								 
						
							
								e937a3496f 
								
							 
						 
						
							
							
								
								Diagnostic sketch update + others  
							
							... 
							
							
							
							Read_User_Setup updated to be compatible with STM32 and new structure format.
Reduction in compiler warnings
Update Sprite destructor
Update version to 2.2.1 
							
						 
						
							2020-04-16 14:33:42 +01:00  
				
					
						
							
							
								 
						
							
								89bf0ce6c1 
								
							 
						 
						
							
							
								
								Fix   #581  plus  
							
							... 
							
							
							
							Update 4 bit Sprite code
Update Animate_Dial example to use italic font with minimised character set, add original jpeg graphic.
Raise to 2.1.8 
							
						 
						
							2020-03-25 14:27:38 +00:00  
				
					
						
							
							
								 
						
							
								b3db931dc5 
								
							 
						 
						
							
							
								
								Move label  
							
							
							
						 
						
							2020-03-20 00:34:26 +00:00  
				
					
						
							
							
								 
						
							
								7f7cc24b00 
								
							 
						 
						
							
							
								
								Add new animated dial example  
							
							... 
							
							
							
							See Sprite "Animated_dial" example. 
							
						 
						
							2020-03-20 00:30:12 +00:00  
				
					
						
							
							
								 
						
							
								ef21c44a28 
								
							 
						 
						
							
							
								
								Add more smooth font examples  
							
							... 
							
							
							
							The extra examples use smooth fonts stored in arrays and thus can run on STM32 processors which do not support SPIFFS. 
							
						 
						
							2020-02-18 01:41:34 +00:00  
				
					
						
							
							
								 
						
							
								eac96793a1 
								
							 
						 
						
							
							
								
								Update ReadMe  
							
							... 
							
							
							
							Delete data folders.
Ass missing headers to Font_Demo_1_Array example. 
							
						 
						
							2020-02-15 00:02:01 +00:00  
				
					
						
							
							
								 
						
							
								c689b4211d 
								
							 
						 
						
							
							
								
								Add FLASH based anti-aliased fonts  
							
							... 
							
							
							
							Processors (such as STM32) that are not supported by a SPIFFS library can now use anti-aliased (smooth) fonts stored in FLASH (program) memory. 
							
						 
						
							2020-02-14 23:54:37 +00:00  
				
					
						
							
							
								 
						
							
								b734b81e6b 
								
							 
						 
						
							
							
								
								Fix center aligned button text  
							
							
							
						 
						
							2020-02-05 22:21:02 -05:00