a76d0d60dc 
								
							 
						 
						
							
							
								
								Raise version  
							
							
							
						 
						
							2018-07-06 18:49:23 +01:00  
				
					
						
							
							
								 
						
							
								51ed23af0f 
								
							 
						 
						
							
							
								
								Support ST7789 rotation offset and boards with no chip select  
							
							... 
							
							
							
							Other minor changes to tidy code up
Put back in ability to call init() multiple times in sketch 
							
						 
						
							2018-07-06 18:48:24 +01:00  
				
					
						
							
							
								 
						
							
								6c78430d9a 
								
							 
						 
						
							
							
								
								Merge pull request  #151  from per1234/fix-filename  
							
							... 
							
							
							
							Rename file to match #include directive 
							
						 
						
							2018-06-02 16:56:52 +01:00  
				
					
						
							
							
								 
						
							
								30c01c94ef 
								
							 
						 
						
							
							
								
								Rename file to match #include directive  
							
							... 
							
							
							
							Mismatch of case between filename and #include directive causes compilation to fail in case sensitive operating systems such as Linux. Rather than correct the filename in the #include directive I have chosen to change the filename to make it consistent with the other file of the similar name. A search indicates that this is also consistent with the official spelling of the font. 
							
						 
						
							2018-06-02 05:41:08 -07:00  
				
					
						
							
							
								 
						
							
								98c51c57a6 
								
							 
						 
						
							
							
								
								Raise version and update ReadMe  
							
							
							
						 
						
							2018-06-01 18:28:48 +01:00  
				
					
						
							
							
								 
						
							
								53119823f9 
								
							 
						 
						
							
							
								
								Add support for ST7789 display (240 x 240)  
							
							
							
						 
						
							2018-06-01 18:26:09 +01:00  
				
					
						
							
							
								 
						
							
								43abc3b975 
								
							 
						 
						
							
							
								
								Update to clarify ILI9488 is supported in parallel mode  
							
							... 
							
							
							
							In 4 wire SPI mode the ILI9488 is not supported as it needs 18 bit colours spread across 3 bytes. 
							
						 
						
							2018-06-01 01:10:46 +01:00  
				
					
						
							
							
								 
						
							
								f2686a9024 
								
							 
						 
						
							
							
								
								Try alternative drawLine for HX8357D display as noted in issue  #149  
							
							
							
						 
						
							2018-05-29 22:06:14 +01:00  
				
					
						
							
							
								 
						
							
								96a4df7214 
								
							 
						 
						
							
							
								
								Missing #define  
							
							
							
						 
						
							2018-05-29 00:24:20 +01:00  
				
					
						
							
							
								 
						
							
								4a52f5e685 
								
							 
						 
						
							
							
								
								Add ability to set ST7735 tab color from sketch  
							
							... 
							
							
							
							Use line is form:
