Skip to content

Commit b91bae5

Browse files
author
Federico Fissore
committed
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
1 parent 743cd77 commit b91bae5

File tree

16 files changed

+19
-19
lines changed

16 files changed

+19
-19
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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.
44

55
For more information about this library please visit us at
6-
http://arduino.cc/en/Reference/TFTLibrary
6+
http://www.arduino.cc/en/Reference/TFTLibrary
77

88
== License ==
99

examples/Arduino/TFTBitmapLogo/TFTBitmapLogo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
Created 19 April 2013 by Enrico Gueli
1717
18-
http://arduino.cc/en/Tutorial/TFTBitmapLogo
18+
http://www.arduino.cc/en/Tutorial/TFTBitmapLogo
1919
2020
*/
2121

examples/Arduino/TFTColorPicker/TFTColorPicker.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Created 15 April 2013 by Scott Fitzgerald
1212
13-
http://arduino.cc/en/Tutorial/TFTColorPicker
13+
http://www.arduino.cc/en/Tutorial/TFTColorPicker
1414
1515
*/
1616

examples/Arduino/TFTDisplayText/TFTDisplayText.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Created 15 April 2013 by Scott Fitzgerald
1313
14-
http://arduino.cc/en/Tutorial/TFTDisplayText
14+
http://www.arduino.cc/en/Tutorial/TFTDisplayText
1515
1616
*/
1717

examples/Arduino/TFTEtchASketch/TFTEtchASketch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Created 15 April 2013 by Scott Fitzgerald
1212
13-
http://arduino.cc/en/Tutorial/TFTEtchASketch
13+
http://www.arduino.cc/en/Tutorial/TFTEtchASketch
1414
1515
*/
1616

examples/Arduino/TFTGraph/TFTGraph.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Created 15 April 2013 by Scott Fitzgerald
1212
13-
http://arduino.cc/en/Tutorial/TFTGraph
13+
http://www.arduino.cc/en/Tutorial/TFTGraph
1414
1515
*/
1616

examples/Arduino/TFTPong/TFTPong.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Created by Tom Igoe December 2012
1313
Modified 15 April 2013 by Scott Fitzgerald
1414
15-
http://arduino.cc/en/Tutorial/TFTPong
15+
http://www.arduino.cc/en/Tutorial/TFTPong
1616
1717
*/
1818

examples/Esplora/EsploraTFTBitmapLogo/EsploraTFTBitmapLogo.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
Created 19 April 2013 by Enrico Gueli
1919
20-
http://arduino.cc/en/Tutorial/EsploraTFTBitmapLogo
20+
http://www.arduino.cc/en/Tutorial/EsploraTFTBitmapLogo
2121
2222
*/
2323

examples/Esplora/EsploraTFTColorPicker/EsploraTFTColorPicker.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Created 15 April 2013 by Scott Fitzgerald
1212
13-
http://arduino.cc/en/Tutorial/TFTColorPicker
13+
http://www.arduino.cc/en/Tutorial/TFTColorPicker
1414
1515
*/
1616

examples/Esplora/EsploraTFTEtchASketch/EsploraTFTEtchASketch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
1212
Created 15 April 2013 by Scott Fitzgerald
1313
14-
http://arduino.cc/en/Tutorial/EsploraTFTEtchASketch
14+
http://www.arduino.cc/en/Tutorial/EsploraTFTEtchASketch
1515
1616
*/
1717

examples/Esplora/EsploraTFTGraph/EsploraTFTGraph.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Created 15 April 2013 by Scott Fitzgerald
1212
13-
http://arduino.cc/en/Tutorial/EsploraTFTGraph
13+
http://www.arduino.cc/en/Tutorial/EsploraTFTGraph
1414
1515
*/
1616

examples/Esplora/EsploraTFTHorizon/EsploraTFTHorizon.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Created 15 April 2013 by Scott Fitzgerald
1212
13-
http://arduino.cc/en/Tutorial/EsploraTFTHorizon
13+
http://www.arduino.cc/en/Tutorial/EsploraTFTHorizon
1414
1515
*/
1616

examples/Esplora/EsploraTFTPong/EsploraTFTPong.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Created by Tom Igoe December 2012
1414
Modified 15 April 2013 by Scott Fitzgerald
1515
16-
http://arduino.cc/en/Tutorial/EsploraTFTPong
16+
http://www.arduino.cc/en/Tutorial/EsploraTFTPong
1717
1818
*/
1919

examples/Esplora/EsploraTFTTemp/EsploraTFTTemp.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
1414
Created 15 April 2013 by Scott Fitzgerald
1515
16-
http://arduino.cc/en/Tutorial/EsploraTFTTemp
16+
http://www.arduino.cc/en/Tutorial/EsploraTFTTemp
1717
1818
*/
1919

extras/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The TFT library relies on the SPI library for communication with the screen and
1212

1313
https://github.com/adafruit/Adafruit-GFX-Library
1414
https://github.com/adafruit/Adafruit-ST7735-Library
15-
http://arduino.cc/en/Reference/SD
16-
http://arduino.cc/en/Reference/SPI
15+
http://www.arduino.cc/en/Reference/SD
16+
http://www.arduino.cc/en/Reference/SPI
1717

18-
http://arduino.cc/en/Reference/TFTLibrary
18+
http://www.arduino.cc/en/Reference/TFTLibrary

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name=TFT
2-
version=1.0.2
2+
version=1.0.3
33
author=Arduino, Adafruit
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Allows drawing text, images, and shapes on the Arduino TFT graphical display. For all Arduino boards.
66
paragraph=This library is compatible with most of the TFT display based on the ST7735 chipset
77
category=Display
8-
url=http://arduino.cc/en/Reference/TFTLibrary
8+
url=http://www.arduino.cc/en/Reference/TFTLibrary
99
architectures=*

0 commit comments

Comments
 (0)