sainsmart 3.2 tft lcd display tutorial made in china

SainSmart 3.2" TFT LCD Display is a LCD touch screen module. It has 40pins interface and SD card and Flash reader design. It is a powerful and mutilfunctional module for your project.The Screen include a controller SSD1289, it"s a support 8/16bit data interface , easy to drive by many MCU like STM32 ,AVR and 8051. It is designed with a touch controller in it . The touch IC is ADS7843 , and touch interface is included in the 40 pins breakout. It is the version of product only with touch screen and touch controller.

There is built-in SD card slot in the shield, so we can use it to upload images. But the images need to be converted RAW format first.You can use the tool here. SD libraries need to be preinstalled for displaying the image.

sainsmart 3.2 tft lcd display tutorial made in china

The 3.2 inch TFT LCD module is a special design for Raspberry Pi for portable application. It features a 3.2” display with 320x240 16bit color pixels and resistive touch screen. The LCD is well mated with Pi board and interface with Pi via the high speed SPI port, and support console, X windows, displaying images or video etc. It also provides 4 press buttons for user defined functions.

RPi LCD needs to use a SPI interface, but in the original image file of Raspberry Pi, the displayer is driven via a HDMI port. So the original image is not applicable for RPi LCD, and you should install the LCD driver to your Pi or use the Ready-to-use image file provided by Sainsmart,click here.

Download the LCD driver and extract it to your Raspbian OS (e.g. copy the driver to your Pi by sftpor using U disk). Then run the following command via putty:

This LCD can be calibrated using a program called xinput_calibrator which is pre-installed on the offer image. However, it was not pre-installed on original Raspbian OS. So in this case, you should get and install the program manually with

After running these commands, there will be a prompt for four-point calibration shown in the LCD screen. Click the points one by one to finish the touch calibration. Then, the new calibration data will be displayed in the terminal, as shows below. Please get these data for future use.

sainsmart 3.2 tft lcd display tutorial made in china

In this Arduino touch screen tutorial we will learn how to use TFT LCD Touch Screen with Arduino. You can watch the following video or read the written tutorial below.

For this tutorial I composed three examples. The first example is distance measurement using ultrasonic sensor. The output from the sensor, or the distance is printed on the screen and using the touch screen we can select the units, either centimeters or inches.

As an example I am using a 3.2” TFT Touch Screen in a combination with a TFT LCD Arduino Mega Shield. We need a shield because the TFT Touch screen works at 3.3V and the Arduino Mega outputs are 5 V. For the first example I have the HC-SR04 ultrasonic sensor, then for the second example an RGB LED with three resistors and a push button for the game example. Also I had to make a custom made pin header like this, by soldering pin headers and bend on of them so I could insert them in between the Arduino Board and the TFT Shield.

Here’s the circuit schematic. We will use the GND pin, the digital pins from 8 to 13, as well as the pin number 14. As the 5V pins are already used by the TFT Screen I will use the pin number 13 as VCC, by setting it right away high in the setup section of code.

I will use the UTFT and URTouch libraries made by Henning Karlsen. Here I would like to say thanks to him for the incredible work he has done. The libraries enable really easy use of the TFT Screens, and they work with many different TFT screens sizes, shields and controllers. You can download these libraries from his website, RinkyDinkElectronics.com and also find a lot of demo examples and detailed documentation of how to use them.

After we include the libraries we need to create UTFT and URTouch objects. The parameters of these objects depends on the model of the TFT Screen and Shield and these details can be also found in the documentation of the libraries.

So now I will explain how we can make the home screen of the program. With the setBackColor() function we need to set the background color of the text, black one in our case. Then we need to set the color to white, set the big font and using the print() function, we will print the string “Arduino TFT Tutorial” at the center of the screen and 10 pixels  down the Y – Axis of the screen. Next we will set the color to red and draw the red line below the text. After that we need to set the color back to white, and print the two other strings, “by HowToMechatronics.com” using the small font and “Select Example” using the big font.

Here’s that function which uses the ultrasonic sensor to calculate the distance and print the values with SevenSegNum font in green color, either in centimeters or inches. If you need more details how the ultrasonic sensor works you can check my particular tutorialfor that. Back in the loop section we can see what happens when we press the select unit buttons as well as the back button.

