forked from adafruit/Adafruit_ILI9341
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
35 lines (23 loc) · 1.7 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This is a fork of the Adafruit_ILI9341 library for Arduino and combatible boards. The purpose of the fork is to:
1. Use of the ConnD_GFX library for TFT display
The library works with TFT displays that are equipped with ILI9341 chip.
This library will be used for the ConnDuino board projects. For more info about the board visit: www.connduino.com
DEPENDENCIES
=========================================================================
Requires the ConnD_GFX library.
INSTALLATION
=========================================================================
To download, click the DOWNLOAD ZIP button, uncompress and rename the uncompressed folder to "ConnD_ILI9341". Place the "ConnD_ILI9341" library folder to your arduino environment "<sketch folder>/libraries" subfolder. You can see, and even change, your <sketch folder> in the IDE under the menu File>Preferences. You may need to create the libraries subfolder if this is your first library. Restart the IDE.
ADAFRUIT_ILI9341 master, README
=========================================================================
This is a library for the Adafruit ILI9341 display products
This library works with the Adafruit 2.8" Touch Shield V2 (SPI)
----> http://www.adafruit.com/products/1651
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
products from Adafruit!
Written by Limor Fried/Ladyada for Adafruit Industries.
MIT license, all text above must be included in any redistribution