Commit Graph
56 Commits
Author SHA1 Message Date
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
Ladyada d723ae0eb9 Sorta adding roundrects 2011-06-08 16:38:28 -04:00
Ladyada 8ed1df7bea Kinda started on roundrects 2011-06-08 16:38:10 -04:00
Ladyada 23f92b31a1 Load a bitmap example 2011-06-08 16:37:29 -04:00
Ladyada d06df75d29 Does check for correct shield config! 2011-06-07 17:47:31 -04:00
Ladyada 409ee5e8c4 now with better text and rotation handling! 2011-06-07 17:47:00 -04:00
Ladyada c792899657 TFT paint with correct touch pads for shield 2011-06-07 17:39:49 -04:00
Ladyada ae8c502f61 Demo better text handling and rotation in graphics test 2011-06-07 17:26:10 -04:00
Ladyada f6d0a609e2 Added rotation of all objects, this sketch tests it! 2011-06-07 17:18:47 -04:00
Ladyada 8fb4cda17b Updated touchscreen & tspaint 2011-03-23 14:31:47 -04:00
Ladyada 9f29d4fc3e lines now properly drawn, graphicstest updated with full 4 quadrant test 2011-03-23 13:33:53 -04:00
Ladyada 301e179fde optimized 'away' digitalWrite calls 2011-03-23 13:28:45 -04:00
Ladyada e068240057 Use masking instead of hardcoded pins 2011-03-23 13:19:22 -04:00
Ladyada f9a3d8c3f0 fixed line drawing bug with unsigned ints 2011-03-15 17:18:52 -04:00
Ladyada f56b15bede Clarified BMP format 2011-03-11 16:32:25 -05:00
Ladyada d62573ff58 Added BMP drawing sketch and example BMPs 2011-03-11 16:31:29 -05:00
Ladyada d47f6ec8d0 Added sync code to reset() and a variable for the rotation 2011-03-10 14:04:47 -05:00
Ladyada 6499cc904b Bitmap images for testing purposes 2011-03-09 16:43:04 -05:00
Ladyada ff3d3c7d39 Optimized pin twiddling for much faster drawing (50%!) and a goto(x,y) function 2011-03-09 16:42:44 -05:00
Ladyada 706b8f2882 Added Mega support on portA 2011-02-23 11:46:15 -05:00