Ok next is the RGB LED Control example. If we press the second button, the drawLedControl() custom function will be called only once for drawing the graphic of that example and the setLedColor() custom function will be repeatedly called. In this function we use the touch screen to set the values of the 3 sliders from 0 to 255. With the if statements we confine the area of each slider and get the X value of the slider. So the values of the X coordinate of each slider are from 38 to 310 pixels and we need to map these values into values from 0 to 255 which will be used as a PWM signal for lighting up the LED. If you need more details how the RGB LED works you can check my particular tutorialfor that. The rest of the code in this custom function is for drawing the sliders. Back in the loop section we only have the back button which also turns off the LED when pressed.

In order the code to work and compile you will have to include an addition “.c” file in the same directory with the Arduino sketch. This file is for the third game example and it’s a bitmap of the bird. For more details how this part of the code work  you can check my particular tutorial. Here you can download that file:

sainsmart 3.2 tft lcd display tutorial made in china

I puzzled some hours with exactly the same hardware setup and made a quick & dirty, but successfully test script, combining LCD, Touch and SD Card Features.

sainsmart 3.2 tft lcd display tutorial made in china

3.2"inch TFT LCD Module Display Power than SainSmart w/Resistive Touch,Tutorial. 3.2"TFT LCD Display with Breakout Board andwith Resistive Touch Panel. 3.2"TFT LCD Display with Breakout Boardand with Capacitive Touch Panel. I t supports 8080 8-bit /9-bit/16-bit /18-bit parallel ,3-wire,4-wire serial spi interface.Built-in optional microSD card slot, optional. Description E R-TFTM032-3 is 240x320 dots 3.2" color tft lcd module display with ILI9341 controller board,superior display quality,super wide viewing angle and easily controlled by MCU such as 8051, PIC, AVR, ARDUINO,ARM and Raspberry PI.It can be used in any embedded systems,industrial device,security and hand-held equipment which requires display in high quality and colorful image. I t supports 8080 8-bit /9-bit/16-bit /18-bit parallel ,3-wire,4-wire serial spi interface.Built-in optional microSD card slot, optional 3.2 inch 4-wire resistive touch panel with controller XPT2046 an d 3.2 inch capacitive touch panel with controller FT6236 . It"s optional for font chip, flash chip and microsd card. W e offer two types connection,one is pin header and the another is ZIF connector with flat cable mounting on board by default and suggested. Lanscape mode is also available. O f course, we wouldn"t just leave you with a datasheet and a "good luck!".Here is the link for 3.2"TFT Touch Shield with Libraries, EXxamples.Schematic Diagram for Arduino Due,Mega 2560 and Uno . For 8051 microcontroller user,we prepared the detailed tutorial such as interfacing, demo code and Development Kit at the bottom of this page.3D drawing is available. 3.2 inch Series TFT Display L ist ↓ Display Part Number Description ER-TFT032-2(RTP) 3.2" TFT LCD 240x320 Pixels Display with Controller ic ILI9320 and Resistive Touch Panel ER-TFT032-3.1(RTP) 3.2" TFT LCD 240x320 Pixels Display with Controller ic ILI9341 and Resistive Touch Panel ER-TFT032-3.1(CTP) 3.2" TFT LCD 240x320 Pixels Display with Controller ic ILI9341 and Capacitive Touch Panel ER-TFT032A3-3(RTP) 3.2" TFT LCD 240x320 Pixels Display with Controller ic ST7789V and Resistive Touch Panel ER-TFT032A3-3(CTP) 3.2" TFT LCD 240x320 Pixels Display with Controller ic ST7789V and Capacitive Touch Panel ER-TFTM032-3(RTP) 3.2"TFT LCD Display with Breakout Board and with Resistive Touch Panel ER-TFTM032-3CTP) 3.2"TFT LCD Display with Breakout Board and with Capacitive Touch Panel W hat"s inc luded in the package ↓ Num Accessory Name Qty 1 3.2 inch TFT Display with Breakout Board 1 2 3.2" Resistive Touch Panel with controller XPT2046 1 * The touch panel is attached on the display by default. * We default pin header connection , 5V power supply and 4-wire serial interface .Please send message if you want FFC connection , 3.3V power supply and other interface , or buy from our own store [link removed by eBay] . O ptional Accessory List (Click the part number to buy accessories) ↓ Category Part Number Description Flash Chip W25Q128FVSG WINBOND (P/N:25Q128FVSG) 128M Bit Flash Chip MicroSD Card ER3297 New Original MicroSD (TF) 1GB Memory Card Font 1 ER3300-1 15X16 dots fonts chip,it supports Chinese,Japanese(compatible with Unicode) and 150 countries character Font 2 ER3301-1 11X12,15X16 dots fonts chip, it supports Chinese,ASCII and 150 countries character Font 3 ER3303-1 11X12 , 15X16 , 24X24 dots Chinese font, It supports GB2312,GB12345 and ASCII character, also compatible with Unicode Font 4 ER3304-1 12x12,16x16,24x24,32x32 dot matrix Chinese font, supporting GB2312 Simplified Chinese and ASCII * If choose the above accessories,we"ll mount on display by default except the flash chip. Ebay doesn"t allow listings to contain external links,so the documents link may be invalid. Please copy the below entire link to your browser for checking our documents(at the bottom of the page) or for bulk order. https://www.buydisplay.com/default/3-2-inch-capacitive-touchscreen-240x320-tft-lcd-module-display D atasheet - TFT LCD Display,Controller,Connector ↓ Format Documents Name (Downloadable) Version Language Update Date Size 3.2 inch 240x320 Dots Display with Adaptor Board Datasheet 2.0 English Jan-09-2016 709K Controller ILI9341 Datasheet 1.0 English Jul-02-2013 3.2M 40 Pins 1.00mm Pitch ZIF Connector Drawing 1.0 English Apr-19-2013 268K Datasheet - Touch Panel with its Controller IC,Connector ↓ Format Documents Name (Downloadable) Version Language Update Date Size 3.2 inch 4-Wire Resistive Touch Panel Drawing 1.0 English Jun-06-2016 302K Resistive Touch Panel Controller XPT2046 Datasheet 1.0 English May-08-2007 579K 3.2 inch Capacitive Touch Panel Outline Drawing 1.0 English Dec-02-2015 254K Capacitive Touch Panel Controller FT6236 Datasheet 1.0 English Jul-24-2014 674K Datasheet for Flash Memory,MicroSD Card Slot ↓ Format Documents Name (Downloadable) Version Language Update Date Size 128M-BIT Flash W25Q128FV Datasheet 1.0 English Oct-01-2012 1.0M MicoSD Card Slot Drawing 1.0 English Dec-12-2013 1.2M Datasheet for Font Chip ↓ Format Documents Name (Downloadable) Version Language Update Date Size Summary for Font Chip 1.0 English Aug-07-2013 133K ER3300-1 Datasheet 1.0 English May-08-2010 621K ER3301-1 Datasheet 1.0 English Mar-27-2014 2.0M ER3303-1 Datasheet 1.0 English Oct-01-2013 688K ER3304-1 Datasheet 1.0 English Apr-12-2013 935K T utorial - 8051 Microcontroller Demo Code,Interfacing,Development Board&Kit ↓ Format Documents Name (Downloadable) Version Language Update Date Size 3-Wire SPI,Touch Panel,Font Chip,Flash,MicroSD Demo Code 1.0 English Nov-28-2014 180K 4-Wire SPI,Touch Panel,Font Chip,Flash,MicroSD Demo Code 1.0 English Nov-28-2014 180K 8080 8-Bit,Touch Panel,Font Chip,Flash,MicroSD Demo Code 1.0 English Nov-28-2014 179K 8080 16-Bit,Touch Panel,Font Chip,Flash,MicroSD Demo Code 1.0 English Nov-28-2014 179K ER-TFTM032-3 Interfacing Document 1.0 English Aug-2014-23 176K 8051 Microcontroller Development Board & Kit for ER-TFTM032-3 N/A N/A N/A N/A Specification Gross Weight (kg)0.0760 ManufacturerEastRising Continuity SupplyWe promise the long term continuity supply for this product no less than 10 years since 2015. Part NumberER-TFTM032-3 Display Format240x320 Dots Interface8080 8-bit Parallel , 8080 16-bit Parallel , 3-Wire Serial SPI, 4-Wire Serial SPI IC or EquivalentILI9341 AppearanceRGB on Black Diagonal Size3.2” ConnectionPin Header, FFC-Connector Outline Dimension64.9W)x89.4(H)mm Visual Area48.60x64.80mm Active Area48.60(W)x64.80(H)mm Character SizeNo Dot (Pixel) SizeNo Dot (Pixel) Pitch0.2025x0.2025 IC PackageSMT Display TypeTFT-LCD Color Touch Panel OptionalYes Sunlight ReadableNo Response Time(Typ)25ms Contrast Ratio(Typ)500:1 Colors65K/262K Viewing Direction12:00 Viewing Angle RangeLeft:60.0 , Right:60.0 , Up:50.0 , Down:50.0 degree Brightness(Typ)280cd/m2 Backlight ColorWhite Color Backlight Current (Typ)120mA Power Supply(Typ)3.3V, 5V Supply Current for LCM(Max)130mA (Vdd=3.3V) 150mA (Vdd=5V) Operating Temperature-20℃~70℃ Storage Temperature-30℃~80℃ Series NumberER-TFT032-3 About Us We"re China-based global display manufacturer named EastRising Technology Co.,Ltd. that has a worldwide business in design, produce and sell various displays for small to large companies since 2003. Our web site is [link removed by eBay] . Link for video and image of our production line and equipment. RoHS reports for all material we used on display module. Long Term Continuity Supply Warranty We promise the long terms continuity supply and would never end.Some controller IC may stop the production,we"ll try our efforts to find the completely compatible ones.If the equivalent is unavailable, we¡¯ll make the new tooling and use the most similar IC as replacement.So you don"t have to worry even your research time is very long. Shipping Policy All products will be checked carefully and packed in good condition before shipping.We e-mail all customers with tracking information immediately after the shipment for status tracking. Item will be shipped within 1 business day after the payment has been received. Customs fees and import duties for exports are buyer"s responsibility. Warranty All products are covered under our limited warranty, which provides all products are free of functional defects for a period of one year from the date of receipt and all products are free of visual defects and missing parts for a period of 30 days from the date of receipt.If a product was damaged during shipping or the order is incorrect,you must notify us within 2 days of receipt. How to return a product First request an RMA number from our sales with the information:part number,reason for return,order number. Our sales will then either issue an RMA number, ask you for more information, or offer to help you resolve a technical problem so that the product does not need to be returned. Products must arrive here in the same condition as when you received them. You are responsible for return shipping and insurance.Please make sure your RMA number is on the shipping label and on any documents you include with the product. After we receive the product, we inspect it to determine the cause of any defect, then update by email with our findings. This process usually takes five business days.