tft.init(1);
or:
tft.init(INITR_REDTAB);
// Enumerated the configurations in library are:
#define INITR_GREENTAB
0x0
#define INITR_REDTAB    0x1
#define INITR_BLACKTAB  0x2
#define
INITR_GREENTAB2 0x3 // Use if you get random pixels on two edges of
green tab display
#define INITR_GREENTAB3 0x4 // Use if you get random
pixels on edge(s) of 128x128 screen
#define INITR_GREENTAB128 0x5 // Use
if you only get part of 128x128 screen in rotation 0 & 1
#define INITB
0xB 
							
						 
						
							2018-05-25 22:48:22 +01:00  
				
					
						
							
							
								 
						
							
								af5a193bad 
								
							 
						 
						
							
							
								
								Change to RGB as updated in  #143  
							
							
							
						 
						
							2018-05-20 22:33:43 +01:00  
				
					
						
							
							
								 
						
							
								a3107d7ed2 
								
							 
						 
						
							
							
								
								RGB instead of BRG as updated in  #143  
							
							
							
						 
						
							2018-05-20 22:31:54 +01:00  
				
					
						
							
							
								 
						
							
								002da5be97 
								
							 
						 
						
							
							
								
								Correct mirroring reported in  #143  
							
							
							
						 
						
							2018-05-19 20:01:11 +01:00  
				
					
						
							
							
								 
						
							
								1c48bf6f7e 
								
							 
						 
						
							
							
								
								Correct mirror reported in  #143  
							
							
							
						 
						
							2018-05-19 19:51:20 +01:00  
				
					
						
							
							
								 
						
							
								96916c2bce 
								
							 
						 
						
							
							
								
								Add SPIFFS BMP (bitmap) image file rendering example  
							
							
							
						 
						
							2018-05-01 16:44:41 +01:00  
				
					
						
							
							
								 
						
							
								47f890f212 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 20:07:06 +01:00  
				
					
						
							
							
								 
						
							
								92c5d41fa6 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 19:29:20 +01:00  
				
					
						
							
							
								 
						
							
								c9708aa155 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 19:28:42 +01:00  
				
					
						
							
							
								 
						
							
								92a21ac94b 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 19:24:15 +01:00  
				
					
						
							
							
								 
						
							
								9ffe3581d0 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 19:07:53 +01:00  
				
					
						
							
							
								 
						
							
								dcd547b062 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 19:06:55 +01:00  
				
					
						
							
							
								 
						
							
								a5952ead3e 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 19:05:19 +01:00  
				
					
						
							
							
								 
						
							
								4704d844d2 
								
							 
						 
						
							
							
								
								Update README.md  
							
							
							
						 
						
							2018-04-27 18:59:20 +01:00  
				
					
						
							
							
								 
						
							
								2acacb71a9 
								
							 
						 
						
							
							
								
								Update readme  
							
							
							
						 
						
							2018-04-27 18:56:31 +01:00  
				
					
						
							
							
								 
						
							
								151dd60913 
								
							 
						 
						
							
							
								
								Add ESP32 SDcard jpeg file rendering sketch  
							
							
							
						 
						
							2018-04-23 21:02:50 +01:00  
				
					
						
							
							
								 
						
							
								2a9f7030d8 
								
							 
						 
						
							
							
								
								Fix   #111  
							
							
							
						 
						
							2018-04-23 20:29:52 +01:00  
				
					
						
							
							
								 
						
							
								bdcbca43ec 
								
							 
						 
						
							
							
								
								Fix ePaper 1bpp width bug  
							
							
							
						 
						
							2018-04-23 20:13:33 +01:00  
				
					
						
							
							
								 
						
							
								235887d860 
								
							 
						 
						
							
							
								
								Update weather station example  
							
							... 
							
							
							
							Corrected jpeg render fn to handle any width image
Minor tweaks
Remove version number from sketch name, put in settings.h 
							
						 
						
							2018-04-23 20:05:50 +01:00  
				
					
						
							
							
								 
						
							
								54b3f0f63d 
								
							 
						 
						
							
							
								
								Add drawXBitmap() function and example  
							
							... 
							
							
							
							Example is in Generic folder, draw the Espressif logo on the screen. 
							
						 
						
							2018-04-23 17:16:18 +01:00  
				
					
						
							
							
								 
						
							
								6213de3ab9 
								
							 
						 
						
							
							
								
								Use direct write, fix bug for TFT_CS pin >31  
							
							
							
						 
						
							2018-04-22 20:38:55 +01:00  
				
					
						
							
							
								 
						
							
								235f89e755 
								
							 
						 
						
							
							
								
								Allow ESP32 pin numbers greater than 31 for CS and DC  
							
							
							
						 
						
							2018-04-21 22:49:17 +01:00  
				
					
						
							
							
								 
						
							
								eded971f9f 
								
							 
						 
						
							
							
								
								Raise minor issue  
							
							
							
						 
						
							2018-04-21 09:50:41 +01:00  
				
					
						
							
							
								 
						
							
								7cbf6fe048 
								
							 
						 
						
							
							
								
								Make some variables public  
							
							... 
							
							
							
							To allow access to variables that can be set via functions anyway. 
							
						 
						
							2018-04-21 09:50:41 +01:00  
				
					
						
							
							
								 
						
							
								4d181d7a19 
								
							 
						 
						
							
							
								
								Fix bug  #122  by different approach  
							
							
							
						 
						
							2018-04-21 09:50:41 +01:00  
				
					
						
							
							
								 
						
							
								3945a9776d 
								
							 
						 
						
							
							
								
								Merge pull request  #123  from Bodmer/revert-122-patch-1  
							
							... 
							
							
							
							Revert "Update Sprite.cpp" 
							
						 
						
							2018-04-12 02:28:10 +01:00  
				
					
						
							
							
								 
						
							
								71c06273c0 
								
							 
						 
						
							
							
								
								Revert "Update Sprite.cpp"  
							
							
							
						 
						
							2018-04-12 02:27:22 +01:00  
				
					
						
							
							
								 
						
							
								bff109a167 
								
							 
						 
						
							
							
								
								Merge pull request  #122  from rdts/patch-1  
							
							... 
							
							
							
							Update Sprite.cpp 
							
						 
						
							2018-04-12 01:56:15 +01:00  
				
					
						
							
							
								 
						
							
								bdc9821b7d 
								
							 
						 
						
							
							
								
								Add this->  
							
							
							
						 
						
							2018-04-12 01:55:38 +01:00  
				
					
						
							
							
								 
						
							
								82b749a93a 
								
							 
						 
						
							
							
								
								Update Sprite.cpp  
							
							... 
							
							
							
							Hi,
