add47960b1 
								
							 
						 
						
							
							
								
								Port D test  
							
							
							
						 
						
							2021-04-15 01:35:28 +01:00  
				
					
						
							
							
								 
						
							
								f96efe5d59 
								
							 
						 
						
							
							
								
								Remove Dxx pins for RP2040  
							
							... 
							
							
							
							Dxx pin names are not used with RPi Pico
Note: A0-3 are defined for pins 26-29 
							
						 
						
							2021-04-12 23:22:27 +01:00  
				
					
						
							
							
								 
						
							
								534372ef99 
								
							 
						 
						
							
							
								
								Fix  errors with "Arduino Mbed OS RP2040 Boards"  
							
							... 
							
							
							
							Arduino RP2040 support introduces a new issue.
This is a temporary fix. 
							
						 
						
							2021-04-12 19:39:23 +01:00  
				
					
						
							
							
								 
						
							
								fce86c0f2e 
								
							 
						 
						
							
							
								
								Improve RPi Pico (RP2040) rendering performance  
							
							
							
						 
						
							2021-04-05 16:39:33 +01:00  
				
					
						
							
							
								 
						
							
								135610b00d 
								
							 
						 
						
							
							
								
								Update TFT_eSPI_RP2040.h  
							
							
							
						 
						
							2021-03-30 08:02:55 +01:00  
				
					
						
							
							
								 
						
							
								f6e90349d8 
								
							 
						 
						
							
							
								
								Add support for Raspberry Pi Pico  
							
							... 
							
							
							
							Setup file "Setup60_RP2040_ILI9341.h" used for testing with ILI9341 SPI display. 
							
						 
						
							2021-03-30 01:53:27 +01:00  
				
					
						
							
							
								 
						
							
								1c36c2c933 
								
							 
						 
						
							
							
								
								Support pseudo 16 bit  
							
							... 
							
							
							
							See #299  
							
						 
						
							2021-03-27 22:27:09 +00:00  
				
					
						
							
							
								 
						
							
								4cc57699fa 
								
							 
						 
						
							
							
								
								Fix   #1100  
							
							... 
							
							
							
							Fix STM32 + SSD1963 combination 
							
						 
						
							2021-03-27 00:35:55 +00:00  
				
					
						
							
							
								 
						
							
								cd025dbc79 
								
							 
						 
						
							
							
								
								Fix   #1046  
							
							... 
							
							
							
							ESP32 DMA did not work if MISO pin is not defined in setup file (affected TTGO T-Display setup 21) 
							
						 
						
							2021-03-13 15:03:21 +00:00  
				
					
						
							
							
								 
						
							
								b1fb969e86 
								
							 
						 
						
							
							
								
								Update TFT_eSPI_ESP32.c  
							
							
							
						 
						
							2021-01-27 05:20:31 +00:00  
				
					
						
							
							
								 
						
							
								e829dcac21 
								
							 
						 
						
							
							
								
								Avoid compiler optimising out register writes  
							
							... 
							
							
							
							Precautionary change to avoid potential issues in future developments and during debug 
							
						 
						
							2021-01-27 05:10:53 +00:00  
				
					
						
							
							
								 
						
							
								22c514cce9 
								
							 
						 
						
							
							
								
								#940  - Extend allowed TFT_WR pin allocation for ESP32  
							
							... 
							
							
							
							TFT_WR is 8 bit parallel mode can now be allocated to GPIO >31
Note: allocating a GPIO higher than 31 has a small perfomance impact (~1.23x slower) since signle register write with the data mask cannot be performed. 
							
						 
						
							2021-01-17 12:03:21 +00:00  
				
					
						
							
							
								 
						
							
								b3dab67178 
								
							 
						 
						
							
							
								
								Fix uncompilable TFT_eSPI_ESP32.h when TFT_RD >= 32  
							
							
							
						 
						
							2021-01-17 03:13:10 +01:00  
				
					
						
							
							
								 
						
							
								64239999e4 
								
							 
						 
						
							
							
								
								Fix   #893  
							
							
							
						 
						
							2020-12-31 19:44:33 +00:00  
				
					
						
							
							
								 
						
							
								8e75cfa83f 
								
							 
						 
						
							
							
								
								Fix   #893  
							
							
							
						 
						
							2020-12-31 00:15:26 +00:00  
				
					
						
							
							
								 
						
							
								a4e94634a6 
								
							 
						 
						
							
							
								
								Update TFT_eSPI_STM32.c  
							
							
							
						 
						
							2020-12-28 01:03:56 +00:00  
				
					
						
							
							
								 
						
							
								acdfeb0b36 
								
							 
						 
						
							
							
								
								Fix   #873  
							
							... 
							
							
							
							Minor performance boost to ESP32 block write 
							
						 
						
							2020-12-23 01:10:11 +00:00  
				
					
						
							
							
								 
						
							
								974cd7d9cb 
								
							 
						 
						
							
							
								
								Allow DMA for RPi displays  
							
							
							
						 
						
							2020-12-19 13:56:02 +00:00  
				
					
						
							
							
								 
						
							
								1b54ce87e9 
								
							 
						 
						
							
							
								
								Optional ESP32 DMA engine control of TFT_CS  
							
							... 
							
							
							
							This change has no impact on examples
