source: rtos_arduino/trunk/arduino_lib/libraries/TFT/extras/Adafruit-README.txt@ 136

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

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

File size: 1.1 KB
Line 
1This is a library for the Adafruit 1.8" SPI display.
2This library works with the Adafruit 1.8" TFT Breakout w/SD card
3 ----> http://www.adafruit.com/products/358
4as well as Adafruit raw 1.8" TFT display
5 ----> http://www.adafruit.com/products/618
6
7Check out the links above for our tutorials and wiring diagrams.
8These displays use SPI to communicate, 4 or 5 pins are required
9to interface (RST is optional).
10Adafruit invests time and resources providing this open source code,
11please support Adafruit and open-source hardware by purchasing
12products from Adafruit!
13
14Written by Limor Fried/Ladyada for Adafruit Industries.
15MIT license, all text above must be included in any redistribution
16
17To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_ST7735. Check that the Adafruit_ST7735 folder contains Adafruit_ST7735.cpp and Adafruit_ST7735.
18
19Place the Adafruit_ST7735 library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE
20
21Also requires the Adafruit_GFX library for Arduino.
Note: See TracBrowser for help on using the repository browser.