The traditional mechanical instrument lacks the ability to satisfy the market with characters of favorable compatibility, easy upgrading, and fashion. Thus the design of a TFT-LCD (thin film transistor-liquid crystal display) based automobile instrument is carried out. With a 7-inch TFT-LCD and the 32-bit microcontroller MB91F599, the instrument could process various information generated by other electronic control units (ECUs) of a vehicle and display valuable driving parameters on the 7-inch TFT-LCD. The function of aided parking is also provided by the instrument. Basic principles to be obeyed in circuits designing under on-board environment are first pointed out. Then the paper analyzes the signals processed in the automobile

instrument and gives an introduction to the sampling circuits and interfaces related to these signals. Following this is the functional categorizing of the circuit modules, such as video buffer circuit, CAN bus interface circuit, and TFT-LCD drive circuit. Additionally, the external EEPROM stores information of the vehicle for history data query, and the external FLASH enables the display of high quality figures. On the whole, the accomplished automobile instrument meets the requirements of automobile instrument markets with its characters of low cost, favorable compatibility, friendly interfaces, and easy upgrading.

As an essential human-machine interface, the automobile instrument provides the drivers with important information of the vehicle. It is supposed to process various information generated by other ECUs and display important driving parameters in time, only in which way can driving safety be secured. However, the traditional mechanical automobile instrument is incompetent to provide all important information of the vehicle. Besides, the traditional instrument meets great challenge with the development of microelectronic technology, advanced materials, and the transformation of drivers’ aesthetics [1, 2]. Moreover, the parking of the vehicle is also a problem puzzling many new drivers. Given this, traditional instruments should be upgraded in terms of driving safety, cost, and fashion.

The digital instrument has functions of vehicle information displaying, chord alarming, rear video aided parking, LED indicating, step-motor based pointing, and data storage. The instrument adopts dedicated microcontroller MB91F599, a 7-inch LCD, and two step-motors to substitute for the traditional instrument. All the information generated by other ECUs can be acquired via not only the sample circuits but also the CAN bus.

The CAN bus interface and the 7-inch TFT-LCD make it more convenient to upgrade the instrument without changing the hardware. If the software needs to be upgraded, we need not bother to take the instrument down and program the MCU. Instead, we can upgrade the instrument via the vehicle’s CAN network without taking the instrument down, which makes the upgrading more convenient. Most of the information from other ECUs can be transmitted via the CAN bus; so, we do not have to change the hardware circuits if some of the ECUs’ signals are changed in different applications. Besides, since most of the driving parameters are displayed on the TFT-LCD, and the graphical user interface can be designed with great flexibility by programming, only the software needs to be revised to meet different requirements of what kind of driving parameters to display and so forth. These characters, together with the reserved interfaces, enhance the instrument’s compatibility in different applications.

On the one hand, there are some automobile instruments which adopt 8-bit MCUs or 16-bit MCUs which have limited peripherals, so it is difficult for them to meet some requirements such as rearview video and high real-time data processing performance. And many extra components are needed if the designer wants to accomplish some functions such as video input. On the other hand, there are some advanced automobile instruments which adopt high performance MCUs (such as i.MX 53, MPC5121e, and MPC5123) and run Linux on them. They even use larger TFT-LCDs (such as the 12.3-inch TFT-LCD with a resolution of 1280 × 480 pixels) to display driving parameters. These automobile instruments show higher performances than the instrument in this paper. However, they are more expensive than this automobile. This instrument is able to provide almost all the functions of the advanced automobile instrument with a lower cost.

Respecting the above mentioned factors, we finally chose the MB91F599 produced by Fujitsu as the microcontroller. The MB91F599 is particularly well-suited for use in automotive instrument clusters using color displays to generate flexible driver interfaces. It integrates a high performance FR81S CPU core which offers the highest CPU performance level in the industry. Besides, it has a graphics display controller with strong sprite functionality, rendering engine, and external video capture capabilities. These greatly reduce the need for extra components and enhance the stability of the system. The rendering engine can operate in combination with the video capture to enable image manipulation. Overlaid graphics such as needles or parking guidelines can be rendered in conjunction with captured video, which helps to accomplish the aided parking. What is more, multiple built-in regulators and a flexible standby mode enable the MB91F599 to operate with low power consumption.

Here, the sync signal is not present, so the clamp level is controlled by the clamp level output pin of the microcontroller, which is called “keyed clamp” [5]. The graphics display controller of the microcontroller let the clamp level output occur in coincidence with the sync pulse; that is, the clamp level output occurs during the sync tip in Figure 6, thus we get the “sync tip clamp” [5].

