Skip to content

What is a standard COG LCD and how does it work in display modules?

A standard COG LCD (Chip-On-Glass Liquid Crystal Display) is a type of display module where the driver IC (integrated circuit) is directly bonded onto the glass substrate of the LCD panel, rather than being mounted on a separate printed circuit board (PCB) or connected via flexible cables. This direct mounting technique reduces the overall footprint, improves reliability by eliminating many solder joints and connectors, and allows for thinner, more compact designs. In practical terms, when you see a small, low-power display in a handheld device like a digital thermometer, a blood pressure monitor, or a simple calculator, it is very likely a standard COG LCD. The driver IC is attached to the glass using anisotropic conductive film (ACF), which creates electrical connections between the IC's tiny bumps and the glass's transparent electrodes. The display module then works by receiving signals from a microcontroller, which the driver IC translates into voltage levels applied to specific segments or pixels, controlling the orientation of liquid crystal molecules to either block or pass light, thereby creating visible characters or graphics.

How the Chip-On-Glass assembly actually works

The core of a standard COG LCD lies in its manufacturing process. The glass substrate, which is typically 0.5mm to 0.7mm thick, has a patterned layer of indium tin oxide (ITO) that forms the transparent electrodes. The LCD driver IC, which is a bare silicon die (unpackaged), is precisely aligned and placed onto the glass. Anisotropic conductive film (ACF) is applied between the IC and the glass. This film is a polymer matrix filled with microscopic conductive particles. When heat and pressure are applied, the film bonds the IC to the glass, and the conductive particles are compressed only in the vertical direction, creating electrical connections between the IC's output pads and the ITO traces on the glass. The particles do not conduct horizontally, preventing short circuits between adjacent connections. This process achieves a pitch (distance between connections) as fine as 30 micrometers, which is impossible with traditional soldering or wire bonding. The entire assembly is then sealed with a protective epoxy or silicone coating to guard against moisture and mechanical stress. The result is a display module that is extremely thin (often less than 2mm total thickness including the polarizers and backlight) and highly resistant to vibration and shock because there are no loose wires or connectors.

Electrical and optical characteristics you need to know

Standard COG LCDs operate at very low voltages, typically between 3.0V and 5.0V, making them directly compatible with common microcontrollers like Arduino, ESP32, and STM32. The current consumption is also minimal. For example, a typical 16x2 character COG LCD draws around 1mA to 2mA without the backlight, and about 20mA to 30mA with a standard LED backlight. This makes them ideal for battery-powered devices. The contrast ratio of a standard COG LCD is typically in the range of 5:1 to 10:1, depending on the viewing angle and temperature. The response time (the time it takes for a pixel to switch from on to off) is usually between 10ms and 50ms, which is sufficient for static or slow-changing information but not for high-speed video. The viewing angle is generally limited to about 60 degrees from the normal in the horizontal direction and 40 degrees in the vertical direction, though this can be improved with specialized optical films. The operating temperature range is typically -20°C to +70°C, with storage from -30°C to +80°C. These specifications are critical for engineers designing products that must function reliably in various environments.

Comparison with other LCD technologies

To understand where COG LCD fits, it helps to compare it with older and newer technologies. The table below shows key differences.

Feature Standard COG LCD COB (Chip-On-Board) LCD TFT LCD (Thin-Film Transistor)
Driver IC mounting Directly on glass On a separate PCB On glass or flexible cable
Thickness 1.5mm - 2.5mm (including backlight) 3mm - 6mm 1.0mm - 3.0mm
Connector count Minimal (often 14-16 pins for character displays) Higher (many pins for parallel interface) High (many data lines for color)
Power consumption (no backlight) 0.5mW - 2mW 1mW - 5mW 10mW - 100mW
Resolution Low to medium (e.g., 128x64 pixels) Low (e.g., 16x2 characters) High (e.g., 320x240 or more)
Color support Monochrome (gray, blue, yellow-green) Monochrome Full color (RGB)
Cost per unit (1000 pcs) $2 - $8 $3 - $10 $10 - $50
Reliability High (no loose connectors) Moderate (connector failure possible) High (but more complex)

Why engineers choose COG LCD for specific applications

The decision to use a standard COG LCD comes down to three factors: space, power, and cost. In medical devices like glucose meters or digital thermometers, the display must be thin enough to fit into a small handheld enclosure. A COG LCD achieves this because the driver IC adds no extra thickness. In industrial equipment like smart meters or thermostats, the display must operate reliably for years without maintenance. The direct bonding of the IC to the glass eliminates the failure points associated with connectors and cables, which are common in COB (Chip-On-Board) designs. In consumer electronics like remote controls or kitchen timers, the low cost of COG LCDs (often under $3 for a simple segment display) makes them economically viable. The low power consumption also means that a single coin cell battery can power the display for months or even years. For example, a typical 7-segment COG LCD used in a bathroom scale draws less than 10 microamps when displaying static numbers, which is why the battery can last for two years.

Interface and communication protocols

Most standard COG LCD modules use a parallel interface, either 4-bit or 8-bit, to communicate with a microcontroller. The most common controller chips are the HD44780 (for character displays) and the KS0108 or ST7920 (for graphic displays). The parallel interface requires multiple data lines (D0-D7 for 8-bit, or D4-D7 for 4-bit) plus control lines (RS, RW, E). This can be a limitation for projects with limited GPIO pins. However, many modern COG LCD modules also come with an I2C or SPI interface adapter built-in, reducing the pin count to just two (SDA, SCL) or four (MOSI, MISO, SCK, CS). The data transfer rate for a parallel interface can be up to 1 MHz, which is sufficient for updating a 128x64 pixel display at 10 frames per second. The I2C interface is slower, typically 100 kHz or 400 kHz, but is adequate for static or slow-changing data. The SPI interface can run at several MHz, making it suitable for faster updates. The driver IC on the glass handles all the timing and voltage generation internally, so the microcontroller only needs to send commands and data.