See also #850  
							
						 
						
							2020-12-11 21:10:12 +00:00  
				
					
						
							
							
								 
						
							
								2162936b40 
								
							 
						 
						
							
							
								
								Enable ESP32 DMA controlled TFT_CS  
							
							... 
							
							
							
							ESP32 DMA will hold TFT_CS low automatically.
STM32 will not do this and requires bracketing DMA transfers with startWrite and endWrite as in examples. 
							
						 
						
							2020-12-07 17:43:40 +00:00  
				
					
						
							
							
								 
						
							
								fd16a6066d 
								
							 
						 
						
							
							
								
								Update ILI9486 driver for SPI  
							
							
							
						 
						
							2020-11-26 14:18:28 +00:00  
				
					
						
							
							
								 
						
							
								d6e573c230 
								
							 
						 
						
							
							
								
								Fix SPI ILI9481  
							
							... 
							
							
							
							ILI9481 with 8 bit parallel worked OK but SPI needs an 18 bit colour interface. 
							
						 
						
							2020-11-25 22:54:30 +00:00  
				
					
						
							
							
								 
						
							
								df23e14675 
								
							 
						 
						
							
							
								
								Make DMA wait handling consistent for ESP32 and STM32  
							
							
							
						 
						
							2020-11-19 00:36:59 +00:00  
				
					
						
							
							
								 
						
							
								bf5bf1852e 
								
							 
						 
						
							
							
								
								Add dmaWait() for STM32  
							
							
							
						 
						
							2020-11-19 00:15:21 +00:00  
				
					
						
							
							
								 
						
							
								579961bd5d 
								
							 
						 
						
							
							
								
								Fix   #630  
							
							
							
						 
						
							2020-11-15 15:26:19 +00:00  
				
					
						
							
							
								 
						
							
								45eb2d38e5 
								
							 
						 
						
							
							
								
								Update TFT_eSPI_Generic.h  
							
							
							
						 
						
							2020-11-10 11:28:22 +00:00  
				
					
						
							
							
								 
						
							
								ee91f723e7 
								
							 
						 
						
							
							
								
								Update DMA fn clipping for viewport  
							
							
							
						 
						
							2020-10-06 20:00:59 +01:00  
				
					
						
							
							
								 
						
							
								49cef1f35d 
								
							 
						 
						
							
							
								
								Support for SSD1963 and ST7706 SPI read  
							
							... 
							
							
							
							The SSD1963 support has been tested with a 480x800 pixel display from Buy Display.
Support for reading an ST7796 SPI display has been added.
pushToSprite added to keywords list. 
							
						 
						
							2020-10-02 01:07:15 +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  
				
					
						
							
							
								 
						
							
								dc114db01b 
								
							 
						 
						
							
							
								
								Srite class updates + others  
							
							... 
							
							
							
							Add 2 new pushSprite functions:
1. Sprite to sprite
2. windowed are of sprite to screen
Examples to follow
Bug fixes to sprite class 
							
						 
						
							2020-08-05 20:06:44 +01:00  
				
					
						
							
							
								 
						
							
								90cabab91a 
								
							 
						 
						
							
							
								
								Update to aid use of ESP32 with multiple displays  #687  
							
							... 
							
							
							
							Fix issue when using ESP32 & using multiple TFT displays & not defining TFT_CS.