Since the FLASH size of the microcontroller is only 1 MB which is limited for the storage of pictures displayed on the LCD, external FLASH is needed to store different kinds of meaningful pictures such as the background of the dial. Two S29GL256N chips with a memory capacity of 256 Mb are chosen for picture data storage for their high performance and low power consumption. The application circuits of the chips are provided in their datasheets, so it is unnecessary to go into the details of them here.

The 7-inch TFT-LCD has a resolution of pixels and supports the 24-bit for three RGB colors. The interface of the 60-pin TFT-LCD can be categorized into data interface, control interface, bias voltage interface, and gamma correction interface.

The data interface supports the parallel data transmitting of 18-bit (6 bits per channel) for three RGB colors. Thus, a range of colors can be generated. The control interface consists of a “horizontal synchronization” which indicates the start of every scan line, a “vertical synchronization” which indicates the start of a new field, and a “pixel clock.” This part is controlled by the graphics display controller which is integrated in the MB91F599. We just need to connect the pins of the LCD to those of the microcontroller correspondingly.

Bias voltages are used to drive the liquid crystal molecules in an alternating form. The compact LCD bias IC TPS65150 provides all bias voltages required by the 7-inch TFT-LCD. The detailed circuit is also provided in the datasheet of TPS65150.

The greatest effect of gamma on the representations of colors is a change in overall brightness. Almost every LCD monitor has an intensity to voltage response curve which is not a linear function. So if the LCD receives a message that a certain pixel should have certain intensity, it will actually display a pixel which has intensity not equal to the certain one. Then the brightness of the picture will be affected. Therefore, gamma correction is needed. Several approaches to gamma correction are discussed in [20–22]. For this specific 7-inch LCD, only the producer knows the relationship between the voltage sent to the LCD and the intensity it produces. The signal can be corrected according to the datasheet of the LCD before it gets to the monitor. According to the datasheet, ten gamma correction voltages are needed. These voltages can be got from a resistive subdivision circuit.

The main task for the program is to calculate the driving parameters of the vehicle and display them on the TFT-LCD. The calculation is triggered by the input signals via the sampling circuits or the CAN bus. The main program flow chart of the system is shown in Figure 10.

The design scheme of a TFT-LCD based automobile instrument is carried out form aspects of both the hardware and the main program flow chart. The MB91F599 simplifies the peripheral circuits with its rich on-chip resources and shows high performance in real-time data processing. The automobile instrument is capable of displaying the velocity of the vehicle, the engine speed, the cooling water temperature, the oil pressure, the fuel volume, the air pressure, and other information on the TFT-LCD, which contributes a lot to driving safety and satisfies drivers’ aesthetics. Besides, the rearview video makes the parking and backing easier and safer for the driver. Moreover, the CAN bus interface and TFT-LCD make it easier for the upgrading of the instrument without changing the hardware, thus saving the cost.

I found the TFT screen and Uno on Banggood.com about a month ago and over the weekend I was messing with the pair and found the tftbmp draw code in the demo.. I extended it with the ability to read any bmp file on the SD card.. so all you do is put your bitmaps on the SD and plug it in.. Having to add/edit/recompile/reload the Uno everytime is BS... Here is my code:

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.

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.

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.

Funnily enough, the amount of contributors actually isn"t relevant to chances of a project winning anything in Hackaday Prize, most projects I"ve seen win are one-man efforts. I"ve participated in previous Hackaday Prize challenges, and I"m pretty realistic about it - I"ve submitted this project to Hackaday Prize "displays" round, but nothing I do here is really "in the spirit" of projects that change the world, are commercializable easily or could benefit from a Design Lab residence. This page, realistically, has 0 chances of getting anywhere further than this round"s final (which is a $500 prize), and even this chance is pretty slim, considering that, IIRC last time I checked, there"s already 10 decent applications.

To put it explicitly, I"m treating this HaD prize round as more of "deadline for me to dump my brain and do as much research on laptop display stuff as possible + unlikely but plausible monetary reward for me to fund my crippling addiction to reusing laptop parts". Plus, there"s the "positive coverage" part of that, which I"ve learned to be one of the most important parts - actually letting people know that this is a thing will seriously impact usefulness of what I make. After over a year of working with laptop displays specifically (and multiple years of hoping I get to do that someday), I can"t help but feel like - now I owe it to people to tell every single thing I"ve learned. And, to be as frank and transparent as possible, the main competition here is between my lack of ability to finish projects I start and my desire to share what I"ve learned, as well as the desired ego boost of "I am doing a thing that people do really need" =)

One thing I do hope to be able to do, however, is eventually selling "making your display work" kits on Tindie which would cover usecases that Chinese sellers don"t cover. For instance, eDP displays from laptops can easily be adapted to full-size DisplayPort with a small PCB that"d connect to commonly available eDP-FPC cables with standardized pinout, providing both a DisplayPort input and a small circuit generating EN+ADJ signals for the panel"s builtin LED driver. Nobody is currently making these boards, but there"s a market for them, and I will be making them. And I"ll be linking to product pages for these boards from this project page, for sure - but that"s not the end goal, it"s merely "I can do this and it nets some extra income to fund my research" thing, especially given these boards will certainly be OSHW.