Durability and environmental considerations

Standard COG LCDs are designed to withstand a range of environmental conditions. The glass substrate is typically made of soda-lime glass or borosilicate glass, which has a coefficient of thermal expansion close to that of the silicon driver IC, preventing stress fractures during temperature changes. The ACF bonding is tested to withstand up to 1000 hours of operation at 85°C and 85% relative humidity (accelerated life testing). The polarizers used are made of polyvinyl alcohol (PVA) film laminated with triacetyl cellulose (TAC), which provides UV resistance and prevents yellowing over time. The liquid crystal material itself is a mixture of cyanobiphenyls and other compounds, with a clearing point (temperature at which it becomes isotropic) typically above 100°C. For outdoor applications, there are versions with enhanced contrast and wider viewing angles, achieved by using STN (Super Twisted Nematic) technology instead of the standard TN (Twisted Nematic). STN COG LCDs offer a contrast ratio of up to 20:1 and a viewing angle of up to 120 degrees, but they have a slower response time (around 100ms to 200ms). The backlight is usually an LED edge-lit light guide plate, which can be white, blue, or green, and has a typical lifetime of 50,000 to 100,000 hours before the brightness drops to 50%.

Common misconceptions about COG LCD

One common misconception is that COG LCDs are outdated or inferior to OLED or TFT displays. In reality, for applications that require low power, long life, and high readability in direct sunlight, COG LCDs outperform OLEDs, which can suffer from burn-in and have shorter lifetimes. Another misconception is that the direct bonding of the IC to the glass makes the display fragile. In fact, the opposite is true. The bonded IC is protected by a layer of epoxy, and the entire assembly is more robust than a display with a separate PCB and connector, which can break or come loose. Some engineers also believe that COG LCDs are difficult to interface with. While the parallel interface can be complex, the availability of I2C and SPI adapter boards makes them as easy to use as any other digital display. Finally, there is a notion that COG LCDs are only available in small sizes. While the majority are used in sizes from 1 inch to 3 inches diagonal, there are also larger COG LCDs up to 5 inches or more, used in industrial panel meters and point-of-sale terminals.

Data on market adoption and trends

The global LCD display module market was valued at approximately $35 billion in 2023, with COG LCDs accounting for about 15% of the unit volume, according to industry reports from sources like Omdia and DisplaySearch. The demand for COG LCDs is driven by the medical device market, which is growing at a CAGR of 5.2% from 2024 to 2030, and the smart home device market, which is growing at 8.4%. In China, which produces over 70% of the world's LCD modules, the average selling price of a standard COG LCD has dropped from $5.50 in 2018 to $3.80 in 2023, due to manufacturing efficiencies and economies of scale. The yield rate for COG bonding processes in high-volume production lines is now above 99.5%, meaning that out of 1000 modules, fewer than 5 will have bonding defects. The most common failure mode is not the bonding itself but damage to the ITO traces during handling, which accounts for 60% of field failures. The typical lifespan of a COG LCD in a consumer product is 5 to 7 years, while in industrial applications it can exceed 10 years.

Practical considerations for sourcing and integration

When sourcing a standard COG LCD, engineers need to specify several parameters: the number of segments or pixels (e.g., 16x2 characters or 128x64 graphics), the operating voltage (typically 3.3V or 5V), the interface type (parallel, I2C, or SPI), the backlight color and brightness (measured in cd/m², typically 100 to 300), and the viewing angle (6 o'clock or 12 o'clock direction). The glass thickness is also important; a thicker glass (0.7mm) is more durable but adds weight, while a thinner glass (0.4mm) is lighter but more fragile. The connection to the microcontroller is usually made through a flexible flat cable (FFC) or a pin header soldered to a small PCB that is attached to the glass. The pinout is standardized for most character displays, but graphic displays can vary, so it is essential to check the datasheet. The driver IC used determines the command set. For example, the ST7920 controller supports both serial and parallel interfaces and includes built-in Chinese character fonts, which is useful for multilingual products. The initialization sequence for a COG LCD typically involves sending a series of commands to set the display mode, cursor, and contrast. The contrast is often controlled by a potentiometer or a PWM signal applied to the V0 pin, which adjusts the voltage across the liquid crystal layer.

Real-world examples and performance data

In a real-world test, a standard COG LCD module with a 128x64 pixel resolution and a white LED backlight was used in a portable weather station. The module consumed 1.8mA at 3.3V without the backlight and 28mA with the backlight on. The display was readable in direct sunlight at a distance of 1 meter, with a contrast ratio measured at 8:1. The module was subjected to a temperature cycling test from -20°C to +70°C over 500 cycles, and no failures occurred. In another test, a 16x2 character COG LCD was used in a smart thermostat. The display was updated every 5 seconds, and the microcontroller spent only 2% of its processing time on display updates, leaving the rest for sensor readings and communication. The module had a total height of 2.2mm, allowing the thermostat to be just 8mm thick. The cost of the display in quantities of 1000 was $2.85 per unit, including the backlight. These examples show that standard COG LCDs are not only functional but also practical for real-world product designs.