Commit Graph
75 Commits
Author SHA1 Message Date
Tony DiCola 7d70af32ff Update tftbmp example note to mention Arduino mega hardware SPI. 2014-07-22 22:35:12 -07:00
Tony DiCola d9b13dbda0 Fix #12 by sending rotated with/height limits to setAddrWindow instead of hardcoded values. 2014-07-22 16:57:31 -07:00
ladyada 318bb8356e fix for pushcolor 2014-04-30 12:56:09 -04:00
ladyada 162103b583 Merge branch 'master' of github.com:adafruit/TFTLCD-Library 2014-04-30 12:54:08 -04:00
ladyada 879c387a08 added ILI9341 check to tftbmp! 2014-04-30 12:53:37 -04:00
driverblock f775b97d86 Change Point to TSPoint
Someone changed the TouchScreen l;ibrary to define TSPoint instead of Point, but didn't update this example sketch
2014-03-24 17:05:10 -04:00
ladyada 286f81f96e TFTpaint for ili9341 fixed! 2014-03-18 14:35:33 -04:00
ladyada 391f1a503f rotation for ili9341 fixed and also now default 'upright' 2014-03-18 14:33:29 -04:00
ladyada 7fc3d6fb0a fix merge for readreg() and also, add ili9341 to graphicstest 2014-03-18 13:59:34 -04:00
ladyada 6bc43d3e67 Merge branch 'master' of github.com:adafruit/TFTLCD-Library
Conflicts:
	Adafruit_TFTLCD.cpp
	Adafruit_TFTLCD.h
2014-03-17 21:23:22 -04:00
ladyada b9d06458f5 add ILI9341 support - shield is no longer default (new shield has new library) 2014-03-17 21:20:57 -04:00
driverblock 1cf75baa9b Restored
Restored files mistakenly deleted
2013-09-07 17:47:22 -04:00
driverblock 4ccd1148b0 merge follies 2013-09-07 17:44:31 -04:00
driverblock c596e1aa7f Merge branch 'Due' 2013-09-07 17:43:26 -04:00
Phillip Burgess ffce7315b6 readPixel() working, more robust readID() 2013-07-15 13:51:42 -07:00
Phillip Burgess 2926bacdbc Fix for recent Adafruit_GFX change and PROGMEM kludges 2013-07-05 11:40:09 -07:00
Phillip Burgess b229812d29 Fix(?) for readID returning 0 2013-03-17 21:10:48 -07:00
Phillip Burgess e4b0fa892d Fixed PROGMEM string-printing issues 2012-11-21 16:51:07 -08:00
Phillip Burgess f74dd70f2c Partial Leonardo support, BMP examples working on Mega 2012-09-17 16:58:20 -07:00
Phillip Burgess 4e398c8eef Restored goTo() function for now 2012-09-03 11:54:10 -07:00
Phillip Burgess a857c4960f BMP fixes w/TFT breakout 2012-08-31 18:14:25 -07:00
ladyada d44a453e17 BMP drawing working with HX chipset 2012-07-04 13:11:27 -04:00
ladyada 2938be3d5a adjusted examples to check for HX type 2012-07-03 13:41:56 -04:00
ladyada 5cb1161bf8 Fixed HX rotation 2012-07-03 13:22:22 -04:00
ladyada 73f030d62e read it 2012-04-20 12:20:00 -04:00
ladyada 10e5109e61 added header #ifndef 2012-04-17 15:06:58 -04:00
ladyada 936e71a5f0 little typo for UNO's fixed. should be mega + uno ready now 2012-04-16 12:57:07 -04:00
ladyada 450a1929d9 updated shield Mega hardcoded pins - still working on the touchscreen 2012-04-16 12:50:24 -04:00
Paint Your Dragon ca4b16ac34 Tweaks for Adafruit_GFX 2012-04-09 20:53:28 -07:00
Paint Your Dragon ce39dff490 Removed glcdfont.c; now handled by GFX library 2012-04-05 19:57:20 -07:00
ladyada 7167fc5a02 init with id 2012-04-05 22:42:08 -04:00
ladyada df86262987 typo! 2012-04-05 22:34:20 -04:00
ladyada f891b23d38 should be all ready to go now 2012-04-05 22:32:35 -04:00
ladyada 33ad503675 now with basic HX8347G support (need to do optimized fillRect) 2012-04-04 22:56:14 -04:00
Ladyada 418ae2f913 last example to fix 2012-04-04 18:06:44 -04:00
Ladyada 7838b6dad8 more updates 2012-04-04 18:05:27 -04:00
Ladyada 949444204d fixed two more examples for new library name 2012-04-04 17:58:00 -04:00
Ladyada 115fc817ef refactored to use GFX, & 4 times faster for the fixed shield pinout! 2012-04-04 17:53:38 -04:00
Ladyada 8566cff258 Merge branch 'master' of github.com:adafruit/TFTLCD-Library 2012-03-30 10:38:52 -04:00
Ladyada 41f69a0d66 typo fixes 2012-03-30 10:38:37 -04:00
Paint Your Dragon 164456f6f5 Arduino 1.0 compliant 2011-12-02 23:46:39 -08:00
Ladyada 59e176c21a argh #ifdef typo. all good now 2011-08-24 14:04:49 -04:00
Ladyada 3bc51273a2 Added Mega support for the TFT shield 2011-08-23 19:32:30 -04:00
Ladyada 934226e5d2 recommented the TFT pinout changer 2011-07-20 18:37:10 -04:00
Ladyada afe10512ab fixed circles, added tests to example 2011-07-20 18:06:15 -04:00
Ladyada 18f10bb713 filled round rects, and color pickin' helper 2011-07-20 18:01:35 -04:00
Ladyada b20c0ea119 added round rectangle drawing 2011-07-20 16:54:52 -04:00
Ladyada c97a399067 triangles, filled and outlined 2011-07-13 15:47:42 -04:00
Ladyada 3090da8b2f fixed new width/height calls instead of const 2011-06-10 12:04:32 -04:00
Ladyada d0854b30db oops. misnamed! 2011-06-08 17:08:50 -04:00