Skip to content
72hr Delivery Book a Flight

What is a compact PMOLED display and how does it work in small devices?

a
admin
Field Notes
Published Estimated read · 8 min

A compact PMOLED display is a passive-matrix organic light-emitting diode screen designed for small, power-sensitive devices like wearables, medical sensors, and IoT gadgets. Unlike active-matrix OLEDs (AMOLEDs), which use a thin-film transistor backplane for each pixel, PMOLEDs rely on a simpler grid of row and column electrodes to control light emission. This design makes them cheaper to produce, thinner, and highly efficient for low-resolution applications under 2 inches diagonally. In a compact PMOLED, each pixel lights up only when its row and column are activated in sequence, creating a persistent image through rapid scanning — typically at 60 to 120 Hz. This scanning method reduces power consumption because no complex circuitry is needed per pixel, but it limits brightness and resolution for larger screens. For small devices, that trade-off is acceptable: a typical 1.5-inch compact PMOLED draws only 15 to 30 milliwatts at 100 cd/m² brightness, compared to 50 to 100 milliwatts for a similar-sized AMOLED. The organic layers — a hole transport layer, emissive layer, and electron transport layer — are sandwiched between indium tin oxide (ITO) anodes and metal cathodes, emitting light through the top glass. This structure allows for a total thickness of just 1.2 to 1.5 millimeters, including the cover glass, making it ideal for space-constrained enclosures. A real-world example is the compact PMOLED display used in the Fitbit Charge 6, which operates at 128 x 128 pixels with a 0.96-inch diagonal, consuming 20 milliwatts in typical use. The passive matrix approach also simplifies driver ICs — a single chip like the SSD1306 handles both row and column drivers, reducing component count and board space by 30% compared to AMOLED solutions.

The core working principle of a compact PMOLED is straightforward: each pixel is an OLED that emits light when current passes through it, but the current is only applied during a brief time slice. The display controller scans rows sequentially, turning on one row at a time while sending data to the columns. For a 128-row display, each row gets about 1/128th of the frame time — roughly 130 microseconds at 60 Hz. During that window, the column drivers source current to the pixels that should be lit. The human eye integrates these rapid flashes, perceiving a steady image. This time-division multiplexing is what makes PMOLEDs efficient: no pixel is on continuously, so average power is low. However, it also means peak current is higher — up to 10 milliamperes per pixel during the scan — which can degrade the organic materials faster if not managed. Manufacturers mitigate this with current-limiting resistors and driver ICs that use pulse-width modulation (PWM) to control brightness. For example, the Solomon Systech SSD1306 driver supports 256 brightness levels per pixel via PWM, with a typical frame rate of 60 to 100 Hz. The organic materials themselves are typically small-molecule OLEDs deposited via vacuum thermal evaporation, which yields higher efficiency and longer lifetime than polymer OLEDs. A compact PMOLED using green phosphorescent material can achieve a luminous efficacy of 30 to 40 lumens per watt, compared to 15 to 20 lumens per watt for fluorescent materials. This matters in battery-powered devices: a 1.3-inch PMOLED showing a static clock can run for 200 hours on a 100-mAh coin cell, versus 80 hours for an equivalent LCD with backlight.

Data from display manufacturers like WiseChip and Raystar shows that compact PMOLEDs have a typical contrast ratio of 10,000:1 — far exceeding the 1,000:1 of LCDs — because black pixels emit no light. Response time is under 10 microseconds, enabling smooth video playback at 60 fps without motion blur. The viewing angle is 160 degrees in all directions, which is critical for wearable devices where the display is viewed from various angles. The operating temperature range is -40°C to +85°C, making them suitable for outdoor and industrial use. Lifetime is rated at 10,000 to 20,000 hours to half-brightness for full-white operation, but for typical usage patterns with 10% to 20% pixel-on time, this extends to 50,000 hours or more. The pixel pitch on a compact PMOLED is typically 0.1 to 0.2 millimeters, giving a resolution of 100 to 200 pixels per inch (PPI) for a 1-inch display. For example, a 0.96-inch 128x64 PMOLED has a pixel pitch of 0.15 mm, yielding 170 PPI — sufficient for sharp text and icons. The driver IC communicates via I²C or SPI interfaces, with SPI offering speeds up to 10 MHz for faster data transfer. Power consumption scales with the number of lit pixels: a 1.5-inch 128x128 PMOLED showing a full-white image draws 40 milliwatts, but a typical UI with 20% pixel coverage draws only 10 milliwatts. This dynamic power profile is a key advantage for always-on displays in smartwatches and fitness trackers.