sainsmart 3.2 tft lcd display tutorial made in china

SainSmart 3.2" TFT LCD Display is a LCD touch screen module. It has 40pins interface and SD card and Flash reader design. It is a powerful and mutilfunctional module for your project.The Screen include a controller SSD1289, it"s a support 8/16bit data interface , easy to drive by many MCU like STM32 ,AVR and 8051. It is designed with a touch controller in it . The touch IC is ADS7843 , and touch interface is included in the 40 pins breakout. It is the version of product only with touch screen and touch controller.

LCD-specified initialization code is provided, so that you can save time to optimize power control register and gamma curves for best display performance. We have test the provided code, it gives the best display performanace

In this Arduino touch screen tutorial we will learn how to use TFT LCD Touch Screen with Arduino. You can watch the following video or read the written tutorial below.

As an example I am using a 3.2” TFT Touch Screen in a combination with a TFT LCD Arduino Mega Shield. We need a shield because the TFT Touch screen works at 3.3V and the Arduino Mega outputs are 5 V. For the first example I have the HC-SR04 ultrasonic sensor, then for the second example an RGB LED with three resistors and a push button for the game example. Also I had to make a custom made pin header like this, by soldering pin headers and bend on of them so I could insert them in between the Arduino Board and the TFT Shield.

Here’s the circuit schematic. We will use the GND pin, the digital pins from 8 to 13, as well as the pin number 14. As the 5V pins are already used by the TFT Screen I will use the pin number 13 as VCC, by setting it right away high in the setup section of code.

