tft display with serial interface quotation

This innovative display has an extremely space-saving design that simultaneously maximizes the viewing area: there is no PCB overhang and no contact pads for connectors or cables. The viewing

Like all DIP modules, the EA eDIPTFT43-A is simply inserted in the PCB and soldered in place. No screws, distance sleeves or cables are required, thus saving material costs and simplifying

For a standard screw mounting (e.g. together with the mounting bezel EA 0FP481-43SW) the display comes with 2 additional mounting clips for easy screw mounting.

There is something to match every system: depending on the configuration, the connection can be established via an RS-232 (CMOS level), SPI or I²C bus interface. Also the touch panel

Only top-quality materials are used. As a result, this display is very easy to read and offers a high level of contrast. The design and manufacture of this display series guarantees minimum

Optionally, we can also supply this display with an analog touch panel which can be used for all types of input. An integrated touch controller is responsible for representing and labelling the

With an extended standard temperature range of -20..+70 °C, rapid response times are guaranteed down to -20 °C (max. 3 seconds) Even the essential temperature compensation is already

tft display with serial interface quotation

Quote: This display uses the NT57860 driver IC. I"m using the TC358860 eDP-to-MIPIDSI bridge chip, but I"m not sure whether it can drive this display panel. Is it possible to share the datasheet of this NT57860 driver IC? That way I"m able to verify that. Thanks in advance, With kind regards

tft display with serial interface quotation

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

It supports 8080 6800 8-bit,16-bit parallel,3-wire,4-wire,I2C serial spi interface. Built-in MicroSD card slot. It"s optional for 4-wire resistive touch panel (IC RA8875 built-in touch controller),capacitive touch panel with controller,font chip, flash chip and microsd card. We offer two types connection,one is pin header and the another is ZIF connector with flat cable.Mounting on board by default. There is no capacitive touch panel connection on the board of ER-TFTM050-3,its capacitive touch panel needs to be connected with your external board.Now we design another new board with capacitive touch connection named_ER-TFTM050A2-3.

Of course, we wouldn"t just leave you with a datasheet and a "good luck!".Here is the link for5" TFT capacitive touch shield with libraries,examples,schematic diagram for Arduino Due,Mega 2560 and Uno. For 8051 microcontroller user,we prepared the detailed tutorial such as interfacing, demo code and development kit at the bottom of this page.

tft display with serial interface quotation

Display size, contrast, color, brightness, resolution, and power are key factors in choosing the right display technology for your application. However, making the right choice in how you feed the information to the display is just as vital, and there are many interface options available.

All displays work in a similar manner. In a very basic explanation, they all have many rows and columns of pixels driven by a controller that communicates with each pixel to emit the brightness and color needed to make up the transmitted image. In some devices, the pixels are diodes that light up when current flows (PMOLEDs and AMOLEDs), and in other electronics, the pixel acts as a shutter to let some of the light from a backlight visible. In all cases, a memory array stores the image information that travels to the display through an interface.

According to Wikipedia, "an interface is a shared boundary across which two separate components of a computer system exchange information. The exchange can be between software, computer hardware, peripheral devices, humans, and combinations of these. Some computer hardware devices such as a touchscreen can both send and receive data through the interface, while others such as a mouse or microphone may only provide an interface to send data to a given system.” In other words, an interface is something that facilitates communication between two objects. Although display interfaces serve a similar purpose, how that communication occurs varies widely.

Serial Peripheral Interface (SPI) is a synchronous serial communication interface best-suited for short distances. It was developed by Motorola for components to share data such as flash memory, sensors, Real-Time Clocks, analog-to-digital converters, and more. Because there is no protocol overhead, the transmission runs at relatively high speeds. SPI runs on one master (the side that generates the clock) with one or more slaves, usually the devices outside the central processor. One drawback of SPI is the number of pins required between devices. Each slave added to the master/slave system needs an additional chip select I/O pin on the master. SPI is a great option for small, low-resolution displays including PMOLEDs and smaller LCDs.

Philips Semiconductors invented I2C (Inter-integrated Circuit) or I-squared-C in 1982. It utilizes a multi-master, multi-slave, single-ended, serial computer bus system. Engineers developed I2C for simple peripherals on PCs, like keyboards and mice to then later apply it to displays. Like SPI, it only works for short distances within a device and uses an asynchronous serial port. What sets I2C apart from SPI is that it can support up to 1008 slaves and only requires two wires, serial clock (SCL), and serial data (SDA). Like SPI, I2C also works well with PMOLEDs and smaller LCDs. Many display systems transfer the touch sensor data through I2C.

