Adafruit-ST7735-Library/README.txt

27 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2012-01-29 19:43:18 +01:00
This is a library for the Adafruit 1.8" SPI display.
This library works with the Adafruit 1.8" TFT Breakout w/SD card
----> http://www.adafruit.com/products/358
2014-09-05 22:18:28 +02:00
The 1.8" TFT shield
----> https://www.adafruit.com/product/802
The 1.44" TFT breakout
----> https://www.adafruit.com/product/2088
as well as Adafruit raw 1.8" TFT display
2012-01-29 19:43:18 +01:00
----> http://www.adafruit.com/products/618
2014-09-05 22:18:28 +02:00
2012-01-29 19:43:18 +01:00
Check out the links above for our tutorials and wiring diagrams.
These displays use SPI to communicate, 4 or 5 pins are required
to interface (RST is optional).
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
2012-01-29 19:43:18 +01:00
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
2012-01-29 19:43:18 +01:00
MIT license, all text above must be included in any redistribution
To 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.
2012-01-29 19:43:18 +01:00
Place 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
Also requires the Adafruit_GFX library for Arduino.