I will use the UTFT and URTouch libraries made by Henning Karlsen. Here I would like to say thanks to him for the incredible work he has done. The libraries enable really easy use of the TFT Screens, and they work with many different TFT screens sizes, shields and controllers. You can download these libraries from his website, RinkyDinkElectronics.com and also find a lot of demo examples and detailed documentation of how to use them.

After we include the libraries we need to create UTFT and URTouch objects. The parameters of these objects depends on the model of the TFT Screen and Shield and these details can be also found in the documentation of the libraries.

So now I will explain how we can make the home screen of the program. With the setBackColor() function we need to set the background color of the text, black one in our case. Then we need to set the color to white, set the big font and using the print() function, we will print the string “Arduino TFT Tutorial” at the center of the screen and 10 pixels  down the Y – Axis of the screen. Next we will set the color to red and draw the red line below the text. After that we need to set the color back to white, and print the two other strings, “by HowToMechatronics.com” using the small font and “Select Example” using the big font.

Ok next is the RGB LED Control example. If we press the second button, the drawLedControl() custom function will be called only once for drawing the graphic of that example and the setLedColor() custom function will be repeatedly called. In this function we use the touch screen to set the values of the 3 sliders from 0 to 255. With the if statements we confine the area of each slider and get the X value of the slider. So the values of the X coordinate of each slider are from 38 to 310 pixels and we need to map these values into values from 0 to 255 which will be used as a PWM signal for lighting up the LED. If you need more details how the RGB LED works you can check my particular tutorialfor that. The rest of the code in this custom function is for drawing the sliders. Back in the loop section we only have the back button which also turns off the LED when pressed.

