Nothing Special   »   [go: up one dir, main page]

tft320qvt 9341

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Help

Category:TFT LCDs
From ElectroDragon
(Redirected from TFT LCD)

Contents
◾ 1 Controller
◾ 2 Datasheet
◾ 3 Specification
◾ 3.1 EDL LCDs
◾ 3.2 EDS SPI LCDs
◾ 4 Pins Definition and Wiring
◾ 4.1 EDL
◾ 4.2 EDS SPI LCDs
◾ 5 Dimensions
◾ 6 Hardware Design
◾ 6.1 Schematic
◾ 7 Software
◾ 7.1 Demo Video
◾ 7.2 Code
◾ 7.3 Other tools
◾ 8 Large size Vendor LCDs
◾ 9 Obsolete

Controller
◾ DBI = Data bus interface = 8-bits, 9-bits, 16-bts, 18-bits interface with 8080-series MCU,
◾ RGB = 6-bits, 16-bits, 18-bits RGB interface with graphic controller
◾ SPI = 3-line / 4-line serial interface

Output
RPI
Controller Size Resolution Application Input Interface to MCU connection to Arduino
Linux
LCD
at070tn90, etc, RPI 5in parallel(DBI?) / HDMI-IN github LCD
RTD2660H 7in TTL_FPC / LVDS ?
7in LCD shield (up to 1.2?) / VGA / AV show
ST7735 1.8in SPI LCD DBI / SPI UTFT, ADLIB
ILI9325
SPI LCD, 2.2in RPI
ILI9340 (old) 2.2in DBI / RGB / SPI UTFT, ADLIB
HAT
2.2, 2.4, SPI LCD, 2.4/3.2in RPI
ILI9341 320x240 DBI / RGB / SPI UTFT, ADLIB
2.8, 3.2 HAT
ILI9481 / ILI9486 / arduino 3.5 shield, RPI compatible with
3.5, 4.0, 320x480 DBI / RGB / SPI
ILI9488 3.5in ILI9341
HX8352
HX8357 3.5in 3.5in RPI HAT ADLIB
SSD1289
SSD1963 800x400 RGB
S6D1121
OTM8009A 3.97in 800x400
R61581 4.0in 320x480

Touch

◾ STMPE610 Touch output SPI, input X+ X- Y+ Y-