RGB is used to interface with large color displays. It sends 8 bits of data for each of the three colors, Red Green, and Blue every clock cycle. Since there are 24 bits of data transmitted every clock cycle, at clock rates up to 50 MHz, this interface can drive much larger displays at video frame rates of 60Hz and up.

Low-Voltage Differential Signaling (LVDS) was developed in 1994 and is a popular choice for large LCDs and peripherals in need of high bandwidth, like high-definition graphics and fast frame rates. It is a great solution because of its high speed of data transmission while using low voltage. Two wires carry the signal,  with one wire carrying the exact inverse of its companion. The electric field generated by one wire is neatly concealed by the other, creating much less interference to nearby wireless systems. At the receiver end, a circuit reads the difference (hence the "differential" in the name) in voltage between the wires. As a result, this scheme doesn’t generate noise or gets its signals scrambled by external noise. The interface consists of four, six, or eight pairs of wires, plus a pair carrying the clock and some ground wires. 24-bit color information at the transmitter end is converted to serial information, transmitted quickly over these pairs of cables, then converted back to 24-bit parallel in the receiver, resulting in an interface that is very fast to handle large displays and is very immune to interference.

Mobile Industry Processor Interface (MIPI) is a newer technology that is managed by the MIPI Alliance and has become a popular choice among wearable and mobile developers. MIPI uses similar differential signaling to LVDS by using a clock pair and one to eight pairs of data called lanes. MIPI supports a complex protocol that allows high speed and low power modes, as well as the ability to read data back from the display at lower rates. There are several versions of MIPI for different applications, MIPI DSI being the one for displays.

Display components stretch the limitations of bandwidth. For perspective, the most common internet bandwidth in a residential home runs on average at around 20 megabits per second or 20 billion 1s and 0s per second. Even small displays can require 4MB per second, which is a lot of data in what is often a tightly constrained physical space.

To give an example, a small monochrome PMOLED with a resolution of 128 x 128 contains 16,384 individual diodes. A still image of various diodes carrying current represents a frame. A frame rate is the number of times that a picture needs refreshing. Most videos have a frame rate of 60 fps (frames per second), which means that it is updated 60 times every second.

Take the same PMOLED display with the 128 x 128 resolution and 16,384 separate diodes; it requires information as to when and how brightly to illuminate each pixel. For a display with only 16 shades, it takes 4 bits of data. 128 x 128 x 4 = 65,536 bits for one frame. Now multiply it by the 60Hz, and you get a bandwidth of 4 megabits/second for a small monochrome display.

tft display with serial interface quotation

The DT022BTFT uses the same connections as the DT022CTFT, with the exception of the backlight (which has connections shown in the Displaytech datasheet).

The provided display driver example code is designed to work with Microchip, however it is generic enough to work with other micro-controllers. The code includes display reset sequence, initialization and example PutPixel() function. Keep the default values for all registers in the ILI9341, unless changed by the example code provided.

4-wire 8-bit Serial Data Interface II is the correct mode to use based on the microprocessor pins available. This mode is closest to standard SPI port operation with a few minor exceptions.

Note that the WR pin becomes the D/CX signal in serial mode. CS is used to initiate a data transfer by pulling it low. At the end of the data transfer, pull the CS pin high to complete the transaction. The timing diagram indicates that you can pull the CS pin high in between the command byte and data bytes within a transfer, but it is unlikely needed if the display is the only device on the SPI bus. To keep things simple, we suggest to leave it low during the entire transaction.

It is best to use PWM for backlight control. For prototyping, the LED backlight anode pin needs to be driven by a 5 Volt supply and each individual LED cathode needs a current limiting resistor. You can use a lower anode voltage than 5V, but you will need to calculate a new resistor value. The backlight LED voltage drop is about 3.2 Volts and varies with temperature.

tft display with serial interface quotation

The provided display driver example code is designed to work with Microchip, however it is generic enough to work with other micro-controllers. The code includes display reset sequence, initialization and example PutPixel() function.

Please see the DT028CTFT for reference designs. The schematics between the A and the C are the same with the exception that the A does not have the IPS interface.

tft display with serial interface quotation

ASI-T-17711A1SPN/D is a 1.77 inch transflective TFT with a resolution of 160 x 128, SPI interface and with a brightness of 110 Nits; viewable in direct sunlight.

