source: rtos_arduino/trunk/arduino_lib/libraries/TFT/extras/README.md@ 136

Last change on this file since 136 was 136, checked in by ertl-honda, 8 years ago

ライブラリとOS及びベーシックなサンプルの追加.

File size: 1005 bytes
Line 
1TFT Library
2============
3
4An Arduino library for the Arduino TFT LCD screen.
5
6This 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.
7The 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.
8
9Onboard the screen is a SD card slot, which can be used through the SD library.
10
11The TFT library relies on the SPI library for communication with the screen and SD card, and needs to be included in all sketches.
12
13https://github.com/adafruit/Adafruit-GFX-Library
14https://github.com/adafruit/Adafruit-ST7735-Library
15http://arduino.cc/en/Reference/SD
16http://arduino.cc/en/Reference/SPI
17
18http://arduino.cc/en/Reference/TFTLibrary
Note: See TracBrowser for help on using the repository browser.