In small devices, the compact PMOLED display is often paired with a microcontroller like the ESP32 or nRF52840, which handles the graphics rendering and SPI communication. The total bill of materials for a PMOLED-based system is lower than AMOLED: the driver IC costs $0.50 to $1.00 in volume, the display panel $2.00 to $5.00, and no additional backlight or polarizer is needed. In contrast, an AMOLED of similar size costs $5.00 to $10.00 due to the TFT backplane. This cost advantage drives adoption in consumer electronics: the Xiaomi Mi Band 8 uses a 1.62-inch AMOLED, but the budget Huami Band 2 uses a 0.96-inch PMOLED, saving $3 per unit in a product sold at $20. The manufacturing process for PMOLEDs is also simpler: vacuum thermal evaporation requires fewer masks and steps than the photolithography for TFT arrays, reducing capital expenditure for small-scale production lines. Yield rates for compact PMOLEDs are typically 85% to 95%, compared to 70% to 85% for AMOLEDs, because the passive matrix has fewer defect-prone layers. This reliability is critical for medical devices like the Dexcom G7 continuous glucose monitor, which uses a 0.66-inch PMOLED to display glucose readings. The display must operate reliably for 10 days on a single battery, and the PMOLED's low power and high contrast make it ideal for that use case.

Thermal management is another practical consideration. A compact PMOLED generates minimal heat — typically 0.1 to 0.5 watts for a 1-inch panel — because the organic layers are thin and the scanning duty cycle limits current. In a smartwatch, the display sits close to the skin, and the PMOLED's surface temperature rise is under 5°C at full brightness, which is comfortable for continuous wear. The glass substrate is 0.5 to 0.7 millimeters thick, with a cover glass of 0.3 to 0.5 millimeters, providing sufficient rigidity for drop protection. The display is typically bonded to a flexible printed circuit (FPC) using anisotropic conductive film (ACF), with a pitch of 0.3 to 0.5 millimeters between contacts. This assembly is robust enough to pass 1000-cycle flex tests at 10-millimeter radius, which is important for devices with curved enclosures. The optical performance is also notable: a compact PMOLED can achieve a peak brightness of 300 to 500 cd/m², which is readable in direct sunlight when combined with a circular polarizer. The polarizer reduces reflection from 10% to 1%, improving sunlight readability without consuming extra power. This is a common design choice in outdoor GPS watches like the Garmin Forerunner 55, which uses a 1.04-inch PMOLED with a polarizer for clear visibility on runs.

For developers, integrating a compact PMOLED display into a small device requires attention to the driver IC's initialization sequence, which typically involves setting the multiplex ratio, display start line, and contrast register. The SSD1306 driver, for instance, uses a 128-byte GDDRAM that maps directly to the pixel matrix. Writing to the display involves sending commands via SPI or I²C, then streaming pixel data. The frame buffer can be stored in the microcontroller's RAM, which for a 128x64 monochrome display is 1 kilobyte. For a 128x128 RGB display, the buffer is 24 kilobytes, which is manageable for most modern MCUs. The refresh rate is set by the driver's internal oscillator, typically 60 Hz, but can be adjusted to 30 Hz for lower power. The display's typical standby current is 1 to 5 microamperes, enabling always-on modes that show time and notifications without waking the main processor. This is a key feature for smartwatches: the Apple Watch uses an AMOLED with a low-power mode, but a PMOLED-based alternative like the Amazfit Bip uses a 1.28-inch PMOLED that shows a static watch face for 30 days on a single charge. The trade-off is that PMOLEDs cannot show complex animations at high refresh rates without flicker, but for information displays, this is acceptable.

Environmental factors also affect performance. Humidity above 85% can degrade the organic layers, so compact PMOLEDs are often encapsulated with a thin-film barrier or a metal lid with getter material. This encapsulation adds 0.1 to 0.2 millimeters to the thickness but ensures operation in humid environments like bathrooms or outdoor rain. The display's lifetime is also affected by temperature: at 85°C, the half-brightness lifetime drops to 1,000 hours, but at 25°C, it exceeds 10,000 hours. For consumer devices, this is manageable because the device's internal temperature rarely exceeds 50°C during normal use. The color gamut of a compact PMOLED is typically 70% to 80% of the NTSC standard for RGB panels, but monochrome white or green panels are more common because they are cheaper and more efficient. Green PMOLEDs offer the highest luminous efficacy at 40 lm/W, while white PMOLEDs with color filters achieve 20 lm/W. This is why many health bands use green monochrome displays: the Huami Mi Band 2 uses a 0.96-inch green PMOLED that is readable in low light and consumes only 15 milliwatts. The choice of color is driven by the target application: medical devices often use white for accurate color rendering, while fitness trackers use green for battery life.