ASI-T-20043A5PMN/AY is a 2.0 inch TFT with a resolution of 480 x 360, 3W SPI+16 bit RGB or MIPI interface, IPS all view, with a high brightness of 500 Nits.

ASI-T-240DA8BN/D is a 2.4 inch high brightness TFT with a resolution of 240 X 320, CPU 16-bit interface and with a brightness of 800 Nits; viewable in direct sunlight.

ASI-T-240DA10SMN/AQ is a 2.4 inch high brightness TFT with a resolution of 240 x 320, SPI & MCU interface, IPS all-angle view and with a brightness of 1000 Nits; viewable in direct sunlight. It also features an extra wide operating temperatures of -30 to +80C; perfect for extreme environmental applications.

ASI-T-240DAKBN/D is a 2.4 inch high brightness TFT with a resolution of 240 x 320, MCU interface and with a brightness of 1000 Nits; viewable in direct sunlight.

ASI-T-283DAKCRN/A is a 2.83 inch high brightness TFT with a resolution of 240 x 320, CPU, RGB, SPI interface and with a brightness of 1000 Nits; viewable in direct sunlight

ASI-T-3501RA1EN/A is a 3.5 inch TFT with a resolution of 480 x 640, 18 bit RGB, All View interface and with a brightness of 120 Nits; viewable in direct sunlight

ASI-T-3501RA1EN/D is a 3.5 inch TFT with a resolution of 480 x 640, 18-bit DBI Type B, All View interface and with a brightness of 120 Nits; viewable in direct sunlight

ASI-T-350EA8RCY6/A is a 3.5 inch high brightness TFT with a resolution of 320 x 240, 24-bit Parallel RGB/Serial RGB/CCIR/YUV interface and with a brightness of 850 Nits; viewable in direct sunlight with Capacitive Touch Panel

ASI-T-350EA10SRN/A is a 3.5 inch TFT with a resolution of 320 x 240, SPI & RGB interface and with a high brightness of 1,000 Nits and wide temperature range of -30 - +85 C.

tft display with serial interface quotation

When autocomplete results are available use up and down arrows to review and enter to select. Touch device users, explore by touch or with swipe gestures.

tft display with serial interface quotation

The new line of 3.5” TFT displays with IPS technology is now available! Three touchscreen options are available: capacitive, resistive, or without a touchscreen.

tft display with serial interface quotation

Established in the year of 2011, “Sambhav Electronic” are the leading Manufacturer, Importer And Exporterof an extensive Hybrid Stepper Motor, Power Relay, Smart TFT LCD Module, Pos Touch Screen Machine, Barcode Scanner, Portable Bluetooth Printer, Thermal POS Printer, Wireless Transceiver Module, Micro Controller, LCD Display, etc. We direct all our activities to cater the expectations of customers by providing them excellent quality products as per their gratification. Moreover, we follow moral business policies and crystal pure transparency in all our transactions to keep healthy relations with the customers.

So Far, we have served with various kinds of thermal printer and LCD Modules to more than 400 factories , With Years Management we have improved our Marketing and Sales Control, Nowadays we are one of the leading distributors around our country.

tft display with serial interface quotation

For our first project, we’re using both the inbuilt LCD screen and WiFi module to get text data of famous quotes. Since we’re all nerds at DIYODE, we’ve of course chosen to choose famous programming quotes. The center button of the Wio Terminal will be used to load a new quote and display it on the screen.

WiFi is involved here because we’re using a simple Web API to gather data and display it live. Since it’s connecting to WiFi, we could connect it with virtually any other web interface and make it work.

If you’re new to programming, this code may appear daunting, but it’s really just our Wio Terminal pretending to be a computer sending a web request and reading the response. An API is just an ‘application programming interface’ and is a fancy way of saying it’ll be the source of our data.

There isn’t a ton of libraries we need to import here. We’re using the Arduino JSON, rpcWiFi and HTTPClient libraries to handle the internet connection and data, and the TFT_eSPI library to handle the screen on the Wio Terminal.

