• Color 320x240 TFT Touchscreen, ILI9341 Controller Chip

This 320x240 color TFT display is recommended for use with Teensy 3.2, for high resolution color graphics.

It can be used with the Adafruit_ILI9341 library or Optimized ILI9341 library.

ILI9341_t3 supports large high-res fonts. A library of additional fonts is available, as well as huge collection of Google fonts.

There's also an alternate https://forum.pjrc.com/threads/39804-ILI9341-font-builder, in addition to ttf_to_ili9341.pl.

Two alternate optimized libraries are available, from Frank B and KurtE.

The XPT2046 touch controller can be read with this XPT2046_Touchscreen library.


Teensy 3.2 and purple test board are not included with this 

Connections

ILI9341 Pin Teensy 3.x
Standard
Teensy 3.x
Audio Board
Notes
VCC VIN VIN Power: 3.6 to 5.5 volts
GND GND GND  
CS 10 21 Alternate Pins: 9, 15, 20, 21
RESET +3.3V +3.3V  
D/C 9 20 Alternate Pins: 10, 15, 20, 21
SDI (MOSI) 11 (DOUT) 7  
SCK 13 (SCK) 14  
LED VIN VIN Use 100 ohm resistor
SDO (MISO) 12 (DIN) 12  
T_CLK 13 (SCK) 14  
T_CS 8 8 Alternate: any digital pin
T_DIN 11 (DOUT) 7  
T_DO 12 (DIN) 12  
T_IRQ - - not normally used

 

Caution: Use only 3.3V signals with this display. CS, D/C, SDI, SCK, T_CLK, T_CS, T_DIN are NOT 5 volt tolerant. We recommend using this display only with Teensy 3.2. It should not be used with 5V boards like Teensy 2.0 and Arduino Uno.

We do not recommend using the SD card socket on this display. It does not work, but this hardware modification may be able to get it working.

Usage With Audio Board Connections

To use the ILI9341 display with the Audio Board, connect the signals using the alternate pins shown above.

For use with the Teensy 3.x optimized library, use this 6 pin constructor code.

 

// For optimized ILI9341_t3 library
#define TFT_DC      20
#define TFT_CS      21
#define TFT_RST    255  // 255 = unused, connect to 3.3V
#define TFT_MOSI     7
#define TFT_SCLK    14
#define TFT_MISO    12
ILI9341_t3 tft = ILI9341_t3(TFT_CS, TFT_DC, TFT_RST, TFT_MOSI, TFT_SCLK, TFT_MISO);

For use with Adafruit's original ILI9341 library, in setup() before calling TFT.begin(), use SPI.setMOSI(7) and SPI.setSCK(14) to configure the SPI library for these alternate pins.

 

// For Adafruit's ILI9341 library
#define TFT_DC  20
#define TFT_CS  21
Adafruit_ILI9341 tft = Adafruit_ILI9341(TFT_CS, TFT_DC);

void setup() {
  SPI.setMOSI(7);
  SPI.setSCK(14);
  tft.begin();

Dimensions

The active screen area is approximately 2.8 inches diagonal.

High-Res Fonts

Many additional fonts are available in this library of additional fonts and Frank's huge collection of Google fonts.

All fonts are available in these sizes: 8, 9, 10, 11, 12, 13, 14, 16, 18, 20, 24, 28, 32, 40, 48, 60, 72, 96

These images are only a small sample of the many fonts available:

 

Write a review

Please login or register to review

Color 320x240 TFT Touchscreen, ILI9341 Controller Chip

  • Brand: PJRC
  • Product Code:PJRC-Color-TFT-Touch
  • Reward Points:26
  • Availability:In Stock
  • रo 2,902.80
  • रo 2,539.36

  • Ex Tax:रo 2,152.00
  • Price in reward points:2560

  • 6 or more रo 2,891.00
  • 10 or more रo 2,879.20
  • 30 or more रo 2,867.40
  • 55 or more रo 2,855.60

Related Products

Headers - Female

Headers - Female

Single row of 40-holes, female header. Can be cut to size with a pair of wire-cutters. Standard .1" ..

रo 8.26 रo 10.62 Ex Tax:रo 7.00

Teensy++ 2.0

Teensy++ 2.0

The Teensy++ USB Development Board is a complete USB-based microcontoller development system. Only a..

रo 2,781.26 रo 2,578.30 Ex Tax:रo 2,357.00

Teensy LC - Development Board

Teensy LC - Development Board

Teensy-LC (Low Cost) is a powerful 32 bit microcontroller board, with a rich set of hardware periphe..

रo 1,450.22 रo 1,408.92 Ex Tax:रo 1,229.00

Teensy 3.2

Teensy 3.2

Teensy 3.2 features a 32 bit ARM processor. Teensy 3.2 is a direct, 100% compatible replacement ..

रo 2,041.40 रo 2,365.90 Ex Tax:रo 1,730.00

Teensy 3.5

Teensy 3.5

Teensy is a microcontroller development board used for building all sorts of awesome DIY electronic ..

रo 2,280.94 रo 2,749.40 Ex Tax:रo 1,933.00

Teensy 3.6

Teensy 3.6

Teensy is a microcontroller development board used for building all sorts of awesome DIY electronic ..

रo 2,881.56 रo 3,392.50 Ex Tax:रo 2,442.00

3.5 inch TFT Touch Screen LCD Module Display with PCB Adapter for Arduino Diy Kit

3.5 inch TFT Touch Screen LCD Module Display with PCB Adapter for Arduino Diy Kit

    This small 3.5-inch touch screen module is designed specially for Arduino UNO. This ..

रo 2,098.04 Ex Tax:रo 1,778.00

FireBeetle OSD Character Overlay Module

FireBeetle OSD Character Overlay Module

OSD is the abbreviation of On-screen Display, this is a screen menu adjustment display technology to..

रo 987.66 रo 1,137.52 Ex Tax:रo 837.00

Adafruit 5379 Turing Complete Labs 10 Digit Monochrome LCD Display - STEMMA QT / Qwiic

Adafruit 5379 Turing Complete Labs 10 Digit Monochrome LCD Display - STEMMA QT / Qwiic

Those crisp digital displays from your calculator can now be incorporated into your next project wit..

रo 2,785.98 Ex Tax:रo 2,361.00

Tags: Color, 320x240, TFT Display, ILI9341, Controller, Chip, Touchscreen

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments