1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-01 03:47:23 +03:00

Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191

This commit is contained in:
Federico Fissore
2015-05-20 17:10:06 +02:00
parent 026210564d
commit 9166828bfe
140 changed files with 167 additions and 167 deletions

View File

@ -3,7 +3,7 @@
This library enables an Arduino board to communicate with the Arduino TFT LCD screen. It simplifies the process for drawing shapes, lines, images, and text to the screen.
For more information about this library please visit us at
http://arduino.cc/en/Reference/TFTLibrary
http://www.arduino.cc/en/Reference/TFTLibrary
== License ==

View File

@ -15,7 +15,7 @@
Created 19 April 2013 by Enrico Gueli
http://arduino.cc/en/Tutorial/TFTBitmapLogo
http://www.arduino.cc/en/Tutorial/TFTBitmapLogo
*/

View File

@ -10,7 +10,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/TFTColorPicker
http://www.arduino.cc/en/Tutorial/TFTColorPicker
*/

View File

@ -11,7 +11,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/TFTDisplayText
http://www.arduino.cc/en/Tutorial/TFTDisplayText
*/

View File

@ -10,7 +10,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/TFTEtchASketch
http://www.arduino.cc/en/Tutorial/TFTEtchASketch
*/

View File

@ -10,7 +10,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/TFTGraph
http://www.arduino.cc/en/Tutorial/TFTGraph
*/

View File

@ -12,7 +12,7 @@
Created by Tom Igoe December 2012
Modified 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/TFTPong
http://www.arduino.cc/en/Tutorial/TFTPong
*/

View File

@ -17,7 +17,7 @@
Created 19 April 2013 by Enrico Gueli
http://arduino.cc/en/Tutorial/EsploraTFTBitmapLogo
http://www.arduino.cc/en/Tutorial/EsploraTFTBitmapLogo
*/

View File

@ -10,7 +10,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/TFTColorPicker
http://www.arduino.cc/en/Tutorial/TFTColorPicker
*/

View File

@ -11,7 +11,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/EsploraTFTEtchASketch
http://www.arduino.cc/en/Tutorial/EsploraTFTEtchASketch
*/

View File

@ -10,7 +10,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/EsploraTFTGraph
http://www.arduino.cc/en/Tutorial/EsploraTFTGraph
*/

View File

@ -10,7 +10,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/EsploraTFTHorizon
http://www.arduino.cc/en/Tutorial/EsploraTFTHorizon
*/

View File

@ -13,7 +13,7 @@
Created by Tom Igoe December 2012
Modified 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/EsploraTFTPong
http://www.arduino.cc/en/Tutorial/EsploraTFTPong
*/

View File

@ -13,7 +13,7 @@
Created 15 April 2013 by Scott Fitzgerald
http://arduino.cc/en/Tutorial/EsploraTFTTemp
http://www.arduino.cc/en/Tutorial/EsploraTFTTemp
*/

View File

@ -12,7 +12,7 @@ The TFT library relies on the SPI library for communication with the screen and
https://github.com/adafruit/Adafruit-GFX-Library
https://github.com/adafruit/Adafruit-ST7735-Library
http://arduino.cc/en/Reference/SD
http://arduino.cc/en/Reference/SPI
http://www.arduino.cc/en/Reference/SD
http://www.arduino.cc/en/Reference/SPI
http://arduino.cc/en/Reference/TFTLibrary
http://www.arduino.cc/en/Reference/TFTLibrary

View File

@ -1,9 +1,9 @@
name=TFT
version=1.0.2
version=1.0.3
author=Arduino, Adafruit
maintainer=Arduino <info@arduino.cc>
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
category=Display
url=http://arduino.cc/en/Reference/TFTLibrary
url=http://www.arduino.cc/en/Reference/TFTLibrary
architectures=*