62c02b67f7 
								
							 
						 
						
							
							
								
								Replace accidentally deleted line!  
							
							
							
						 
						
							2017-11-15 10:19:45 +00:00  
				
					
						
							
							
								 
						
							
								2e91bcd137 
								
							 
						 
						
							
							
								
								Issue  #53  fix  
							
							... 
							
							
							
							In case of a non- supported BMP, the _tft->setRotation() should not be executed. 
							
						 
						
							2017-11-13 21:15:28 +00:00  
				
					
						
							
							
								 
						
							
								fbdc65a3c7 
								
							 
						 
						
							
							
								
								Whoops, another typo - who put S and W keys next to each other ;-)  
							
							
							
						 
						
							2017-10-25 02:08:52 +01:00  
				
					
						
							
							
								 
						
							
								5d497f751b 
								
							 
						 
						
							
							
								
								Correct typo  
							
							
							
						 
						
							2017-10-25 02:05:59 +01:00  
				
					
						
							
							
								 
						
							
								acd3fe7b85 
								
							 
						 
						
							
							
								
								Add simple touch calibrate and test sketch  
							
							... 
							
							
							
							This one does not need SPIFFS, cal data is embedded in sketch by user. 
							
						 
						
							2017-10-25 01:57:42 +01:00  
				
					
						
							
							
								 
						
							
								e4ea506b65 
								
							 
						 
						
							
							
								
								Update touch, add Button class  
							
							... 
							
							
							
							Touch reliability improved by using pressure and double sampling. Added
Adafruit compatible Button class. Added touchscreen on/off and keypad
examples. 
							
						 
						
							2017-10-23 01:59:37 +01:00  
				
					
						
							
							
								 
						
							
								167dcd5373 
								
							 
						 
						
							
							
								
								Revert 160 x 128 jpeg code  
							
							
							
						 
						
							2017-10-17 00:11:13 +01:00  
				
					
						
							
							
								 
						
							
								0bcf7eaa6b 
								
							 
						 
						
							
							
								
								Correct jpeg decoder image edge rendering  
							
							... 
							
							
							
							Revert setup file and add setup 10 
							
						 
						
							2017-10-17 00:07:49 +01:00  
				
					
						
							
							
								 
						
							
								afe310f00f 
								
							 
						 
						
							
							
								
								Merge pull request  #43  from maxpautsch/master  
							
							... 
							
							
							
							Add XPT2046 touch controller support 
							
						 
						
							2017-10-16 23:00:12 +01:00  
				
					
						
							
							
								 
						
							
								80b5d91ba4 
								
							 
						 
						
							
							
								
								Fix right edge jpeg image corruption  
							
							... 
							
							
							
							Jpeg images with non integer number of MCU pixels showed corrupted right
edge. Fix is to concatenate pixels into a contiguous block. Examples
corrected. 
							
						 
						
							2017-10-11 00:59:14 +01:00  
				
					
						
							
							
								 
						
							
								548fcca258 
								
							 
						 
						
							
							
								
								now calibration works with all orientations.  
							
							
							
						 
						
							2017-10-01 21:34:11 +02:00  
				
					
						
							
							
								 
						
							
								b6d234af70 
								
							 
						 
						
							
							
								
								should add ESP32 support. do not have hardware to test.  
							
							
							
						 
						
							2017-10-01 00:58:33 +02:00  
				
					
						
							
							
								 
						
							
								ca54325fbc 
								
							 
						 
						
							
							
								
								Add XPT2046 touch controller  
							
							... 
							
							
							
							supports esp8266 + RPi displays
OO 
							
						 
						
							2017-10-01 00:26:33 +02:00  
				
					
						
							
							
								 
						
							
								15dcc77909 
								
							 
						 
						
							
							
								
								Add jpeg examples for 160x128 display  
							
							
							
						 
						
							2017-07-15 23:39:57 +01:00  
				
					
						
							
							
								 
						
							
								399411312c 
								
							 
						 
						
							
							
								
								Fix date over-write bug  
							
							... 
							
							
							
							Also text over-write during bootup 
							
						 
						
							2017-04-27 23:56:38 +01:00  
				
					
						
							
							
								 
						
							
								40d35b1892 
								
							 
						 
						
							
							
								
								Examples menu now based on resolution  
							
							... 
							
							
							
							Reference to particular drivers in examples have been removed as