The ‘wasPressed’ variable will be used during the main loop to ensure we only display one new quote when the button is pressed, and not to continue looking for quotes when the button is held. This is typically referred to as state detection, and we’ll talk about this shortly.void setup() {

Our setup code is verbose but should be fairly self-explanatory as we read through it. We’re starting the TFT screen and setting its rotation, background settings and a placeholder text while we wait for a connection to the WiFi.

Also notice that there is a considerable number of calls to the Serial command, which essentially allows us to debug and inspect the functionality of the Wio Terminal by opening the Serial Monitor (Shortcut – Ctrl+Shift+M).void loop() {

Finally, we can actually draw the quote text on the Wio Terminal’s screen! This isn’t that tricky, except for that weird for loop with the numbers in it. The purpose of this is to provide some basic text wrapping.

Text wrapping is the process of bringing text fields down to the next line on the screen if it’s too long – which is often the case with quotes. The LCD library does have this function built-in, but it wasn’t cooperating for us, so we wrote it ourselves!

Essentially, we’re taking ‘chunks’ out of the text with the substring function and writing each to one line of the Wio Terminal’s LCD screen. The ‘len’ variable describes the number of characters on each line. If the function is confusing, just change some values and observe the effects!

…and boom! It’s all working. Inspiring programming quotes at the press of a button. Obviously, this isn’t the most practical program ever – but it’s a good starting program to experiment with the Wio Terminal and to demonstrate its capabilities with precisely zero external wiring required.

tft display with serial interface quotation

TFTdisplays moduleare liquid-crystal display panel with thin-film transistor technology, bonding with IC driver, backlight unit, and flex cable, sometimes assemble control board with difference interface.TFT displayis active display with high contrast than monochrome lcd, TheTFT display technology could offers full RGB display in wide range display colors and tunes, high display resolution. We could get rich colors, detailed images, clear and bright graphics display from a tft lcd module.

PCB HERO provide wide range tft lcd display module from small sizes to medium sizes. Our small tft lcd sizes( diagonal size of tft active area) have 0.9” tft lcd, 1.8” tft lcd, 2.2” tft lcd, 2.4”tft lcd, 2.8” tft lcd display module, 3.2” tft lcd, 3.5” tft lcd module, 4.3” tft display module, 5” tft lcd, 5.6” tft display, 5.7 inch tft, 7” tft lcd, medium sizes tft module such as 8” tft lcd, 9” tft, 10.1” tft lcd display module, 12.1” tft lcd, and so on. Our wide range standard tft lcd module could meet the most of application for industrial, medical, automotive application. Such as industrial control system, coffee machine, medical equipment, POS system, GPS navigator, white goods, kitchen display, cooking machine, energy control display, IOT, and etc.

PCB HERO tft lcd moduleincluding standard tft-lcd modules, wide viewing angle IPS tft lcd, sunlight readable tft lcd display with high brightness tft and transflective tft lcd, reflective tft, Wide temperature tft lcd, bar type tft lcd, and smart tft lcd module with serial interface for industrial display application. Resistive touch panel and projected capacitive touch screen (PCAP) with tft lcd, in landscape or portrait type. Beside color tft display, we have monochrome tft lcd with high transmissive ratio and power saving for special application such as 3D printer mask screen.

Our tft lcd module have variety interface including MCU, RGB,TTL, LVDS, MIPI DSI, serial SPI, I2C interface. The tft lcd display resolution from such as 80x160 pixels, QVGA 240X320, HVGA 320X480, VGA 640X480 tft lcd display module, and high resolution such 1024X600, 1024X768, 1280X800, FHD 1920X1080 resolution.

tft display with serial interface quotation

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.

The transmittance of a pixel of an LCD panel typically does not change linearly with the applied voltage,sRGB standard for computer monitors requires a specific nonlinear dependence of the amount of emitted light as a function of the RGB value.

Initial iterations of IPS technology were characterised by slow response time and a low contrast ratio but later revisions have made marked improvements to these shortcomings. Because of its wide viewing angle and accurate color reproduction (with almost no off-angle color shift), IPS is widely employed in high-end monitors aimed at professional graphic artists, although with the recent fall in price it has been seen in the mainstream market as well. IPS technology was sold to Panasonic by Hitachi.

IPS has since been superseded by S-IPS (Super-IPS, Hitachi Ltd. in 1998), which has all the benefits of IPS technology with the addition of improved pixel refresh timing.

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.

Backlight intensity is usually controlled by varying a few volts DC, or generating a PWM signal, or adjusting a potentiometer or simply fixed. This in turn controls a high-voltage (1.3 kV) DC-AC inverter or a matrix of LEDs. The method to control the intensity of LED is to pulse them with PWM which can be source of harmonic flicker.

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.