ili9341 2.2 and 2.4" Fast library for Arduino Uno, mini and nano
У вашего броузера проблема в совместимости с HTML5
** DOWNLOAD HERE **
http://forum.arduino.cc/index.php?topic=181679.msg1896208#msg1896208
This video shows an ILI9341 TFT working with arduino.
I modified the Adafruit library for speed. About 2.5x quicker than stock. Video shows demonstration and details on how to install.
Pinout is set by default to make easier installation.
Uses Hardware SPI.
DC - Arduino pin 9
CS - Arduino pin 10
SCLK - Arduino pin 13
MOSI - Arduino pin 11
If using SD card:
MOSI - Arduino pin 11 - Same as display
MISO - Arduino pin 12
SCLK - Arduino pin 13 - Same as display
SD, Chip Select - Configurable. Example shows change to pin 8.
Connections:
Both TFT's are not compatible with 5V logic SIGNALS
The Arduino on the Video runs at 3.3V which is by far the most reliable way to connect the displays or any other 3.3V device. Other methods include a CD4050 buffer or 10K resistors in Series. Search Arduino Forum for more details.
http://forum.arduino.cc/index.php?topic=181679.165.
Libraries:
The modified library does not take pinout arguments, therefore if using a previous sketch just delete the arguments as shown on the Video.
Post 191 contains the software shown on this video.
At this time the library is only compatible with the Uno, nano or mini versions of the arduino.