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:
@ -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 ==
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
Created 19 April 2013 by Enrico Gueli
|
||||
|
||||
http://arduino.cc/en/Tutorial/TFTBitmapLogo
|
||||
http://www.arduino.cc/en/Tutorial/TFTBitmapLogo
|
||||
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/TFTColorPicker
|
||||
http://www.arduino.cc/en/Tutorial/TFTColorPicker
|
||||
|
||||
*/
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/TFTDisplayText
|
||||
http://www.arduino.cc/en/Tutorial/TFTDisplayText
|
||||
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/TFTEtchASketch
|
||||
http://www.arduino.cc/en/Tutorial/TFTEtchASketch
|
||||
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/TFTGraph
|
||||
http://www.arduino.cc/en/Tutorial/TFTGraph
|
||||
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
Created 19 April 2013 by Enrico Gueli
|
||||
|
||||
http://arduino.cc/en/Tutorial/EsploraTFTBitmapLogo
|
||||
http://www.arduino.cc/en/Tutorial/EsploraTFTBitmapLogo
|
||||
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/TFTColorPicker
|
||||
http://www.arduino.cc/en/Tutorial/TFTColorPicker
|
||||
|
||||
*/
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/EsploraTFTEtchASketch
|
||||
http://www.arduino.cc/en/Tutorial/EsploraTFTEtchASketch
|
||||
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/EsploraTFTGraph
|
||||
http://www.arduino.cc/en/Tutorial/EsploraTFTGraph
|
||||
|
||||
*/
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/EsploraTFTHorizon
|
||||
http://www.arduino.cc/en/Tutorial/EsploraTFTHorizon
|
||||
|
||||
*/
|
||||
|
||||
|
@ -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
|
||||
|
||||
*/
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
Created 15 April 2013 by Scott Fitzgerald
|
||||
|
||||
http://arduino.cc/en/Tutorial/EsploraTFTTemp
|
||||
http://www.arduino.cc/en/Tutorial/EsploraTFTTemp
|
||||
|
||||
*/
|
||||
|
||||
|
@ -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
|
@ -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=*
|
||||
|
Reference in New Issue
Block a user