In order the code to work and compile you will have to include an addition “.c” file in the same directory with the Arduino sketch. This file is for the third game example and it’s a bitmap of the bird. For more details how this part of the code work  you can check my particular tutorial. Here you can download that file:

At this stage, any panel would need to connect either to the HDMI or VGA port. Although there is a dedicated TFT connector on the board it"s not currently available for use. Foundation hopes to sell/promote a tested TFT once all tht other stuff is done!

Yes it"s ST7735 based like the Adafruit ones. I"ve got one with an Sainsmart Arduino UNO from China, comes with the ST7735 code for the Arduino by LadyAda.

I have started a project writing framebuffer drivers for small TFT LCDs. I have written a helper module that greatly simplifies writing such a driver. That is if the display is RGB565 and uses SPI. I have ordered two more modules that I will try and make drivers for:

notro wrote:I have started a project writing framebuffer drivers for small TFT LCDs. I have written a helper module that greatly simplifies writing such a driver. That is if the display is RGB565 and uses SPI. I have ordered two more modules that I will try and make drivers for:

This link states that there are two revisions of the waveshares board: 2.1 and 1.1 with the difference being that 2.1 works outside of the box, yet 1.1 would need extra drivers to work properly. It also states that clones of this product are often 1.1 so my best guess is that SainSmart is also based off 1.1

The overall customer support of SainSmart is technically incapable but are generally nice people to deal with. My package got stuck in customs and I had to pay an extra 25 euro, even tho I had explicitly stated that it should be sent from Germany, because I know shit like this happens.

In recent time, China domestic companies like BOE have overtaken LCD manufacturers from Korea and Japan. For the first three quarters of 2020, China LCD companies shipped 97.01 million square meters TFT LCD. And China"s LCD display manufacturers expect to grab 70% global LCD panel shipments very soon.

BOE started LCD manufacturing in 1994, and has grown into the largest LCD manufacturers in the world. Who has the 1st generation 10.5 TFT LCD production line. BOE"s LCD products are widely used in areas like TV, monitor, mobile phone, laptop computer etc.