Note: Future support for multiple displays in all possible hardware combinations may not be practical. 
							
						 
						
							2020-07-09 14:20:34 +01:00  
				
					
						
							
							
								 
						
							
								24750c605d 
								
							 
						 
						
							
							
								
								Add option to use STM32 SPI port 2  
							
							... 
							
							
							
							See new #define options in "Setup29_ILI9341_STM32.h" 
							
						 
						
							2020-06-13 21:05:47 +01:00  
				
					
						
							
							
								 
						
							
								960ff6c7b9 
								
							 
						 
						
							
							
								
								Ensure ESP32_PARALLEL defined  
							
							
							
						 
						
							2020-05-14 15:33:03 +01:00  
				
					
						
							
							
								 
						
							
								232330d5cd 
								
							 
						 
						
							
							
								
								Correct typo  
							
							
							
						 
						
							2020-05-13 22:32:54 +01:00  
				
					
						
							
							
								 
						
							
								cd10a92f11 
								
							 
						 
						
							
							
								
								Allow ESP32 SPI pins to be undefined  
							
							... 
							
							
							
							See #618  
							
						 
						
							2020-05-13 18:28:44 +01:00  
				
					
						
							
							
								 
						
							
								cc3a1084fb 
								
							 
						 
						
							
							
								
								Fix   #617  
							
							
							
						 
						
							2020-05-09 19:51:03 +01:00  
				
					
						
							
							
								 
						
							
								cc4f35f8c1 
								
							 
						 
						
							
							
								
								ESP32 DMA update  
							
							... 
							
							
							
							dmaBusy() checks and is no longer blocking
pushImageDMA() faster if setAddrWindow is not built into transaction list. 
							
						 
						
							2020-05-08 21:25:38 +01:00  
				
					
						
							
							
								 
						
							
								f6748bf906 
								
							 
						 
						
							
							
								
								Add ESP32 SPI DMA capability  
							
							... 
							
							
							
							DMA test examples now work on ESP32 
							
						 
						
							2020-05-05 21:21:28 +01:00  
				
					
						
							
							
								 
						
							
								1f2d4b0a75 
								
							 
						 
						
							
							
								
								Issue  #510  part STM32F103 workaround  
							
							
							
						 
						
							2020-05-01 20:57:03 +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  
				
					
						
							
							
								 
						
							
								5ff03cd2e9 
								
							 
						 
						
							
							
								
								Support STM32F1xx  
							
							... 
							
							
							
							STM32F1xx processors do not have MODER direction configuration. 
							
						 
						
							2020-03-29 14:18:14 +01:00  
				
					
						
							
							
								 
						
							
								732bdd32eb 
								
							 
						 
						
							
							
								
								Port A+B and BRR update  
							
							... 
							
							
							
							PortA and Port B direction control now works on all STM processors.
Correct BRR to BSRR to support all STM processors. 
							
						 
						
							2020-03-27 21:59:18 +00:00  
				
					
						
							
							
								 
						
							
								1015c564f4 
								
							 
						 
						
							
							
								
								Fix STM32 parallel read on port A or B  
							
							
							
						 
						
							2020-03-27 02:14:12 +00:00  
				
					
						
							
							
								 
						
							
								919febefd6 
								
							 
						 
						
							
							
								
								Fix   #581  
							
							
							
						 
						
							2020-03-27 01:31:10 +00:00  
				
					
						
							
							
								 
						
							
								f71df4ffe5 
								
							 
						 
						
							
							
								
								#581  fallout update  
							
							
							
						 
						
							2020-03-25 16:57:59 +00:00  
				
					
						
							
							
								 
						
							
								d1b0bab912 
								
							 
						 
						
							
							
								
								Fix   #581  
							
							
							
						 
						
							2020-03-25 15:29:53 +00: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  
				
					
						
							
							
								 
						
							
								ac8845d589 
								
							 
						 
						
							
							
								
								Fix   #566  plus others  
							
							... 
							
							
							
							Fix image rendering issue.
Deprecate use of pushColors.
Improve ES8266 image rendering performance for ESP8266 and ILI9488.
Add getTextPadding(). 
							
						 
						
							2020-03-07 16:26:44 +00:00  
				
					
						
							
							
								 
						
							
								65ccbf0139 
								
							 
						 
						
							
							
								
								STM32 update  
							
							... 
							
							
							
							Boost performance for ILI9488 display with STM32 processors.
Enable smooth fonts in setup files (smooth fonts for STM32 processors is now supported with fonts in program memory) 
							
						 
						
							2020-03-02 22:25:39 +00:00  
				
					
						
							
							
								 
						
							
								55e97ffe33 
								
							 
						 
						
							
							
								
								Fix   #539  
							
							
							
						 
						
							2020-02-16 18:50:39 +00:00