multiple display drivers are now supported.
Tabs replaced by spaces in header file by file editor.
RPi TFT with write strobe SPI clock rate dropped to 20MHz (display
cannot cope with new high rate siWriteBlock() function) 
							
						 
						
							2017-04-24 22:35:11 +01:00  
				
					
						
							
							
								 
						
							
								086e52804f 
								
							 
						 
						
							
							
								
								Add Jpeg rendering example  
							
							
							
						 
						
							2017-03-27 19:40:17 +01:00  
				
					
						
							
							
								 
						
							
								4f8029b096 
								
							 
						 
						
							
							
								
								Added support for RPi TFT  
							
							... 
							
							
							
							16 bit serial based ILI9486 supported 
							
						 
						
							2017-03-24 23:23:35 +00:00  
				
					
						
							
							
								 
						
							
								4d0488a906 
								
							 
						 
						
							
							
								
								Update screenshot client and server sketches  
							
							... 
							
							
							
							Server can now provide a filepath/name,  define saved image file type
and specify filename extension method.  Max number of images saved by
client per session limited to 1000. A pause/run button has been added. 
							
						 
						
							2017-03-13 02:31:59 +00:00  
				
					
						
							
							
								 
						
							
								d89b72f93c 
								
							 
						 
						
							
							
								
								Update custom font example  
							
							
							
						 
						
							2017-03-12 01:20:24 +00:00  
				
					
						
							
							
								 
						
							
								189a390f34 
								
							 
						 
						
							
							
								
								Correct red blue colour swap  
							
							
							
						 
						
							2017-03-12 01:10:29 +00:00  
				
					
						
							
							
								 
						
							
								abd9451048 
								
							 
						 
						
							
							
								
								Added custom font example  
							
							
							
						 
						
							2017-03-11 12:59:45 +00:00  
				
					
						
							
							
								 
						
							
								c5ccfec618 
								
							 
						 
						
							
							
								
								Replace file with correctly named one  
							
							
							
						 
						
							2017-03-10 19:19:30 +00:00  
				
					
						
							
							
								 
						
							
								c3003a0b7a 
								
							 
						 
						
							
							
								
								Remove file with name error  
							
							
							
						 
						
							2017-03-10 19:18:57 +00:00  
				
					
						
							
							
								 
						
							
								406aac051e 
								
							 
						 
						
							
							
								
								Update to screenshot sketches + others  
							
							... 
							
							
							
							Minor tweaks and re-arrangement of User and Custom font references
between header files 
							
						 
						
							2017-03-10 19:16:31 +00:00  
				
					
						
							
							
								 
						
							
								7fd7ab59f5 
								
							 
						 
						
							
							
								
								Correct typo  
							
							
							
						 
						
							2017-03-01 00:13:54 +00:00  
				
					
						
							
							
								 
						
							
								3314530bbb 
								
							 
						 
						
							
							
								
								Add processing screenshot viewer  
							
							
							
						 
						
							2017-02-28 22:13:16 +00:00  
				
					
						
							
							
								 
						
							
								747931266b 
								
							 
						 
						
							
							
								
								Example update now complete  
							
							
							
						 
						
							2017-02-25 02:14:17 +00:00  
				
					
						
							
							
								 
						
							
								b7315803f4 
								
							 
						 
						
							
							
								
								Update examples  
							
							... 
							
							
							
							Now compatible with ESP8266 
							
						 
						
							2017-02-24 21:00:40 +00:00  
				
					
						
							
							
								 
						
							
								d383521144 
								
							 
						 
						
							
							
								
								Correct search and replace error!  
							
							
							
						 
						
							2017-02-22 23:02:33 +00:00  
				
					
						
							
							
								 
						
							
								e1b2959577 
								
							 
						 
						
							
							
								
								First draft release  
							
							... 
							
							
							
							Not yet fully tested but seems to work OK! 
							
						 
						
							2017-02-22 03:07:17 +00:00