TianMa Microelectronics is a professional LCD and LCM manufacturer. The company owns generation 4.5 TFT LCD production lines, mainly focuses on making medium to small size LCD product. TianMa works on consult, design and manufacturing of LCD display. Its LCDs are used in medical, instrument, telecommunication and auto industries.

TCL CSOT (TCL China Star Optoelectronics Technology Co., Ltd), established in November, 2009. TCL has six LCD panel production lines commissioned, providing panels and modules for TV and mobile products. The products range from large, small & medium display panel and touch modules.

Established in 1996, Topway is a high-tech enterprise specializing in the design and manufacturing of industrial LCD module. Topway"s TFT LCD displays are known worldwide for their flexible use, reliable quality and reliable support. More than 20 years expertise coupled with longevity of LCD modules make Topway a trustworthy partner for decades. CMRC (market research institution belonged to Statistics China before) named Topway one of the top 10 LCD manufactures in China.

Founded in 2006, K&D Technology makes TFT-LCM, touch screen, finger print recognition and backlight. Its products are used in smart phone, tablet computer, laptop computer and so on.

The Company engages in the R&D, manufacturing, and sale of LCD panels. It offers LCD panels for notebook computers, desktop computer monitors, LCD TV sets, vehicle-mounted IPC, consumer electronics products, mobile devices, tablet PCs, desktop PCs, and industrial displays.

Buying is a Type of Hunting Game. TFT LCD Display For Arduino Buying Guide is an Important Article as No Where There is Any Practical Guide. Practically we will use it as a base either as receiver or the central machinery for some stuffs around Internet of Things. Just for getting started with DIY electronics, we published some articles which possibly will help who are not exactly related to hardware but has more to do with software. Those articles mostly can be found by using the search option on this website, searching with Arduino will help to sort out.

We are avoiding the basic electronic displays like LED display, basic LCD display as we are NOT really related to so basic works of electronics. This website was never for so basic guides. There are hundreds of those basic websites for those guides. Hardware are time consuming to write, most importantly, testing the useless hardware hugely waste our space. It might dishearten our some readers, but basically we need a rapid shift towards our main niche. Ultimately we have to connect with the servers.

We have three options – TFT LCD Display, TFT LCD Touch Display and OLED display. You can check various places, monochrome OLEDs are the choice right now for manufacturing electronic units. OLEDs are hugely power saving but are far better than monochrome LCDs. There is not HUGE options in OLEDs for Arduino. Usage is very lesser in most situations where we will n

sainsmart 3.2 tft lcd display tutorial made in china

ER-TFTM032-3 is 240x320 dots 3.2" color tft lcd module display with ILI9341 controller board,superior display quality,super wide viewing angle and easily controlled by MCU such as 8051, PIC, AVR, ARDUINO,ARM and Raspberry PI.It can be used in any embedded systems,industrial device,security and hand-held equipment which requires display in high quality and colorful image.

It supports 8080 8-bit /9-bit/16-bit /18-bit parallel ,3-wire,4-wire serial spi interface.Built-in optional microSD card .It"s optional 3.2 " 4-wire resistive touch panel with controller XPT2046 and 3.2 " capacitive touch panel with controller FT6236 . It"s optional for font chip, flash chip and microsd card. We offer two types connection,one is pin header and the another is ZIF connector with flat cable mounting on board by default and suggested. Lanscape mode is also available.

Of course, we wouldn"t just leave you with a datasheet and a "good luck!".Here is the link for 3.2"TFT Touch Shield with Libraries, EXxamples.Schematic Diagram for Arduino Due,Mega 2560 and Uno . For 8051 microcontroller user,we prepared the detailed tutorial such as interfacing, demo code and development kit at the bottom of this page.

sainsmart 3.2 tft lcd display tutorial made in china

Buying is a Type of Hunting Game. TFT LCD Display For Arduino Buying Guide is an Important Article as No Where There is Any Practical Guide. Practically we will use it as a base either as receiver or the central machinery for some stuffs around Internet of Things. Just for getting started with DIY electronics, we published some articles which possibly will help who are not exactly related to hardware but has more to do with software. Those articles mostly can be found by using the search option on this website, searching with Arduino will help to sort out.