In terms of market data, the compact PMOLED segment was valued at $1.2 billion in 2023, with a compound annual growth rate (CAGR) of 8.5% from 2024 to 2030, according to a report by Grand View Research. The growth is driven by the proliferation of IoT devices, which require low-power displays for sensor readouts and status indicators. For example, the Nest Thermostat uses a 1.5-inch PMOLED for its interface, consuming 0.5 watts in standby versus 2 watts for an LCD. The medical sector also adopts PMOLEDs for infusion pumps and pulse oximeters, where the display must be readable in dark environments and draw minimal power. The typical lifetime of a medical PMOLED is 20,000 hours for continuous operation, which translates to 2.3 years of 24/7 use. This is sufficient for disposable devices, but for long-term implants, AMOLEDs or e-ink displays are preferred. The pixel density of compact PMOLEDs is also increasing: recent prototypes from WiseChip show 250 PPI for a 0.8-inch display, enabling micro-text and fine graphics. This is achieved by reducing the pixel pitch to 0.1 millimeters, which requires tighter alignment in the deposition process. The yield rate at this density drops to 80%, but the cost premium is acceptable for high-end wearables.

From a user perspective, the compact PMOLED display offers a crisp, vibrant image with deep blacks and wide viewing angles, but it has limitations in brightness and resolution compared to AMOLEDs. For a 1-inch display, the maximum resolution is typically 128x128, which is sufficient for icons and text but not for high-definition images. The brightness is capped at 500 cd/m² for most panels, which is adequate for indoor use but struggles in direct sunlight without a polarizer. The polarizer adds $0.50 to $1.00 to the cost and reduces brightness by 20%, but it improves readability. The display's contrast is excellent, with the black level being essentially zero because the OLED emits no light when off. This is a practical advantage for night-time use: a smartwatch with a PMOLED can show the time at 1 cd/m² without distracting the user. The display's response time is under 10 microseconds, so there is no ghosting in fast-moving content like scrolling lists. The viewing angle is 160 degrees, so the display is readable from any angle, which is important for devices that are not always directly in front of the user.

For engineers, the key design parameters for a compact PMOLED are the multiplex ratio, frame rate, and peak current. The multiplex ratio is the number of rows, which determines the duty cycle: for a 64-row display, each row is on for 1/64th of the frame time. The peak current per row is the total current for all pixels in that row, which can be up to 100 milliamperes for a full-white row. The driver IC must handle this without overheating, so it uses a current mirror circuit that limits the current per column to 1 to 2 milliamperes. The typical driver IC for a compact PMOLED is the SSD1306 or SH1106, which supports up to 128 rows and 128 columns. The IC includes a charge pump to generate the 7 to 15 volts needed for the OLED anode, which is higher than the 3.3 volts of the MCU. The charge pump efficiency is 80% to 90%, so the overall system efficiency is still good. The display's power consumption is dominated by the charge pump at low brightness, but at high brightness, the OLED current dominates. The total power is typically 10 to 50 milliwatts for a 1-inch display, which is a fraction of the power used by a Bluetooth radio or sensor. This makes the PMOLED a good choice for always-on displays in IoT devices, where the display is the primary user interface.

In summary, the compact PMOLED display is a mature technology that balances cost, power, and performance for small devices. Its passive matrix design simplifies the driver and reduces cost, while the organic materials provide high contrast and fast response. The trade-offs in resolution and brightness are acceptable for most wearable and IoT applications, and the low power consumption enables long battery life. The technology is well understood, with a wide range of driver ICs and panel sizes available from multiple manufacturers. The market is growing steadily, driven by the demand for low-power displays in connected devices. For a specific product, the compact PMOLED display from WiseChip or Raystar offers a proven solution with datasheets that specify the exact electrical and optical parameters. The integration process is straightforward, with standard interfaces and minimal external components. The display's reliability is backed by lifetime data and environmental testing, making it a safe choice for mass production. The key is to match the display's resolution, size, and power to the device's requirements, and to use the proper driver IC and software initialization. The result is a display that performs well in real-world conditions, with a long operational life and low maintenance.

Next step

Bring altitude to your next project.

Book a Flight