I found a bug.
_width and _height need to be initialized properly.
That is because they are used in drawString(). Lines 4118 and 4120 in TFT_eSPI.cpp. 
							
						 
						
							2018-04-11 19:12:33 +02:00  
				
					
						
							
							
								 
						
							
								1163817887 
								
							 
						 
						
							
							
								
								Update version  
							
							
							
						 
						
							2018-04-11 01:04:19 +01:00  
				
					
						
							
							
								 
						
							
								f56184e9cd 
								
							 
						 
						
							
							
								
								Add diagnostic sketches  
							
							... 
							
							
							
							Do not load button class is touch screen chip select not defined 
							
						 
						
							2018-04-11 01:03:26 +01:00  
				
					
						
							
							
								 
						
							
								aa81a4eab8 
								
							 
						 
						
							
							
								
								Correct issue  #115  
							
							
							
						 
						
							2018-04-06 22:44:31 +01:00  
				
					
						
							
							
								 
						
							
								f2c92fb75f 
								
							 
						 
						
							
							
								
								Free the memory in example!  
							
							
							
						 
						
							2018-04-03 01:09:10 +01:00  
				
					
						
							
							
								 
						
							
								1dd28f94fb 
								
							 
						 
						
							
							
								
								Update ReadMe  
							
							
							
						 
						
							2018-04-02 03:12:34 +01:00  
				
					
						
							
							
								 
						
							
								b21cdfac1a 
								
							 
						 
						
							
							
								
								Raise issue  
							
							
							
						 
						
							2018-04-02 02:55:25 +01:00  
				
					
						
							
							
								 
						
							
								ada678d76e 
								
							 
						 
						
							
							
								
								Added Waveshare ePaper support  
							
							... 
							
							
							
							Also added ability to push 1bpp bitmaps to a Sprite to support rendering
images on an EPaper screen.
Floyd-Steinberg dithering and basic graphics example added as first
ePaper demo. 
							
						 
						
							2018-04-02 02:53:42 +01:00  
				
					
						
							
							
								 
						
							
								d5f0812bbb 
								
							 
						 
						
							
							
								
								Fix touch issue  #114  
							
							... 
							
							
							
							Also had to mirror the coordinate transform. 
							
						 
						
							2018-04-01 16:37:53 +01:00  
				
					
						
							
							
								 
						
							
								7f98aeb63f 
								
							 
						 
						
							
							
								
								Bug fix for Issue  #114  
							
							... 
							
							
							
							The ESP32 now works OK with the RPi display. 
							
						 
						
							2018-04-01 15:27:10 +01:00  
				
					
						
							
							
								 
						
							
								d9d5625e48 
								
							 
						 
						
							
							
								
								Add 1 bpp examples  
							
							
							
						 
						
							2018-03-28 01:59:06 +01:00  
				
					
						
							
							
								 
						
							
								1f531523dd 
								
							 
						 
						
							
							
								
								Update ReadMe and raise version  
							
							
							
						 
						
							2018-03-26 01:16:00 +01:00