From cb3003082e7e140850071eba914c0b4347bc3bf1 Mon Sep 17 00:00:00 2001 From: Fede85 Date: Wed, 3 Jul 2013 16:25:45 +0200 Subject: TFT library to new format --- libraries/TFT/README.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 libraries/TFT/README.md (limited to 'libraries/TFT/README.md') diff --git a/libraries/TFT/README.md b/libraries/TFT/README.md deleted file mode 100644 index 8489a20..0000000 --- a/libraries/TFT/README.md +++ /dev/null @@ -1,18 +0,0 @@ -TFT Library -============ - -An Arduino library for the Arduino TFT LCD screen. - -This library enables an Arduino board to communicate with an Arduino TFT LCD screen. It simplifies the process for drawing shapes, lines, images, and text to the screen. -The Arduino TFT library extends the Adafruit GFX, and Adafruit ST7735 libraries that it is based on. The GFX library is responsible for the drawing routines, while the ST7735 library is specific to the screen on the Arduino GTFT. The Arduino specific additions were designed to work as similarly to the Processing API as possible. - -Onboard the screen is a SD card slot, which can be used through the SD library. - -The TFT library relies on the SPI library for communication with the screen and SD card, and needs to be included in all sketches. - -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://arduino.cc/en/Reference/TFTLibrary \ No newline at end of file -- cgit v1.2.3-18-g5258