WARNING: BTT does not officially provide MKS TFT hardware support. MKS TFT is maintained by open source contributors and BTT does not bear any risk of MKS TFT hardware using this firmware.

In case your mainboard provides EXP1 and EXP2, you have to connect 2 ribbon cables connecting EXP1 and EXP2 of the mainboard to EXP1 and EXP2 of the TFT. In the Marlin firmware of your mainboard, make sure that ONLY REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER is activated in Configuration.h and that all other controllers are Deactivated (especially CR10_STOCKDISPLAY).

In case you have an "E3" mainboard which provides a single EXP connector, you have to connect 1 ribbon cable connecting EXP of the mainboard to EXP3 of the TFT. In case your TFT does not provide an EXP3 connector but only two 10pin connectors (TFT24 v1.1 for example) you will need a "Y-split" cable with one 10pin connector on one side (for the mainboard) and two 10pin connectors on the other side (for the TFT). In the Marlin firmware of your mainboard, make sure that ONLY CR10_STOCKDISPLAY is activated in Configuration.h and that all other controllers are Deactivated (especially REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER).

Any binary file for an MKS firmware (e.g. MKS_TFT28_V4.0.27.x.bin) MUST be renamed to MKSTFT*.bin (e.g. MKSTFT28.bin, MKSTFT35.bin etc.) in order it can be recognized and installed by the TFT

A configuration can be uploaded without the need to upload the firmware or the TFT folder again, as long as the firmware and the configuration file are from the same version (see Configuration Update).

Copy the precompiled BIGTREE_TFT*_V*.*.*.bin or your self compiled firmware, plus the TFT* folder of your preferred theme along with config.ini to the root of a blank SD card not greater than 8GB and formatted as FAT32:

Optionally, copy one or more language_*.ini file(s) onto the SD card. Doing so, it will allow you to switch between English and the uploaded language(s) from the Language menu present in the TFT firmware. We recommend to upload the minimum amount of languages to keep the memory usage low. The language_*.ini file can be edited to change the text shown on the TFT:

Place the SD card with BIGTREE_TFT*_V*.*.*.bin, the TFT* folder, config.ini and the optional language_*.ini file(s) into the TFT"s SD card reader and reset your TFT (or optionally - power cycle your printer) to start the update process:

Unless the default hard coded settings have been properly configured (e.g. a self compiled firmware was installed), after an hard reset the TFT typically needs to be reconfigured with the proper config.ini file (see Configuration Update)

When the default hard coded settings are properly configured for a TFT and the TFT"s basic function such as surfing on the menus is working, in case of issues the user can opt to apply only a configuration reset (soft reset) instead of an hard reset.

A BIGTREE_TFT*_V*.*.*.bin file will be generated in the hidden .pio\build\BIGTREE_TFT*_V*_* folder. Follow the update process outlined in the Firmware Update section above to update your TFT to the latest version

TIP: In case there is a problem compiling the TFT firmware try to restart VSC. If this does not help and you are using macOS, delete the packages and platforms folders usually present under the folder /Users/***username***/.platformio/.

In case the TFT needs to be placed with a vertical orientation (e.g. 90°), the firmware needs to be compiled with the portrait mode support and installed following the procedure below:

OctoPrint, ESP3D, Pronterface etc, connected to a TFT"s serial port, can browse files on both the TFT"s and mainboard"s media devices and start a print that will be handled by the host (TFT or mainboard). The following actions and the related triggering G-codes are currently supported by the TFT fw:

OctoPrint, ESP3D, Pronterface etc, connected to a TFT"s or mainboard"s serial port, can host a print (print handled by the host) and optionally can trigger some actions to the TFT sending specific G-codes. The following actions and the related triggering G-codes are currently supported by the TFT fw:

Only on print end or cancel (with triggers print_end or cancel) the TFT Printing menu is finalized (statistics available etc.) and unlocked (the menu can be closed).