We are avoiding the basic electronic displays like LED display, basic LCD display as we are NOT really related to so basic works of electronics. This website was never for so basic guides. There are hundreds of those basic websites for those guides. Hardware are time consuming to write, most importantly, testing the useless hardware hugely waste our space. It might dishearten our some readers, but basically we need a rapid shift towards our main niche. Ultimately we have to connect with the servers.

We will, ultimately work with creating devices related to Internet of Things. As we discussed before – mobile phone’s display is not exactly a time and cost saving option as alternative display.

We have three options – TFT LCD Display, TFT LCD Touch Display and OLED display. You can check various places, monochrome OLEDs are the choice right now for manufacturing electronic units. OLEDs are hugely power saving but are far better than monochrome LCDs. There is not HUGE options in OLEDs for Arduino. Usage is very lesser in most situations where we will need a display. TFT LCD Touch Display doubles up as an input too. Without a computer, we can do the desired works in the way, suppose we did with the old color mobile phones. Smartphones are mostly a full OS driven, hence can not be compared. Most works which other displays can perform a TFT LCD Touch Display is able to perform.

There are several things to consider. First, it is basically meaningless to buy a bigger display at higher cost. Second, we do not need Mac like beautiful display. Third, connecting the display with various types of Arduino is not exactly very easy. Forth, even the official TFT LCD Touch Display library of Arduino is not fully complete, Adafruit has Open Source contribution. Fifth, there is a firmware of the whole thing, it is kind of “self dependent”. If a cheaper stuff’s library or firm is not compatible, no body’s father reverse engineer it.

We found two company’s name for 2.4″ TFT LCD Touch Displays – one is LuckSender, whose product sold around $4.99 in Ebay, but has a serious detailed pathetic, scary review by an Amazon customer. It probably has problem with compatibility.

Second company we found is named SainSmart. SainSmart is not exactly a small company, it has a modern website (we saw Affiliate link option in footer too – we are never interested to push anyone’s product to our readers), We noticed that, this company’s website has written :

But also we noticed that, SainSmart 3.2″ TFT LCD Display total unit for Arduino sells at Ebay at LESSER price than official website with free shipping. You can probably use the SainSmart’s forum for support. This display stuffs is probably less explored market.

For those who have lesser idea, this total stuff includes a board (shield) and a SD card slot too. $13.00 is not bad pricing for a TFT LCD Touch Display, although (as always) we think, the right price should be $1.30! We are kids, playing, we can not make money out of these, they should “sponsor” us. The market of Arduino is not exactly great right now unlike before, their monopoly is only in boards; Adafruit also not going great. Except display, the market is of China. Do not hurry, watch auctions and it is not improbable to get that brand’s at less than $10.00.

sainsmart 3.2 tft lcd display tutorial made in china

Reason: The hooks on the backight of ER-TFT032-3.1 is always complained by most customers for inconvenient assembly. So we cancel the hooks in the new version of ER-TFT032-3.2.That"s the only difference for these two versions.

ER-TFT032-3.2 is 240x320 dots 3.2" color tft lcd module display with ILI9341 controller and optional 4-wire resistive touch panel and 3.2 inch capactive touch panel with controller FT6236,superior display quality,super wide viewing angle and easily controlled by MCU such as 8051, PIC, AVR, ARDUINO ARM and Raspberry PI.It can be used in any embedded systems,industrial device,security and hand-held equipment which requires display in high quality and colorful image.It supports 8080 8/16-bit parallel,3/4-wire serial interface. FPC with zif connector is easily to assemble or remove.Lanscape mode is also available.

Of course, we wouldn"t just leave you with a datasheet and a "good luck!".Here is the link for 3.2"TFT Touch Shield with Libraries, Examples.Schematic Diagram for Arduino Due,Mega 2560 and Uno . For 8051 microcontroller user,we prepared the detailed tutorial such as interfacing, demo code and development kit at the bottom of this page.

sainsmart 3.2 tft lcd display tutorial made in china

The TFT display is a kind of LCD that is connected to each pixel using a transistor and it features low current consumption, high-quality, high-resolution and backlight. This 2.8-inch full color LCD has a narrow PCB display. The resolution is 320×280 pixels and it has a four-wire SPI interface and white backlight.