◾ XPT2046
◾ ads7843 (http://www.electrodragon.com/wp-content/uploads/2011/12/ads7843.zip)

Datasheet
ILIxxxx

◾ ILI9481
◾ ILI9341 (datasheet)
◾ ILI9325

SSDxxxx

◾ SSD1289 (http://www.electrodragon.com/wp-content/uploads/2011/12/SSD1289_1_3.zip)
◾ SSD1963

HXxxxx

◾ HX8352 app note

S6D1121

◾ S6D1121

RTD2660 SCH

◾ RTD2660H SCH
◾ RTD2660H SCH 02
◾ RTD2660H SCH 03

Specification
EDL LCDs

◾ All LCDs are 16bit parallel data

Size / resolution / color Driver


2.4 - 320*240 - 65K ILI9341 <- ILI9325 (New V2.1) <- S6D1121 (Old V1.2)
3.2 - 320*240 - 65K ILI9341 (TFT_320QVT_9341) <- SSD1289 (TFT_320QVT)
3.2-W - 400*240 - 262K (discountined) HX8352
4.3 - 480*272 - 16M SSD1963
5.0 - 800*480 - 16M SSD1963
7.0 - 800*480 - 16M SSD1963

◾ Module the user through the back of the PCB J3 pad set 8/16 bit interface, shorting J3 pad module in 16-bit mode, not less then work in 8-bit mode,
module shipments default OPEN, which is shippedThe default is 8-bit interface, 8-bit mode, only 8 (DB8-DB15, DB0-DB7 ground or to unsettled to
connect). 8-bit interface occupied IO than 16 interface occupied IO to 8 less, but more slowly, 16-bit interface occupied IO 8 more, but faster).

EDS SPI LCDs

Size / resolution Controller


1.8 - 128*160 ST7735
2.2 - 320*240 262K/65K ILI9341
2.4 - 320*240 ILI9341
2.8 - 320*240 ILI9341

Pins Definition and Wiring


EDL

EDL 2.4 pins EDL 3.2 pins

◾ Extra VCC, GND, LEDA (LED back light) also need to connect
◾ LED_A Pins for the back light of the screen, max volt at 3.2V, connect 20ohm for 3.3V, and 500ohm for 5V, as a current limited purpose.
LCDs Pins Description Touch Pin Description SD Card Pin Description
RS Data / Command D_CLK Clock SD_SCK Clock pin
WR Write D_CS Chip Select SD_DIN Data in
RD Read D_DIN Data in SD_CS Chip select
CS Chip Select D_DOUT Data out SD_DOUT Data out
RST Reset D_PENIRQ Interruppt
D0-D15 Data Pin

EDS SPI LCDs

◾ Extra wiring for arduino

Common
Name Description Display Pin Arduino Pin Discription
Connection
SCK Serial Clock (SPI) D13 LEDA V3.3 Back light
DO Data out, MISO (NA for 1.8 LCD) D12 (optional) VCC VCC VCC
DI (SDA for GND GND GND
Data in, MOSI D11
1.8) Reset 16 - A2 reset
CS Chip select, setup this in the head of your arduino sketch D10 CS 17 - A3 chip select
D/C, Command/Data switch, setup this in the head of your arduino WR 18 - A4 Write register
AO D9
sketch
RS 10 - A5 Register select
Reset reset pin D8
VCC power supply, can use 5V or 3.3V, on board regulator LDO VCC
GND power ground GND
LED backlight 3V (actually 3.2V, can add 5ohm resistor in serial) -

◾ All the pins must be connected, if not connect, it won't work (Athough not all the pins are defined in the arduino sketch).
◾ All the pins power/logic should be 3.3V, include LCD back light.
◾ LCD power supply can be 5V, on board LDO regulator
◾ 1.8 can use 5V for test, the rest can not do
Dimensions

EDL 3.2in Wide LCD EDL 3.2in LCD EDL 2.4in LCD EDL 7.0in LCD EDL 5.0in LCD EDS 1.8in SPI LCD

EDS 2.2in SPI LCD EDS 2.4in SPI LCD EDS 2.4in SPI LCD EDS 2.8in SPI LCD 1.8in SPI LCD R2 2.4in SPI LCD R2
(N/A) (N/A)

3.2in SPI LCD R2


(N/A)

Hardware Design
Schematic

EDS 1.8in and 2.2in EDS 2.4in SPI LCD EDS 2.8in SPI LCD EDS 1.8 SPI TFT LCD 3.5in Arduino LCD HY-TFT320
SPI LCD SCH SCH SCH (old) shield

◾ HY-TFT320: File:HY-TFT320 schematics.pdf


◾ For 1.8 SPI TFT LCD, JP1 is the power level selector, short connecting it when you supply the power with 3.3V

Software
Demo Video

◾ Demo video with displaytext sketch test. (1.8 LCD) (http://www.youtube.com/watch?v=6DH7ljxuD3k)


◾ Demo video with ILI9341 sketch (2.2 LCD) (Pro mini 3v3/8M) (http://youtu.be/f45CYMsevL4)
◾ Demo video with ILI9341 (2.2 LCD) with arduino UNO and logic shifter (https://www.youtube.com/watch?v=c2npSZgvVh4)
◾ 2.2 LCD working with Beaglebone, code supported (provided by kind customer:) (https://www.youtube.com/watch?
v=0nE2QpSg3aY&feature=youtu.be)

Code

◾ Arduino official TFT library (in arduino IDE)


◾ UTFT library, not yet tested (Arduino library)
◾ Adafruit library (https://github.com/adafruit/), use library Adafruit_GFX and Adafruit_ST7735
◾ File:Raw LCD datasheet EDS2.4.pdf
3.5in arduino library

◾ 3.5 LCD examples - These examples also available in the library (TFTLCD) in the link below
◾ 3.5_LCD_library_and_SD_example.zip

Other demo code

◾ C51_Demo_STC12LE5A60S2.zip
◾ STM32_Demo_STM32F103RCT6.zip
◾ Other image tools (a few in Chinese)

Demo Code STM32 C51 ILI9341

◾ C51 demo code 2.8


◾ STM32 demo code 2.8

AVR code for ITDB02

◾ AVR Demo code (http://www.electrodragon.com/wp-content/uploads/2011/12/TFT240320-demo.zip)


◾ AVR SD card demo code (http://www.electrodragon.com/wp-content/uploads/2011/12/demo_sd.zip)

Arduino Code - Quick Test Code

◾ Quick start up demo code for ITDB-02 3.2 16 bit LCD version (http://www.electrodragon.com/wp-content/uploads/2012/07/TFT3_2_Mega_Demo.zip)
◾ Quick start up Demo code for ITDB-02 2.4 8 bit LCD version (http://www.electrodragon.com/wp-
content/uploads/2012/05/TFT01_8Bit_For_Arduino.zip)
◾ Display Touch screen test code (http://www.electrodragon.com/wp-content/uploads/2012/05/TFTTouch.zip)
◾ Arduino UTFT library here (http://henningkarlsen.com/electronics/library.php?id=39)
◾ 8 bit ITDB 02 Graph library (http://www.electrodragon.com/wp-content/uploads/2012/05/ITDB02_Graph.zip) for our 2.4 8bit display.

◾ 3.2 Bare(withou PCB) LCD datasheet


◾ 2.4 Bare LCD Schematic (not PCB)
◾ UTFT Library from here. (http://www.henningkarlsen.com/electronics/library.php?id=51)

Other tools

◾ font.rar (http://www.electrodragon.com/wp-content/uploads/2011/12/font.rar)

More materials

◾ TFT32 Material (http://www.electrodragon.com/wp-content/uploads/2012/07/TFT32_material.zip)

Large size Vendor LCDs


Header text Header text Header text
at070tn90 at070tn92 WVGA innolux digital, parallel 8-bit RGB, FPC
N070ICG-LD1 7.0" 1280*800 IPS Innolux 39 pins LVDS (1 ch, 8-bit)
PDC32MC6L-0101 3.2in EDL LCD Chimei

Obsolete
Pin definition of EDL 160x128 1.8 SPI LCD

Pins Name Description Common Connecting to Arduino Pin


GND Power Ground - GND
VCC Power VCC - 5V
NC...NC NC1, NC2, NC3 - NC
Reset Reset LCD reset pin Pin 8
A0 D/C - Pin 9
SDA SDA LCD data input/slave input Pin 11 (MOSI of arduino)
SCK SCK Clock Pin Pin 13
CS CS Chip Select of LCD Pin 10
SD_SCK - - -
SD_MISO - - -
SD_MOSI - - -
SD_CS - - -
LED+ LED+ LED VCC 3.3V
LED- LED- LED GND GND
◾ Reference Setup link 1 by simtronyx.de (http://blog.simtronyx.de/en/a-1-8-inch-tft-color-display-hy-1-8-spi-and-an-arduino/) and link 2 by
benbarbour.com (http://www.benbarbour.com/arduinolcd)

Discountined Boards TFT01

2.4‘’ TFT LCD TFT-01 ITDB02-TFT Front ITDB02-TFT HY32D (w/o SD slot)
Interface

Wiring with MCS 51 wiring with arduino

◾ Reference this PDF (http://www.electrodragon.com/wp-content/uploads/2011/12/ITDB02_Graph16_Requirements.pdf)

This category currently contains no pages or media.

Retrieved from "http://www.electrodragon.com/w/index.php?title=Category:TFT_LCDs&oldid=19953"

Category: LCDs

◾ This page was last modified on 25 June 2018, at 09:25.

You might also like