With the exception of TFT70, the maximum number of displayable layer count is 999 (there"s no space to display layer number and count if the layer count is above 999)

The most recent version of the standard bigtreetech TFT firmware has built in support for RepRap firmware. The pre-built images have this enabled by default.

The TFT35 E3 V3.0 has 3 cables to connect to the mainboard. Two 10 pin ribbon cables and one 5 pin serial cable. The 2 ribbon cables connect to the EXP1 and the EXP2 connections on both the TFT35 E3 V3.0 and the MKS mainboards.

NOTE: On the MKS mainboards there is an issue that involves at least the MKS GEN_L, MKS SGEN, and MKS SGEN_L models. The EXP1 and EXP2 connections have the socket shell installed wrong way around. The notch that indexes the cable should be facing towards the mainboard. If you get a blank screen on the TFT35 E3 V3.0 touchscreen after connecting the two EXP cables and turning the printer on, turn printer off and disconnect the 10 pin cables from either the touch screen or the mainboard and using small diagonal cutters trim the tab down to be as close to flush as you can get on both cables (and only on one end) and plug them back in with the trimmed tab now facing the mainboard.

In case filament data is not present in the G-code, the filament length data is calculated during print. Length is calculated regardless of using the TFT USB, TFT SD or the onboard media. Calculations are done in both absolute or relative extrusion mode. Filament data takes into account the flow rate also but with a caveat. It has to be the same flow rate during the entire time of the printing, because the end result is calculated based on the flow rate at the time the print has finished. If flow rate changes during the print the results will not be accurate anymore.

A liquid-crystal display (LCD) is a flat-panel display or other electronically modulated optical device that uses the light-modulating properties of liquid crystals combined with polarizers. Liquid crystals do not emit light directlybacklight or reflector to produce images in color or monochrome.seven-segment displays, as in a digital clock, are all good examples of devices with these displays. They use the same basic technology, except that arbitrary images are made from a matrix of small pixels, while other displays have larger elements. LCDs can either be normally on (positive) or off (negative), depending on the polarizer arrangement. For example, a character positive LCD with a backlight will have black lettering on a background that is the color of the backlight, and a character negative LCD will have a black background with the letters being of the same color as the backlight. Optical filters are added to white on blue LCDs to give them their characteristic appearance.

LCDs are used in a wide range of applications, including LCD televisions, computer monitors, instrument panels, aircraft cockpit displays, and indoor and outdoor signage. Small LCD screens are common in LCD projectors and portable consumer devices such as digital cameras, watches, digital clocks, calculators, and mobile telephones, including smartphones. LCD screens are also used on consumer electronics products such as DVD players, video game devices and clocks. LCD screens have replaced heavy, bulky cathode-ray tube (CRT) displays in nearly all applications. LCD screens are available in a wider range of screen sizes than CRT and plasma displays, with LCD screens available in sizes ranging from tiny digital watches to very large television receivers. LCDs are slowly being replaced by OLEDs, which can be easily made into different shapes, and have a lower response time, wider color gamut, virtually infinite color contrast and viewing angles, lower weight for a given display size and a slimmer profile (because OLEDs use a single glass or plastic panel whereas LCDs use two glass panels; the thickness of the panels increases with size but the increase is more noticeable on LCDs) and potentially lower power consumption (as the display is only "on" where needed and there is no backlight). OLEDs, however, are more expensive for a given display size due to the very expensive electroluminescent materials or phosphors that they use. Also due to the use of phosphors, OLEDs suffer from screen burn-in and there is currently no way to recycle OLED displays, whereas LCD panels can be recycled, although the technology required to recycle LCDs is not yet widespread. Attempts to maintain the competitiveness of LCDs are quantum dot displays, marketed as SUHD, QLED or Triluminos, which are displays with blue LED backlighting and a Quantum-dot enhancement film (QDEF) that converts part of the blue light into red and green, offering similar performance to an OLED display at a lower price, but the quantum dot layer that gives these displays their characteristics can not yet be recycled.

Since LCD screens do not use phosphors, they rarely suffer image burn-in when a static image is displayed on a screen for a long time, e.g., the table frame for an airline flight schedule on an indoor sign. LCDs are, however, susceptible to image persistence.battery-powered electronic equipment more efficiently than a CRT can be. By 2008, annual sales of televisions with LCD screens exceeded sales of CRT units worldwide, and the CRT became obsolete for most purposes.

Most color LCD systems use the same technique, with color filters used to generate red, green, and blue subpixels. The LCD color filters are made with a photolithography process on large glass sheets that are later glued with other glass sheets containing a TFT array, spacers and liquid crystal, creating several color LCDs that are then cut from one another and laminated with polarizer sheets. Red, green, blue and black photoresists (resists) are used. All resists contain a finely ground powdered pigment, with particles being just 40 nanometers across. The black resist is the first to be applied; this will create a black grid (known in the industry as a black matrix) that will separate red, green and blue subpixels from one another, increasing contrast ratios and preventing light from leaking from one subpixel onto other surrounding subpixels.Super-twisted nematic LCD, where the variable twist between tighter-spaced plates causes a varying double refraction birefringence, thus changing the hue.

The optical effect of a TN device in the voltage-on state is far less dependent on variations in the device thickness than that in the voltage-off state. Because of this, TN displays with low information content and no backlighting are usually operated between crossed polarizers such that they appear bright with no voltage (the eye is much more sensitive to variations in the dark state than the bright state). As most of 2010-era LCDs are used in television sets, monitors and smartphones, they have high-resolution matrix arrays of pixels to display arbitrary images using backlighting with a dark background. When no image is displayed, different arrangements are used. For this purpose, TN LCDs are operated between parallel polarizers, whereas IPS LCDs feature crossed polarizers. In many applications IPS LCDs have replaced TN LCDs, particularly in smartphones. Both the liquid crystal material and the alignment layer material contain ionic compounds. If an electric field of one particular polarity is applied for a long period of time, this ionic material is attracted to the surfaces and degrades the device performance. This is avoided either by applying an alternating current or by reversing the polarity of the electric field as the device is addressed (the response of the liquid crystal layer is identical, regardless of the polarity of the applied field).

Displays for a small number of individual digits or fixed symbols (as in digital watches and pocket calculators) can be implemented with independent electrodes for each segment.alphanumeric or variable graphics displays are usually implemented with pixels arranged as a matrix consisting of electrically connected rows on one side of the LC layer and columns on the other side, which makes it possible to address each pixel at the intersections. The general method of matrix addressing consists of sequentially addressing one side of the matrix, for example by selecting the rows one-by-one and applying the picture information on the other side at the columns row-by-row. For details on the various matrix addressing schemes see passive-matrix and active-matrix addressed LCDs.

LCDs, along with OLED displays, are manufactured in cleanrooms borrowing techniques from semiconductor manufacturing and using large sheets of glass whose size has increased over time. Several displays are manufactured at the same time, and then cut from the sheet of glass, also known as the mother glass or LCD glass substrate. The increase in size allows more displays or larger displays to be made, just like with increasing wafer sizes in semiconductor manufacturing. The glass sizes are as follows:

The origins and the complex history of liquid-crystal displays from the perspective of an insider during the early days were described by Joseph A. Castellano in Liquid Gold: The Story of Liquid Crystal Displays and the Creation of an Industry.IEEE History Center.Peter J. Wild, can be found at the Engineering and Technology History Wiki.

The MOSFET (metal-oxide-semiconductor field-effect transistor) was invented by Mohamed M. Atalla and Dawon Kahng at Bell Labs in 1959, and presented in 1960.Paul K. Weimer at RCA developed the thin-film transistor (TFT) in 1962.

In 1964, George H. Heilmeier, then working at the RCA laboratories on the effect discovered by Williams achieved the switching of colors by field-induced realignment of dichroic dyes in a homeotropically oriented liquid crystal. Practical problems with this new electro-optical effect made Heilmeier continue to work on scattering effects in liquid crystals and finally the achievement of the first operational liquid-crystal display based on what he called the George H. Heilmeier was inducted in the National Inventors Hall of FameIEEE Milestone.

The idea of a TFT-based liquid-crystal display (LCD) was conceived by Bernard Lechner of RCA Laboratories in 1968.dynamic scattering mode (DSM) LCD that used standard discrete MOSFETs.

On December 4, 1970, the twisted nematic field effect (TN) in liquid crystals was filed for patent by Hoffmann-LaRoche in Switzerland, (Swiss patent No. 532 261) with Wolfgang Helfrich and Martin Schadt (then working for the Central Research Laboratories) listed as inventors.Brown, Boveri & Cie, its joint venture partner at that time, which produced TN displays for wristwatches and other applications during the 1970s for the international markets including the Japanese electronics industry, which soon produced the first digital quartz wristwatches with TN-LCDs and numerous other products. James Fergason, while working with Sardari Arora and Alfred Saupe at Kent State University Liquid Crystal Institute, filed an identical patent in the United States on April 22, 1971.ILIXCO (now LXD Incorporated), produced LCDs based on the TN-effect, which soon superseded the poor-quality DSM types due to improvements of lower operating voltages and lower power consumption. Tetsuro Hama and Izuhiko Nishimura of Seiko received a US patent dated February 1971, for an electronic wristwatch incorporating a TN-LCD.

In 1972, the concept of the active-matrix thin-film transistor (TFT) liquid-crystal display panel was prototyped in the United States by T. Peter Brody"s team at Westinghouse, in Pittsburgh, Pennsylvania.Westinghouse Research Laboratories demonstrated the first thin-film-transistor liquid-crystal display (TFT LCD).high-resolution and high-quality electronic visual display devices use TFT-based active matrix displays.active-matrix liquid-crystal display (AM LCD) in 1974, and then Brody coined the term "active matrix" in 1975.

In 1972 North American Rockwell Microelectronics Corp introduced the use of DSM LCDs for calculators for marketing by Lloyds Electronics Inc, though these required an internal light source for illumination.Sharp Corporation followed with DSM LCDs for pocket-sized calculators in 1973Seiko and its first 6-digit TN-LCD quartz wristwatch, and Casio"s "Casiotron". Color LCDs based on Guest-Host interaction were invented by a team at RCA in 1968.TFT LCDs similar to the prototypes developed by a Westinghouse team in 1972 were patented in 1976 by a team at Sharp consisting of Fumiaki Funada, Masataka Matsuura, and Tomio Wada,

The first color LCD televisions were developed as handheld televisions in Japan. In 1980, Hattori Seiko"s R&D group began development on color LCD pocket televisions.Seiko Epson released the first LCD television, the Epson TV Watch, a wristwatch equipped with a small active-matrix LCD television.dot matrix TN-LCD in 1983.Citizen Watch,TFT LCD.computer monitors and LCD televisions.3LCD projection technology in the 1980s, and licensed it for use in projectors in 1988.compact, full-color LCD projector.

In 2007 the image quality of LCD televisions surpassed the image quality of cathode-ray-tube-based (CRT) TVs.LCD TVs were projected to account 50% of the 200 million TVs to be shipped globally in 2006, according to Displaybank.Toshiba announced 2560 × 1600 pixels on a 6.1-inch (155 mm) LCD panel, suitable for use in a tablet computer,transparent and flexible, but they cannot emit light without a backlight like OLED and microLED, which are other technologies that can also be made flexible and transparent.

Since LCDs produce no light of their own, they require external light to produce a visible image.backlight. Active-matrix LCDs are almost always backlit.Transflective LCDs combine the features of a backlit transmissive display and a reflective display.

CCFL: The LCD panel is lit either by two cold cathode fluorescent lamps placed at opposite edges of the display or an array of parallel CCFLs behind larger displays. A diffuser (made of PMMA acrylic plastic, also known as a wave or light guide/guiding plateinverter to convert whatever DC voltage the device uses (usually 5 or 12 V) to ≈1000 V needed to light a CCFL.

EL-WLED: The LCD panel is lit by a row of white LEDs placed at one or more edges of the screen. A light diffuser (light guide plate, LGP) is then used to spread the light evenly across the whole display, similarly to edge-lit CCFL LCD backlights. The diffuser is made out of either PMMA plastic or special glass, PMMA is used in most cases because it is rugged, while special glass is used when the thickness of the LCD is of primary concern, because it doesn"t expand as much when heated or exposed to moisture, which allows LCDs to be just 5mm thick. Quantum dots may be placed on top of the diffuser as a quantum dot enhancement film (QDEF, in which case they need a layer to be protected from heat and humidity) or on the color filter of the LCD, replacing the resists that are normally used.

WLED array: The LCD panel is lit by a full array of white LEDs placed behind a diffuser behind the panel. LCDs that use this implementation will usually have the ability to dim or completely turn off the LEDs in the dark areas of the image being displayed, effectively increasing the contrast ratio of the display. The precision with which this can be done will depend on the number of dimming zones of the display. The more dimming zones, the more precise the dimming, with less obvious blooming artifacts which are visible as dark grey patches surrounded by the unlit areas of the LCD. As of 2012, this design gets most of its use from upscale, larger-screen LCD televisions.

RGB-LED array: Similar to the WLED array, except the panel is lit by a full array of RGB LEDs. While displays lit with white LEDs usually have a poorer color gamut than CCFL lit displays, panels lit with RGB LEDs have very wide color gamuts. This implementation is most popular on professional graphics editing LCDs. As of 2012, LCDs in this category usually cost more than $1000. As of 2016 the cost of this category has drastically reduced and such LCD televisions obtained same price levels as the former 28" (71 cm) CRT based categories.

Today, most LCD screens are being designed with an LED backlight instead of the traditional CCFL backlight, while that backlight is dynamically controlled with the video information (dynamic backlight control). The combination with the dynamic backlight control, invented by Philips researchers Douglas Stanton, Martinus Stroomer and Adrianus de Vaan, simultaneously increases the dynamic range of the display system (also marketed as HDR, high dynamic range television or FLAD, full-area local area dimming).

Due to the LCD layer that generates the desired high resolution images at flashing video speeds using very low power electronics in combination with LED based backlight technologies, LCD technology has become the dominant display technology for products such as televisions, desktop monitors, notebooks, tablets, smartphones and mobile phones. Although competing OLED technology is pushed to the market, such OLED displays do not feature the HDR capabilities like LCDs in combination with 2D LED backlight technologies have, reason why the annual market of such LCD-based products is still growing faster (in volume) than OLED-based products while the efficiency of LCDs (and products like portable computers, mobile phones and televisions) may even be further improved by preventing the light to be absorbed in the colour filters of the LCD.

A standard television receiver screen, a modern LCD panel, has over six million pixels, and they are all individually powered by a wire network embedded in the screen. The fine wires, or pathways, form a grid with vertical wires across the whole screen on one side of the screen and horizontal wires across the whole screen on the other side of the screen. To this grid each pixel has a positive connection on one side and a negative connection on the other side. So the total amount of wires needed for a 1080p display is 3 x 1920 going vertically and 1080 going horizontally for a total of 6840 wires horizontally and vertically. That"s three for red, green and blue and 1920 columns of pixels for each color for a total of 5760 wires going vertically and 1080 rows of wires going horizontally. For a panel that is 28.8 inches (73 centimeters) wide, that means a wire density of 200 wires per inch along the horizontal edge.

Monochrome and later color passive-matrix LCDs were standard in most early laptops (although a few used plasma displaysGame Boyactive-matrix became standard on all laptops. The commercially unsuccessful Macintosh Portable (released in 1989) was one of the first to use an active-matrix display (though still monochrome). Passive-matrix LCDs are still used in the 2010s for applications less demanding than laptop computers and TVs, such as inexpensive calculators. In particular, these are used on portable devices where less information content needs to be displayed, lowest power consumption (no backlight) and low cost are desired or readability in direct sunlight is needed.

A comparison between a blank passive-matrix display (top) and a blank active-matrix display (bottom). A passive-matrix display can be identified when the blank background is more grey in appearance than the crisper active-matrix display, fog appears on all edges of the screen, and while pictures appear to be fading on the screen.

Displays having a passive-matrix structure are employing Crosstalk between activated and non-activated pixels has to be handled properly by keeping the RMS voltage of non-activated pixels below the threshold voltage as discovered by Peter J. Wild in 1972,

STN LCDs have to be continuously refreshed by alternating pulsed voltages of one polarity during one frame and pulses of opposite polarity during the next frame. Individual pixels are addressed by the corresponding row and column circuits. This type of display is called response times and poor contrast are typical of passive-matrix addressed LCDs with too many pixels and driven according to the "Alt & Pleshko" drive scheme. Welzen and de Vaan also invented a non RMS drive scheme enabling to drive STN displays with video rates and enabling to show smooth moving video images on an STN display.

Bistable LCDs do not require continuous refreshing. Rewriting is only required for picture information changes. In 1984 HA van Sprang and AJSM de Vaan invented an STN type display that could be operated in a bistable mode, enabling extremely high resolution images up to 4000 lines or more using only low voltages.

High-resolution color displays, such as modern LCD computer monitors and televisions, use an active-matrix structure. A matrix of thin-film transistors (TFTs) is added to the electrodes in contact with the LC layer. Each pixel has its own dedicated transistor, allowing each column line to access one pixel. When a row line is selected, all of the column lines are connected to a row of pixels and voltages corresponding to the picture information are driven onto all of the column lines. The row line is then deactivated and the next row line is selected. All of the row lines are selected in sequence during a refresh operation. Active-matrix addressed displays look brighter and sharper than passive-matrix addressed displays of the same size, and generally have quicker response times, producing much better images. Sharp produces bistable reflective LCDs with a 1-bit SRAM cell per pixel that only requires small amounts of power to maintain an image.

Segment LCDs can also have color by using Field Sequential Color (FSC LCD). This kind of displays have a high speed passive segment LCD panel with an RGB backlight. The backlight quickly changes color, making it appear white to the naked eye. The LCD panel is synchronized with the backlight. For example, to make a segment appear red, the segment is only turned ON when the backlight is red, and to make a segment appear magenta, the segment is turned ON when the backlight is blue, and it continues to be ON while the backlight becomes red, and it turns OFF when the backlight becomes green. To make a segment appear black, the segment is always turned ON. An FSC LCD divides a color image into 3 images (one Red, one Green and one Blue) and it displays them in order. Due to persistence of vision, the 3 monochromatic images appear as one color image. An FSC LCD needs an LCD panel with a refresh rate of 180 Hz, and the response time is reduced to just 5 milliseconds when compared with normal STN LCD panels which have a response time of 16 milliseconds.

Samsung introduced UFB (Ultra Fine & Bright) displays back in 2002, utilized the super-birefringent effect. It has the luminance, color gamut, and most of the contrast of a TFT-LCD, but only consumes as much power as an STN display, according to Samsung. It was being used in a variety of Samsung cellular-telephone models produced until late 2006, when Samsung stopped producing UFB displays. UFB displays were also used in certain models of LG mobile phones.

Twisted nematic displays contain liquid crystals that twist and untwist at varying degrees to allow light to pass through. When no voltage is applied to a TN liquid crystal cell, polarized light passes through the 90-degrees twisted LC layer. In proportion to the voltage applied, the liquid crystals untwist changing the polarization and blocking the light"s path. By properly adjusting the level of the voltage almost any gray level or transmission can be achieved.

In-plane switching is an LCD technology that aligns the liquid crystals in a plane parallel to the glass substrates. In this method, the electrical field is applied through opposite electrodes on the same glass substrate, so that the liquid crystals can be reoriented (switched) essentially in the same plane, although fringe fields inhibit a homogeneous reorientation. This requires two transistors for each pixel instead of the single transistor needed for a standard thin-film transistor (TFT) display. The IPS technology is used in everything from televisions, computer monitors, and even wearable devices, especially almost all LCD smartphone panels are IPS/FFS mode. IPS displays belong to the LCD panel family screen types. The other two types are VA and TN. Before LG Enhanced IPS was introduced in 2001 by Hitachi as 17" monitor in Market, the additional transistors resulted in blocking more transmission area, thus requiring a brighter backlight and consuming more power, making this type of display less desirable for notebook computers. Panasonic Himeji G8.5 was using an enhanced version of IPS, also LGD in Korea, then currently the world biggest LCD panel manufacture BOE in China is also IPS/FFS mode TV panel.

In 2015 LG Display announced the implementation of a new technology called M+ which is the addition of white subpixel along with the regular RGB dots in their IPS panel technology.

Most of the new M+ technology was employed on 4K TV sets which led to a controversy after tests showed that the addition of a white sub pixel replacing the traditional RGB structure would reduce the resolution by around 25%. This means that a 4K TV cannot display the full UHD TV standard. The media and internet users later called this "RGBW" TVs because of the white sub pixel. Although LG Display has developed this technology for use in notebook display, outdoor and smartphones, it became more popular in the TV market because the announced 4K UHD resolution but still being incapable of achieving true UHD resolution defined by the CTA as 3840x2160 active pixels with 8-bit color. This negatively impacts the rendering of text, making it a bit fuzzier, which is especially noticeable when a TV is used as a PC monitor.

In 2011, LG claimed the smartphone LG Optimus Black (IPS LCD (LCD NOVA)) has the brightness up to 700 nits, while the competitor has only IPS LCD with 518 nits and double an active-matrix OLED (AMOLED) display with 305 nits. LG also claimed the NOVA display to be 50 percent more efficient than regular LCDs and to consume only 50 percent of the power of AMOLED displays when producing white on screen.

Vertical-alignment displays are a form of LCDs in which the liquid crystals naturally align vertically to the glass substrates. When no voltage is applied, the liquid crystals remain perpendicular to the substrate, creating a black display between crossed polarizers. When voltage is applied, the liquid crystals shift to a tilted position, allowing light to pass through and create a gray-scale display depending on the amount of tilt generated by the electric field. It has a deeper-black background, a higher contrast ratio, a wider viewing angle, and better image quality at extreme temperatures than traditional twisted-nematic displays.

Some manufacturers, notably in South Korea where some of the largest LCD panel manufacturers, such as LG, are located, now have a zero-defective-pixel guarantee, which is an extra screening process which can then determine "A"- and "B"-grade panels.clouding (or less commonly mura), which describes the uneven patches of changes in luminance. It is most visible in dark or black areas of displayed scenes.

The zenithal bistable device (ZBD), developed by Qinetiq (formerly DERA), can retain an image without power. The crystals may exist in one of two stable orientations ("black" and "white") and power is only required to change the image. ZBD Displays is a spin-off company from QinetiQ who manufactured both grayscale and color ZBD devices. Kent Displays has also developed a "no-power" display that uses polymer stabilized cholesteric liquid crystal (ChLCD). In 2009 Kent demonstrated the use of a ChLCD to cover the entire surface of a mobile phone, allowing it to change colors, and keep that color even when power is removed.

Resolution The resolution of an LCD is expressed by the number of columns and rows of pixels (e.g., 1024×768). Each pixel is usually composed 3 sub-pixels, a red, a green, and a blue one. This had been one of the few features of LCD performance that remained uniform among different designs. However, there are newer designs that share sub-pixels among pixels and add Quattron which attempt to efficiently increase the perceived resolution of a display without increasing the actual resolution, to mixed results.

Spatial performance: For a computer monitor or some other display that is being viewed from a very close distance, resolution is often expressed in terms of dot pitch or pixels per inch, which is consistent with the printing industry. Display density varies per application, with televisions generally having a low density for long-distance viewing and portable devices having a high density for close-range detail. The Viewing Angle of an LCD may be important depending on the display and its usage, the limitations of certain display technologies mean the display only displays accurately at certain angles.

Temporal performance: the temporal resolution of an LCD is how well it can display changing images, or the accuracy and the number of times per second the display draws the data it is being given. LCD pixels do not flash on/off between frames, so LCD monitors exhibit no refresh-induced flicker no matter how low the refresh rate.

Color perf