tft display layers free sample
TFT LCD screen is mainly composed of three parts: rear panel module, LCD layer and front panel module. A layer of liquid crystal is sandwiched between two glass substrates. A color filter is attached to the front LCD panel, and a thin film transistor (TFT) is made on the back TFT panel. When a voltage is applied to the transistor, the liquid crystal turns, and light passing through the liquid crystal produces pixels on the front panel. As shown in the figure:
The rear plate module refers to the part behind the liquid crystal layer, which is mainly composed of the rear polarizer , the rear glass layer, the pixel unit (pixel electrode, TFT tube), the rear directional film, etc.
The rear glass substrate is divided into many tiny grids, called pixel units (or sub-pixels), by a number of transparent metal film wires arranged horizontally and vertically and insulated from each other. Each cell has a transparent metal film electrode, called the pixel electrode, which is insulated from the surrounding wire. One corner of the pixel electrode is connected with two vertical and horizontal wires through a TFT thin film field effect tube made on glass substrate by printing method to form a matrix structure:
The gate of the TFT field effect tube is connected with the horizontal line, the horizontal line is called the gate scan line or the X electrode, because it plays the role of TFT pass selection, also called the pass selection line; The source pole of the TFT tube is connected with the vertical line, which is called the source line or Y electrode. The drain of the TFT is integrated with the transparent pixel electrode. The function of the TFT tube is a switch tube, using the gate voltage applied to the TFT switch tube, can control the conduction and cut-off of the TFT switch tube.
The LCD screen has a pixel electrode and a thin film transistor (TFT) on the rear glass plate, and a color filter on the front glass plate. The liquid crystal layer is sandwiched between the front and back glass layers.
For TFT LCD screen, each pixel unit can be regarded as a layer of TN liquid crystal sandwiched between the pixel electrode and the common electrode. The liquid crystal layer can be equivalent to a liquid crystal capacitor (CLc), whose size is about 0.1pF. In practice, this capacitor cannot hold the voltage until the next time the picture data is updated, that is, when the TFT tube is fully charged to this capacitor, it cannot hold the voltage until the next time the TFT tube is charged to this point (at the usual 60Hz picture update frequency, it needs to hold the voltage for about 16ms). As a result, if the voltage changes, the gray scale will be incorrect. Therefore, when designing the panel, a storage capacitor Cs (usually formed by the wiring of the pixel electrode and the common electrode) will be added, with a value of about 0.5pF, so that the charged voltage can be maintained until the next image updated.
Red, blue, and green are the so-called three primary colors. That is to say, with these three colors, different colors can be mixed together. The three RGB colors are divided into three independent units, each of which has different gray-scale changes. Then the three adjacent RGB display units are taken as a basic display unit — pixel, and the pixel can have different color changes.
In the figure, the black part between each RGB point, called the black-matrix, is mainly used to cover the part that is not intended to transmit light, such as the pixel electrode wire, TFT tube, etc.
Hi guys, welcome to today’s tutorial. Today, we will look on how to use the 1.8″ ST7735 colored TFT display with Arduino. The past few tutorials have been focused on how to use the Nokia 5110 LCD display extensively but there will be a time when we will need to use a colored display or something bigger with additional features, that’s where the 1.8″ ST7735 TFT display comes in.
The ST7735 TFT display is a 1.8″ display with a resolution of 128×160 pixels and can display a wide range of colors ( full 18-bit color, 262,144 shades!). The display uses the SPI protocol for communication and has its own pixel-addressable frame buffer which means it can be used with all kinds of microcontroller and you only need 4 i/o pins. To complement the display, it also comes with an SD card slot on which colored bitmaps can be loaded and easily displayed on the screen.
The schematics for this project is fairly easy as the only thing we will be connecting to the Arduino is the display. Connect the display to the Arduino as shown in the schematics below.
Due to variation in display pin out from different manufacturers and for clarity, the pin connection between the Arduino and the TFT display is mapped out below:
We will use two example sketches to demonstrate the use of the ST7735 TFT display. The first example is the lightweight TFT Display text example sketch from the Adafruit TFT examples. It can be accessed by going to examples -> TFT -> Arduino -> TFTDisplaytext. This example displays the analog value of pin A0 on the display. It is one of the easiest examples that can be used to demonstrate the ability of this display.
The second example is the graphics test example from the more capable and heavier Adafruit ST7735 Arduino library. I will explain this particular example as it features the use of the display for diverse purposes including the display of text and “animated” graphics. With the Adafruit ST7735 library installed, this example can be accessed by going to examples -> Adafruit ST7735 library -> graphics test.
Next, we move to the void setup function where we initialize the screen and call different test functions to display certain texts or images. These functions can be edited to display what you want based on your project needs.
Uploading the code to the Arduino board brings a flash of different shapes and text with different colors on the display. I captured one and its shown in the image below.
That’s it for this tutorial guys, what interesting thing are you going to build with this display? Let’s get the conversation started. Feel free to reach me via the comment section if you have any questions as regards this project.
A thin-film-transistor liquid-crystal display (TFT LCD) is a variant of a liquid-crystal display that uses thin-film-transistor technologyactive matrix LCD, in contrast to passive matrix LCDs or simple, direct-driven (i.e. with segments directly connected to electronics outside the LCD) LCDs with a few segments.
In February 1957, John Wallmark of RCA filed a patent for a thin film MOSFET. Paul K. Weimer, also of RCA implemented Wallmark"s ideas and developed the thin-film transistor (TFT) in 1962, a type of MOSFET distinct from the standard bulk MOSFET. It was made with thin films of cadmium selenide and cadmium sulfide. The idea of a TFT-based liquid-crystal display (LCD) was conceived by Bernard Lechner of RCA Laboratories in 1968. In 1971, Lechner, F. J. Marlowe, E. O. Nester and J. Tults demonstrated a 2-by-18 matrix display driven by a hybrid circuit using the dynamic scattering mode of LCDs.T. Peter Brody, J. A. Asars and G. D. Dixon at Westinghouse Research Laboratories developed a CdSe (cadmium selenide) TFT, which they used to demonstrate the first CdSe thin-film-transistor liquid-crystal display (TFT LCD).active-matrix liquid-crystal display (AM LCD) using CdSe TFTs in 1974, and then Brody coined the term "active matrix" in 1975.high-resolution and high-quality electronic visual display devices use TFT-based active matrix displays.
The liquid crystal displays used in calculators and other devices with similarly simple displays have direct-driven image elements, and therefore a voltage can be easily applied across just one segment of these types of displays without interfering with the other segments. This would be impractical for a large display, because it would have a large number of (color) picture elements (pixels), and thus it would require millions of connections, both top and bottom for each one of the three colors (red, green and blue) of every pixel. To avoid this issue, the pixels are addressed in rows and columns, reducing the connection count from millions down to thousands. The column and row wires attach to transistor switches, one for each pixel. The one-way current passing characteristic of the transistor prevents the charge that is being applied to each pixel from being drained between refreshes to a display"s image. Each pixel is a small capacitor with a layer of insulating liquid crystal sandwiched between transparent conductive ITO layers.
The circuit layout process of a TFT-LCD is very similar to that of semiconductor products. However, rather than fabricating the transistors from silicon, that is formed into a crystalline silicon wafer, they are made from a thin film of amorphous silicon that is deposited on a glass panel. The silicon layer for TFT-LCDs is typically deposited using the PECVD process.
Polycrystalline silicon is sometimes used in displays requiring higher TFT performance. Examples include small high-resolution displays such as those found in projectors or viewfinders. Amorphous silicon-based TFTs are by far the most common, due to their lower production cost, whereas polycrystalline silicon TFTs are more costly and much more difficult to produce.
The twisted nematic display is one of the oldest and frequently cheapest kind of LCD display technologies available. TN displays benefit from fast pixel response times and less smearing than other LCD display technology, but suffer from poor color reproduction and limited viewing angles, especially in the vertical direction. Colors will shift, potentially to the point of completely inverting, when viewed at an angle that is not perpendicular to the display. Modern, high end consumer products have developed methods to overcome the technology"s shortcomings, such as RTC (Response Time Compensation / Overdrive) technologies. Modern TN displays can look significantly better than older TN displays from decades earlier, but overall TN has inferior viewing angles and poor color in comparison to other technology.
Most TN panels can represent colors using only six bits per RGB channel, or 18 bit in total, and are unable to display the 16.7 million color shades (24-bit truecolor) that are available using 24-bit color. Instead, these panels display interpolated 24-bit color using a dithering method that combines adjacent pixels to simulate the desired shade. They can also use a form of temporal dithering called Frame Rate Control (FRC), which cycles between different shades with each new frame to simulate an intermediate shade. Such 18 bit panels with dithering are sometimes advertised as having "16.2 million colors". These color simulation methods are noticeable to many people and highly bothersome to some.gamut (often referred to as a percentage of the NTSC 1953 color gamut) are also due to backlighting technology. It is not uncommon for older displays to range from 10% to 26% of the NTSC color gamut, whereas other kind of displays, utilizing more complicated CCFL or LED phosphor formulations or RGB LED backlights, may extend past 100% of the NTSC color gamut, a difference quite perceivable by the human eye.
In 2004, Hydis Technologies Co., Ltd licensed its AFFS patent to Japan"s Hitachi Displays. Hitachi is using AFFS to manufacture high end panels in their product line. In 2006, Hydis also licensed its AFFS to Sanyo Epson Imaging Devices Corporation.
A technology developed by Samsung is Super PLS, which bears similarities to IPS panels, has wider viewing angles, better image quality, increased brightness, and lower production costs. PLS technology debuted in the PC display market with the release of the Samsung S27A850 and S24A850 monitors in September 2011.
TFT dual-transistor pixel or cell technology is a reflective-display technology for use in very-low-power-consumption applications such as electronic shelf labels (ESL), digital watches, or metering. DTP involves adding a secondary transistor gate in the single TFT cell to maintain the display of a pixel during a period of 1s without loss of image or without degrading the TFT transistors over time. By slowing the refresh rate of the standard frequency from 60 Hz to 1 Hz, DTP claims to increase the power efficiency by multiple orders of magnitude.
Due to the very high cost of building TFT factories, there are few major OEM panel vendors for large display panels. The glass panel suppliers are as follows:
External consumer display devices like a TFT LCD feature one or more analog VGA, DVI, HDMI, or DisplayPort interface, with many featuring a selection of these interfaces. Inside external display devices there is a controller board that will convert the video signal using color mapping and image scaling usually employing the discrete cosine transform (DCT) in order to convert any video source like CVBS, VGA, DVI, HDMI, etc. into digital RGB at the native resolution of the display panel. In a laptop the graphics chip will directly produce a signal suitable for connection to the built-in TFT display. A control mechanism for the backlight is usually included on the same controller board.
The low level interface of STN, DSTN, or TFT display panels use either single ended TTL 5 V signal for older displays or TTL 3.3 V for slightly newer displays that transmits the pixel clock, horizontal sync, vertical sync, digital red, digital green, digital blue in parallel. Some models (for example the AT070TN92) also feature input/display enable, horizontal scan direction and vertical scan direction signals.
New and large (>15") TFT displays often use LVDS signaling that transmits the same contents as the parallel interface (Hsync, Vsync, RGB) but will put control and RGB bits into a number of serial transmission lines synchronized to a clock whose rate is equal to the pixel rate. LVDS transmits seven bits per clock per data line, with six bits being data and one bit used to signal if the other six bits need to be inverted in order to maintain DC balance. Low-cost TFT displays often have three data lines and therefore only directly support 18 bits per pixel. Upscale displays have four or five data lines to support 24 bits per pixel (truecolor) or 30 bits per pixel respectively. Panel manufacturers are slowly replacing LVDS with Internal DisplayPort and Embedded DisplayPort, which allow sixfold reduction of the number of differential pairs.
The bare display panel will only accept a digital video signal at the resolution determined by the panel pixel matrix designed at manufacture. Some screen panels will ignore the LSB bits of the color information to present a consistent interface (8 bit -> 6 bit/color x3).
With analogue signals like VGA, the display controller also needs to perform a high speed analog to digital conversion. With digital input signals like DVI or HDMI some simple reordering of the bits is needed before feeding it to the rescaler if the input resolution doesn"t match the display panel resolution.
Kawamoto, H. (2012). "The Inventors of TFT Active-Matrix LCD Receive the 2011 IEEE Nishizawa Medal". Journal of Display Technology. 8 (1): 3–4. Bibcode:2012JDisT...8....3K. doi:10.1109/JDT.2011.2177740. ISSN 1551-319X.
Brody, T. Peter; Asars, J. A.; Dixon, G. D. (November 1973). "A 6 × 6 inch 20 lines-per-inch liquid-crystal display panel". 20 (11): 995–1001. Bibcode:1973ITED...20..995B. doi:10.1109/T-ED.1973.17780. ISSN 0018-9383.
K. H. Lee; H. Y. Kim; K. H. Park; S. J. Jang; I. C. Park & J. Y. Lee (June 2006). "A Novel Outdoor Readability of Portable TFT-LCD with AFFS Technology". SID Symposium Digest of Technical Papers. AIP. 37 (1): 1079–82. doi:10.1889/1.2433159. S2CID 129569963.
Kim, Sae-Bom; Kim, Woong-Ki; Chounlamany, Vanseng; Seo, Jaehwan; Yoo, Jisu; Jo, Hun-Je; Jung, Jinho (15 August 2012). "Identification of multi-level toxicity of liquid crystal display wastewater toward Daphnia magna and Moina macrocopa". Journal of Hazardous Materials. Seoul, Korea; Laos, Lao. 227–228: 327–333. doi:10.1016/j.jhazmat.2012.05.059. PMID 22677053.
Each pixel of a TFT LCD is made up of three subpixels. One each for red, green, and blue. Each of these subpixels has an individual transistor from the thin film transistor layer that controls the amount of current at the subpixel. The liquid crystals for each subpixel are affected by the voltage level at the transistor, which causes their structure to change relative to the voltage level. Different liquid crystal structures allow different amounts of light from the backlight through the subpixel. Then the color filter makes that light either red, green, or blue. The colors from the three subpixels combine to create the desired color.
Color depth refers to the number of different possible displayable colors. The LCD controller chip in the tail of our RGB TFTs dictates that display’s color depth. The chips accept and control a certain number of steps for each color. This will be described in our datasheet as well as the LCD controller datasheet. The color depth may not be directly stated, but instead be referred to as ___-bit RGB. For example:
When combined with a higher resolution, some display controllers do not support full color on different interfaces. Usually, I2C is the first one out followed by SPI, then parallel, then RGB
Confusingly, RGB can refer both to a display using RGB color and to the display using an RGB interface. The RGB interface typically writes image data directly from the 16 to 24-bit RGB databus to the display without storing it. This differs from MCU Interfaces such as 6800 or 8080 parallel, which use read/write/enable signals to write data to device memory, and typically uses 8 to 18 bit data transfers.
Some RGB interface displays require a SPI initialization to ensure the display settings are correct, while others have no way to send commands to the controller.
Due to the large number of GPIOs required to control an RGB interface display, we use the EVE chip to bring up our RGB displays in-house. The EVE family of displays allows interfacing to be done in SPI while still achieving the quick data transfer possible with the RGB interface.
Many LCD technologies, such as monochrome character, dot matrix and segment displays, make use of ITO glass. Even though ITO glass has been in existence for some time, it is still an important aspect in LCD designs and will be covered in the article below.
The article about ITO glass was written by Barbara Dutra, an exchange engineering student from Brazil, who is currently an intern at Focus Display Solutions. Her current job responsibilities include ISO certification, Test and quality insurance of inbound LCD displays and writing technical articles.
It is also used in flat panel TVs where each pixel is turned ON or OFF by a pair of transparent electrodes ITO. Touch screen displays are the latest innovations using that material.
The first touchscreen devices were sold with a pen and were manufactured with two layers of ITO glass separated by a small gap. When the resistive screens were touched with a pen, the two layers came into contact, creating a short circuit and allowing a current to pass and be detected by the device.
The graphene can be used for touch screen displays because of the characteristics but is an expensive technology today. In the future the price between ITO glass and carbon nanotubes will be equivalent because of the lack of indium and carbon segment growth cheapening their cost. So, the graphene looks a promising option.
There are indium free techniques in displays and they can be developed for utilization in commercial products. The first uses a mechanical switch behind each pixel, recording the force as the screen is touched. But the use of sensitive technology to pressure means removing the protective glass that is in front of the screen of the touchscreen devices, which leaves the display vulnerable to damage.
It is safe to say that the cost of LCD displays does not look to be decreasing any time soon, if at all. Part of the reason for higher cost displays is not only the potential cost increase due to an ITO shortage. But a labor shortage that is taking place in many LCD manufacturing locations.
Focus Displays offers a wide range of standard full color TFT displays. 64 million unique colors, high brightness, sharp contrast, -30C operating temperature, and fast response time are all good descriptions of a TFT display. This is why TFT technology is one of the most popular choices for a new product.
Thin Film Transistor (TFT) display technology can be seen in products such as laptop computers, cell phones, tablets, digital cameras, and many other products that require color. TFT’s are active matrix displays which offers exceptional viewing experiences especially when compared to other passive matrix technologies. The clarity on TFT displays is outstanding; and they possess a longer half-life than some types of OLEDs and range in sizes from less than an inch to over 15 inches.
CCFL’s are still available, but are becoming a legacy (obsolete) component. TFT displays equipped with a CCFL require higher MOQs (Minimum Order Quantities) than displays with LED backlights.
The majority of TFT displays contain a touch panel, or touch screen. The touch panel is a touch-sensitive transparent overlay mounted on the front of the display glass. Allowing for interaction between the user and the LCD display.
Some touch panels require an independent driver IC; which can be included in the TFT display module or placed on the customer’s Printed Circuit Board (PCB). Touch screens make use of coordinate systems to locate where the user touched the screen.
Resistive touch panels are the lowest cost option and are standard equipment on many TFT modules. They are more common on smaller TFT displays, but can still be incorporated on larger modules.
Contrast ratio, or static contrast ratio, is one way to measure the sharpness of the TFT LCD display. This ratio is the difference between the darkest black and the brightest white the display is able to produce. The higher the number on the left, the sharper the image. A typical contrast ratio for TFT may be 300:1. This number ratio means that the white is 300 times brighter than the black.
TFT LCD displays are measured in inches; this is the measurement of the diagonal distance across the glass. Common TFT sizes include: 1.77”, 2.4”, 2.8”, 3”, 4.3”, 5”, 5.7”, 5.8”, 7”, 10.2”, 12.1 and 15”.
As a general rule, the larger the size of the glass the higher the cost of the display, but there are exceptions to this rule. A larger display may be less expensive than a smaller display if the manufacture produces higher quantities of the larger displays. When selecting your color display, be sure to ask what the cost is for one size smaller and one size larger. It may be worth modifying your design requirements.
TFT resolution is the number of dots or pixels the display contains. It is measured by the number of dots along the horizontal (X axis) and the dots along the vertical (Y axis).
The higher the resolution, the more dots per square inch (DPI), the sharper the display will look. A higher resolution results in a higher cost. One reason for the increase in cost is that more driver chips are necessary to drive each segment.
Certain combinations of width and height are standardized and typically given a name and a letter representation that is descriptive of its dimensions. Popular names given to the TFT LCD displays resolution include:
Transmissive displays must have the backlight on at all times to read the display, but are not the best option in direct sunlight unless the backlight is 750 Nits or higher. A majority of TFT displays are Transmissive, but they will require more power to operate with a brighter backlight.
Transflective displays are readable with the backlight off provided there is enough ambient light. Transflective displays are more expensive than Transmissive also there may be a larger MOQ for Transflective. However, Transflective displays are the best option for direct sunlight.
Drivers update and refresh the pixels (Picture Elements) of a display. Each driver is assigned a set number of pixels. If there are more pixels than a single driver can handle, then an additional drivers are added.
A primary job of the driver is to refresh each pixel. In passive TFT displays, the pixel is refreshed and then allowed to slowly fade (aka decay) until refreshed again. The higher the refresh frequency, the sharper the displays contrast.
The controller does just what its name suggest. It controls the drivers. There is only one controller per display no matter how many drivers. A complex graphic display with several thousand pixels will contain one controller and several drivers.
The TFT display (minus touch screen/backlight) alone will contain one controller/driver combination. These are built into the display so the design engineer does not need to locate the correct hardware.
If you do not see a Thin Film Transistor (TFT) Display module that meets your specifications, or you need a replacement TFT, we can build a custom TFT displays to meet your requirements. Custom TFTs require a one-time tooling fee and may require higher MOQs.
Ready to order samples for your TFT design? Contact one of our US-based technical support people today concerning your design requirements. Note: We can provide smaller quantities for samples and prototyping.
From the MOSFET, the TFT was born. The TFT varies from standard MOSFETs, or bulk MOSFETs, because, as the name implies, it uses thin films. The TFT began a new era of electronics. In 1968, just six years after the first TFT development, Bernard J. Lechner of RCA shared his idea of the TFT Liquid Crystal Display (LCD), something that would boom in popularity in our modern times. The TFT LCD was then first created in 1973 at the Westinghouse Research Laboratories. These LCDs were composed of pixels controlled by transistors. In FETs, substrates were just the semiconductor material, but in manufacturing TFT LCDs, glass substrates were used so that the pixels could be displayed.
But that was not the end of TFT developments. Soon after, in 1974, T. Peter Brody, one of the developers of the TFT LCD, and Fang-Chen Luo created the first active-matrix LCD (AM LCD). An active matrix controls each pixel individually, meaning that each pixel’s respective TFT had its signal actively preserved. This opened doors to better performance and speed as displays became more complex.
Though TFTs can use a variety of materials for their semiconductor layers, silicon has become the most popular, creating the silicon-based TFT, abbreviated as Si TFT. As a semiconductor device, the TFT, as well as all FETs, use solid-state electronics, meaning that electricity flows through the structure of the semiconductor layer rather than vacuum tubes.
Due to the variety in silicon’s possible structures, the Si TFT’s characteristics can vary as well. The most common form is amorphous silicon (A-Si), which is deposited during the first step of the semiconductor fabrication process onto the substrate in low temperatures. It is most usable when hydrogenated into the form A-Si:H. This then significantly alters the properties of A-Si; without the hydrogen, the material struggles with doping (the introduction of impurities to increase mobility of charges); in the form A-Si:H, however, the semiconductor layer becomes much more photoconductive and dopable. The A-Si:H TFT was first developed in 1979 which is stable at room temperature and became the best option for AM LCDs which consequently began rising in popularity after this breakthrough.
The biggest difference between these forms, notably A-Si and poly-Si, is that charge carriers are much more mobile and the material is much more stable when it comes to using poly-Si over A-Si. When creating complicated and high-speed TFT-based displays, poly-Si’s characteristics allow for this. Yet, A-Si is still very important due to its low-leakage nature, meaning that leakage current is not lost as heavily when a dielectric insulator is not totally non-conductive.
Several years later, another development was made in 2012 in the form of indium gallium zinc oxide (IGZO) which allowed for a more powerful display in terms of refresh rates and more efficiency in terms of power consumption. This semiconducting material, as stated in the name, uses indium, gallium, zinc, and oxygen. Though it is a form of zinc oxide (ZnO), the addition of indium and gallium allows this material to be deposited in a uniform amorphous phase but also maintaining the oxide’s high carrier mobility.
As TFTs began to increase their presence in display technology, transparent semiconductors and electrodes became more appealing to the manufacturers. Indium tin oxide (ITO) is an example of a popular transparent oxide used for its appearance, good conductivity, and ease of deposition.
Research of the TFT with different materials has led to the application of threshold voltage, or how much voltage is needed to turn on the device. This value is greatly dependent on thickness and choice of the oxide. When it comes to the oxide, this relates back to the idea of leakage current. With thinner layers and certain types of oxide, the leakage current may be greater, but this in turn could lower threshold voltage, as leakage into the device will also increase. In order to tap into the TFT’s potential for low power consumption, the lower the threshold voltage, the better the device’s appeal.
Another branch of development that stemmed from the TFT is that of organic TFTs (OTFT). First created in 1986, OTFTs usually use solution-casting of polymers, or macromolecules. This device made people hesitant, as it tended to have a slow carrier mobility, meaning slow response times. However, researchers have carried out experimentation with the OTFT because it has potential to be applied to displays different from those that traditional TFTs are used for, such as flexible, plastic displays. This research still continues today. With its simpler processing than traditional silicon technology, the OTFT holds much potential for modern day and future technologies.
The TFT LCD screen display, for the general masses, is no longer a difficult noun. And it is another after semiconductor could create a large number of emerging technology products of the business turnover, more because of its features, thin so it than using the application scope of the cathode ray tube (CRT, cathode ray tube) display made by wider. Today, I’m going to talk about how the TFT LCD Touch Screen Display Works.
As I mentioned earlier, liquid-crystal displays (LCDs) refer to a bunch produced by using the TFT screen LCD display. Now for LCD displays the name is directed mostly used in notebook computers, or desktop computer applications display. Is the thin film transistor TFT LCD display. Abbreviation of TFT LCD. This kind of display form has two main characteristics, one is a thin film transistor, the other is TFT LCD itself. Let’s talk about the TFT screen itself.
This type of TFT LCD screen was first discovered, had been spent more than one hundred years ago. In 1888 AD, the Austrian botanist Friedrich Reinitzer, found in the observation from the plant refined out of benzoic acid cholesterol (cholesteryl benzoate) found that when the melting behavior of the compound heated to 145.5 ℃, Solid can melt, presents a kind of solid phase and liquid phase between the half gonorrhea melt flow of the liquid. This situation will always maintain ℃ temperature rise to 178.5 degrees, to form a clear isotropic liquid (isotropic liquid).
Its structure is composed of TFT LCD molecules stick together, forming a layer structure. It’s every layer of the molecular long axis direction parallel to each other. And the long axis direction for each layer plane is vertical or a tilt Angle. Due to its structure is very similar to crystals, so they are called phase. The order parameter S (the order parameter) tend to be 1. Type in layered crystal layer and interlayer bonding can fracture because of temperature, so the layer and interlayer sliding more easily. But each layer within the molecular bonding is stronger, so it is not easy to be interrupted. Therefore in the context of the monolayer, Its arranged orderly and viscosity is bigger. If we use the macroscopic phenomenon to describe the physical properties of liquid crystal, we can make a group of regional average points as the liquid crystal molecules are pointing in the direction of the arrow (director), which is the direction of a group of liquid crystal molecules regional average. And with lamellar liquid crystal, because of its structure, the TFT LCD molecules will cambium-like so can point to a vector of different classification of the different lamellar liquid crystal again. When the long axis of the liquid crystal molecules are vertical stand, Call it “Sematic A phase.” if stand long axis direction of the TFT LCD molecules have some Angle of tilt (tilt), call it “Sematic C phase”. In A, C and other letters to name, which was discovered in accordance with the order to address, and so on, there should be A “Semantic phase B is.” but later found A deformation phase B is C phase, And the liquid crystal molecules in the structure layer by layer, in addition to each layer of TFT LCD molecules have tilt Angle, the tilt Angle between layer by layer will form a helical structure.
Nematic is a Greek word, the word mean in the thread is the same as in English. Mainly because with the naked eye to observe the liquid crystal, it looks like a silk pattern. The LCD screen molecules on the space of the regular arrangement of one dimension, all rod long axis of the liquid crystal molecules will choose a particular direction (that is, pointing vector) as the main shaft and arranged parallel to each other. And don’t like lamellar liquid crystal has a layered structure. Compared with the layer column type liquid crystal alignment is no order, That is to say, its order parameter S is smaller than the lamellar liquid crystal, and its viscosity is smaller, so it is easier to flow (its flow mainly comes from the free movement of molecules in the long axis direction). Linear liquid crystal is the common TFT LCD display screen TN(Twisted nematic) type liquid crystal.
Most of the sources of the name, because are generated by the derivative of the cholesterol. But some without cholesterol structure of LCD screen with this liquid crystal phase. This kind of liquid crystal as shown in figure 5, if it is a layer of a layer to separate, would very much like a linear LCD screen. But look at the Z-axis, may find it pointing in the direction of the arrow will with layers and layers of different distribution, like a spiraling when the pointing vector rotate 360 degrees for molecular layer thickness is called a pitch. Because of its every layer like linear LCD, so also known as Chiral nematic phase. In terms of cholesterol crystal, and pointing in the direction vector of the vertical distribution of LCD screen molecules, due to the different point to vector, will have the different optical or electrical differences, thus has produced different features.
If we are according to the molecular weight of high and low points can be divided into liquid crystal polymer (polymer liquid crystal, the polymer in many of the liquid crystal molecules) and low molecular liquid crystal. This kind of classification of TFT LCD belongs to the application of the low molecular liquid crystal. If the reasons for the formation of liquid crystal state, because it can be divided into type temperature formation of liquid crystal state to a liquid crystal (thermotropic), and because of the concentration and the formation of a liquid crystal state type lyotropic liquid crystal (lyotropic).
The solution so types lyotropic TFT screen molecules in the appropriate solvents reaches a certain critical concentration, the formation of liquid crystal state. Type lyotropic liquid crystal is one of the best examples that is soap. When soap bubbles in the water will not be at once into a liquid, and the bubble in the water for a long time, after the formation of white matter, is its liquid crystal state.
Due to the structure of the liquid crystal molecules for different parties (Anisotropic), so caused by the photoelectric effect will vary because of a different direction, in short, that is, the liquid crystal molecules in the dielectric coefficient and refractive index, and so on photoelectric properties have different sex, so we can use these properties to change the intensity of the incident light, so that the formation of gray-scale, to apply on the display component. We’ll discuss below, is one of the characteristics of liquid crystal belongs to the optical and electrical related, about the following items:
Our dielectric coefficient can be separated into two directions respectively is epsilon / / (and point to parallel component) and epsilon coming (a component perpendicular to the pointing vector). When the epsilon / / > epsilon coming then called the dielectric coefficient of different parts of LCD, can be used in parallel coordination. And epsilon / / < epsilon is called the dielectric coefficient of the different part coming negative type of TFT screen, only can be used in vertical coordination will need the photoelectric effect. When the applied electric field, the liquid crystal molecules will vary with dielectric coefficient is positive or negative, To determine whether the orientation of the liquid crystal molecules is parallel or perpendicular to the electric field, to determine whether the light penetrates. Now on most commonly used type TN LCD TFT LCD that belongs to the dielectric coefficient are type liquid crystal. When the dielectric coefficient of square difference Δ epsilon (= epsilon / / – epsilon) comes, the greater the LCD of the critical voltage (threshold voltage) will be smaller. So the LCD can be in the low voltage operation.
For example, the elastic constant (kappa 11, kappa 22, kappa 33) contains the three most important constants: kappa 11 is the elastic constant at splay, kappa 22 is the elastic constant at the twist. Kappa 33 refers to predominating the elastic constants of bending (bend). The other as the coefficient of viscosity (viscosity coefficients and eta), will affect the rotational speed of the liquid crystal molecules with reaction time (response time), its value as small as possible. But this feature is affected by temperature is the largest. In addition to magnetic susceptibility (magnetic susceptibility), but also because of liquid crystals of different sex, Divided into c / / c coming. And the difference of magnetic susceptibility is defined as Δ c = c / / – c coming. In addition to the conductance coefficient (conductivity), and so on the photoelectric properties. Liquid crystal properties of the most important are the dielectric coefficient and refractive index of liquid crystal. The dielectric coefficient is determined liquid crystal under the influence of the electric field to the characteristics of the liquid crystal molecules, while the refractive index is liquid crystal in the light of its important parameters influencing the light path. The LCD is in using the liquid crystal itself of these features, the appropriate use of voltage, to control the rotation of the TFT LCD molecules, in turn, affect the direction of the light, to form different grayscale, a tool for displaying images. Of course, LCD itself is not alone as the monitor, also need other materials to help, Below, we will introduce the composition of various materials and operating principle of TFT LCD display.
I remember in high school physics class, when to teach the relevant physical properties of light, to do a lot of physical experiments, the purpose is to prove that light is a wave. And the marching direction of light waves, and the electric field and magnetic field perpendicular to each other. Light itself of the electric field and magnetic field component at the same time also is perpendicular to each other. That is to say with the electric field and magnetic field component direction, each other is two parallel to each other. (see figure 7) and the role of the polarizing film is like a fence, usually will be cut off a component perpendicular to the fence, With a fence parallel component only permitted through. So if we picked up a piece of the light polarization slabs, feel like wearing sunglasses, the light became dark. But if the two pieces of polarizing film ideas together, it won’t be the same. When you rotate the two pieces of the relative Angle of the polarizing film, you will find that as the relative Angle is different, the brightness of the light will be more and darker. When two polaroids fence Angle perpendicular to each other, Light was completely failing. (see figure 8) and a liquid crystal display is to use this feature. Use upper and lower two pieces of fences between perpendicular slant plate, filled with liquid crystal, recycle electric field control liquid crystal rotation, to change the direction of light, so that different electric field sizes, can form different gray-scale brightness.
The upper and lower two layers of glass are mainly to grip the LCD with. Below the glass layer with Thin film transistor (thin film transistor, TFT screen), while the layer above the glass with a Color filter (Color filter). If you notice (see figure 3), these two pieces of glass are in contact with the side of the LCD screen, not smooth, but with jagged grooves. The main purpose of the groove with the hope of a long rod, liquid crystal molecules will line up along the grooves. In this way, Liquid crystal molecules are arranged neatly. Because if it is smooth and flat, the arrangement of the liquid crystal molecules will not neat, causing light scattering, forming a light-leaking phenomenon. In fact, this is just a theory that told us to put the glass and LCD interface, complete processing so that the arrangement of liquid crystal has a certain order. But in the actual manufacturing process, and can not be with such a groove, the distribution of glass is made usually in glass coating on the surface layer of the PI (polyimide), and then a cloth to do the action of friction (rubbing), In order to make the surface molecules of PI no longer be scattered and arranged in a fixed and uniform direction, this layer of PI is called the coordination membrane, and its function is just like the grooves in the glass in FIG. 3, which provides the interface conditions for the uniform arrangement of liquid crystal molecules and allows the liquid crystals to be arranged in a predetermined order.
The STN LCD and TN LCD are very similar in structure, the main difference between TN LCD, the arrangement of the liquid crystal molecules, the rotation angle from top to bottom. A total of 90 degrees and type the STN LCD liquid crystal molecules are arranged, the rotation angle will be greater than 180 degrees, usually is 270 degrees. (see figure 12) because of its rotation Angle is different, its characteristics different. We from figure 13 TN type and type the STN LCD voltage of the transmittance curve can know, when the voltage is low, the light penetration rate is very high. With a high voltage, the light of the penetration rate is very low. So they belong to the Normal White polaroids configuration. When the voltage in the middle position, the change of type TN LCD curve is flat, and the change of the STN LCD type curve is steep. So in TN type LCD, when transmittance change from 90% to 10%, corresponding to the voltage difference is larger than the STN LCD. We mentioned before, in the liquid crystal display, The different characteristics of TN and STN will result in TN type LCD, which has more grayscale changes than STN type LCD, so generally TN type LCD has 6~8 bits of changes. It is 64 ~ 256 gray-scale changes. Type the STN LCD for a maximum of 4 bits are only 16 orders of gray-scale changes. In addition, the STN type and TN LCD has a different place is the reaction time (response time) general type the STN LCD it’s response time to type in more than 100 ms and TN LCD its response time is 30 ~ 50 ms as shown in the image change quickly for the STN LCD type ghosting effect phenomenon is easy to happen.
TFT LCD Chinese translation of the name is called a thin film transistor liquid crystal display, from the beginning, we mentioned LCD voltage control is needed to produce gray. And the use of a thin-film transistor to generate the voltage, to control the transition of liquid crystal display, is called a TFT LCD. From the point of the cross-section structure of figure 8, between upper and lower two layers of glass, with LCD, will form a parallel plate capacitor, we call it the CLC (capacitor of liquid crystal). Its size is about 0.1 m3, But on the practical application, the capacitance and unable to keep the voltage to the next time to update the data in the picture.
That is to say, when TFT is good to the capacitor charging power, it is impossible to maintain voltage, until the next TFT this point charge again. (in general of 60 Hz screen update frequency, need time to keep about 16 ms.) as a result, there were changes in voltage, displayed gray scale is not correct. Therefore generally on the design of the panel, we will add a storage capacitor CS (storage capacitor is about 0.5 pF). So charged electric voltage can keep until the next update screen. But the right, long on the glass TFT itself, just use a transistor to make the switch. Its main work is to determine the LCD source voltage on the driver whether to charge to this point. As for this point more charge to high voltage, so as to show how the gray-scale. It is outside of the LCD source driver.
If you have a chance, take a magnifying glass, close to the LCD screen. You will find that as shown in figure 9 shows. We know that red, blue and green, are the so-called primary colors. That is to say, using the three kinds of color, can produce a variety of different colors. In a lot of flat-panel displays, this principle is used to show the color. We put the RGB 3 kinds of color, is divided into independent three points, each has different gray-scale changes, then the three neighboring RGB display point, as the basic unit of a display, Pixel is that this a pixel, and can have different color changes. Then for a need for a 1024 * 768 resolution display screen, we just let the composition of the flat panel display with 1024 * 768 pixels, can show a picture of the right. In figure 9, each point between the Black part of RGB is called the Black matrix. We can find that looking back on it in figure 8Black matrix is mainly used to cover do not intend to previous to light part. Such as some ITOs walk the line, or Cr/Al walk the line or are part of a TFT. This is why we in figure 9, the highlight of each RGB, it seems, is not a rectangle, and also on the top left corner is a piece of black matrix cover part, this part of a black missing Angle is the location of the TFT.
The CRT screen, it is using a high-speed electron gun that emits electrons, hits the phosphors on the silver screen, so as to produce the light, to show the picture. LCD itself, however, can only control the brightness of the light through, no glowing function itself. Therefore, a liquid crystal display must be combined with a backplate, to provide high brightness, brightness, and uniform distribution of the light source. We can see in figure 14, of the backplate of the main parts are CCFL (cold cathode tube), reflex plate, guide plate, prism sheet, Diffuser plate, and so on. Tubes are the main light-emitting parts, by a light guide, everywhere. The light distribution and baffle will be limited only to the TFT LCD light direction. Finally, by prism sheet and help diffuser, the light evenly distributed to all areas, provide TFT LCD a bright light. While TFT LCD is borrowed by the rotation of the voltage-controlled liquid crystal, control through the brightness of the light, so as to form different grayscale.
Another box in figure 14 glue and spacer structure of two kinds of ingredients. The box adhesive USES is to make the LCD panel in the upper and lower two layers of glass, to be able to stick close and to provide a panel of LCD screen molecules, cut off from the outside world, so the box plastic as its name suggests, is around and around in the panel to the liquid crystal molecules box limited to within a panel. The spacer is mainly provided two-layer glass support, it must be distributed evenly on the glass, or a part but uneven distribution cause spacer gathered together, it will block the light, It is also unable to maintain the appropriate gap between the upper and lower glass, which will lead to uneven distribution of electric field and affect the performance of the crystal grayscale.
A very important specification of LCD is brightness, and the most important factor to determine the brightness is the opening rate. What is the opening rate? Is simple light can pass through the effective area proportion. 17, let’s look at the picture to the left of figure 17 is an LCD display from directly above or below the past structure. When the light is emitted through the backplate, not all of the light can be through the panel, like for LCD source driver chip and the gate driver chip signal line, and TFT itself, the stored voltage is the use of storage capacity, etc. These places besides incomplete pervious to light, but also because the light through these places is not under voltage control, to display the correct gray-scale, so have to use the black matrix to cover, in order to avoid interference to other correct brightness of the light area. So the effective area of the previous to light, it’s just like figure 17 shows area on the right. This piece of the effective area of the previous to light and the ratio of the total area is called the opening rate.
STONE is industrial screen manufacturers, provide a full range of 3.5 inches to 15.1 inches of small and medium-size standard quasi TFT LCD module, TFT screen module, TFT display module, display industry, industrial LCD screen, under the sunlight visually highlight TFT LCD display, industrial custom TFT screen, TFT LCD screen-wide temperature, industrial TFT LCD screen, touch screen industry. The TFT LCD module is very suitable forindustrial control equipment, medical instruments, POS system, electronic consumer products, vehicles, and other products.