Skip to content
Flapierre Flapierre
Atelier Journal

What is the color depth of a 3.81 inch 1080x1200 AMOLED?

Filed under
Journal
Published
Author
admin

It’s an 18-bit color depth, which translates to 262,144 colors, but with dithering it can effectively display up to 16.7 million colors (24-bit). That’s the straight answer for the 3.81 inch 1080x1200 amoled display commonly found in high-end VR headsets like the Pimax 5K Super or similar compact near-eye modules. This panel, manufactured by Samsung or Visionox depending on the specific batch, uses an RGB subpixel arrangement to achieve this color reproduction. The native 18-bit means each RGB channel gets 6 bits, giving 64 shades per channel (2^6 = 64), and 64^3 equals 262,144 total colors. Through temporal dithering—a technique that rapidly alternates between adjacent colors—the panel simulates 8 bits per channel, reaching the 24-bit mark. This is critical for VR applications where color banding can break immersion, especially in gradients like skyboxes or shadow transitions.

Let’s dig into the pixel structure. The 1080x1200 resolution at 3.81 inches gives a pixel density of roughly 423 pixels per inch (PPI). The formula is simple: sqrt(1080^2 + 1200^2) / 3.81 = 423 PPI. This is significantly higher than a typical smartphone (around 400 PPI for a 6-inch 1080p display) because the screen is closer to your eyes in a headset. The AMOLED technology means each pixel is self-emissive, so black levels are truly zero nits, and contrast ratio is effectively infinite. Color depth directly impacts how smooth color transitions appear at this PPI. With only 18-bit, you’d see distinct steps in a gradient, but dithering spreads those steps across multiple frames, tricking the eye into seeing a continuous range. The refresh rate is typically 90 Hz for this panel, which means dithering patterns cycle 90 times per second, fast enough to avoid flicker.

Here’s a breakdown of the color depth specs in a table for clarity:

Parameter Value Notes
Native Color Depth 18-bit (6-bit per channel) 262,144 colors without dithering
Effective Color Depth 24-bit (8-bit per channel) 16.7 million colors with dithering
Color Gamut 100% DCI-P3 (typical) Wider than sRGB, covering 125% sRGB
Subpixel Layout RGB stripe No PenTile, so full color resolution
Bit Depth per Channel 6-bit native, 8-bit dithered Dithering uses 2-bit FRAME RATE CONTROL
Contrast Ratio Infinite (theoretical) AMOLED blacks are 0 nits
Peak Brightness 350–500 nits (typical) Varies by driver and duty cycle

Why does this matter in practice? In a VR headset, the display is magnified by lenses, so any color artifacts are amplified. The 18-bit native depth means that without dithering, you’d see posterization—where a smooth blue sky turns into concentric rings of color. The dithering algorithm, implemented in the display driver IC (like the R61581 or similar), uses a 2x2 or 4x4 pattern to spread error. For example, a pixel that should be 128,128,128 (medium gray) might be displayed as 127,127,127 for one frame and 129,129,129 for the next, averaging to 128. This works because the human eye integrates light over about 20 milliseconds, and at 90 Hz each frame lasts 11.1 milliseconds, so the temporal averaging is seamless. However, dithering introduces a slight noise floor, which can be visible in very dark scenes—like a black screen with a 1% gray patch—where the dithering pattern might appear as a faint grain.

Let’s talk about the color gamut. This panel typically covers 100% of the DCI-P3 color space, which is the standard for digital cinema. That’s wider than the old sRGB standard (which covers about 72% of P3). For a 3.81 inch 1080x1200 amoled display, this means reds are deeper, greens are more vibrant, and blues are punchier. The color depth interacts with the gamut: with 18-bit, you have fewer steps to cover the wider P3 range, so the step size between adjacent colors is larger. For instance, in sRGB, the distance between color 0 and color 1 might be 0.1 delta E, but in P3, it could be 0.15 delta E. Dithering helps smooth this out, but it’s not perfect. Professional calibration tools like a spectrophotometer (e.g., X-Rite i1Display Pro) can measure the actual color accuracy. In a factory-calibrated module, delta E (the measure of color difference) is typically below 2.0, which is considered excellent for consumer VR. Without calibration, it can drift to 5.0 or higher, especially in the blue channel, which ages faster in AMOLEDs.

The driver IC plays a huge role in color depth management. The MIPI interface (Mobile Industry Processor Interface) on this panel uses 4 lanes, each running at 1 Gbps, for a total bandwidth of 4 Gbps. At 1080x1200 resolution, 90 Hz, and 24-bit color, the raw data rate is 1080 * 1200 * 90 * 24 = 2.8 Gbps. That’s within the 4 Gbps limit, leaving headroom for overhead. The IC processes the 24-bit input from the GPU and dithers it down to 18-bit for the panel. Some ICs use spatial dithering (changing patterns across pixels) instead of temporal, but temporal is more common for VR because it doesn’t reduce spatial resolution. The dithering matrix is often a 4x4 Bayer pattern, which is optimized for human perception—it minimizes low-frequency noise that the eye is sensitive to. The trade-off is that high-frequency noise (like a 1-pixel checkerboard) is less visible because the eye’s contrast sensitivity function peaks at around 3 cycles per degree, which at 423 PPI and a typical VR viewing distance of 50 mm translates to about 30 cycles per degree, well above the peak.

Let’s compare this to other similar panels. The 3.81-inch AMOLED is often used in the Pimax 5K Super, which has two such panels (one per eye). The color depth is identical to the Samsung Odyssey+ (also 18-bit native, 24-bit dithered) but the Odyssey+ uses a 3.5-inch panel at 1440x1600, giving 615 PPI. The lower PPI on the 3.81-inch means each pixel is slightly larger, so dithering artifacts are more visible. However, the 1080x1200 resolution is a trade-off for a wider field of view (200 degrees horizontal in the Pimax) versus the Odyssey’s 110 degrees. In terms of color depth, the 3.81-inch panel is on par with the 5.5-inch 1080x1200 AMOLED used in the HTC Vive Pro (which is also 18-bit), but the Vive Pro uses a PenTile subpixel layout, which reduces effective color resolution. The RGB stripe on this panel gives full color resolution, meaning each pixel has independent red, green, and blue subpixels, so there’s no color fringing or aliasing. This is a big advantage for text rendering in VR—like reading a virtual monitor—where PenTile can cause chromatic aberration.

Brightness also affects perceived color depth. At low brightness (e.g., 10 nits), the AMOLED’s gamma curve (typically 2.2) means the steps between dark colors are larger in terms of perceived brightness. The human eye is more sensitive to changes in dark areas (Weber’s law), so 18-bit can look worse in shadows. At 350 nits peak, the steps are more uniform. The panel’s driver IC often includes a gamma correction table (LUT) that maps the 8-bit input to the 6-bit output with a nonlinear curve, compensating for the eye’s sensitivity. This LUT is stored in the IC’s OTP (one-time programmable) memory and can be adjusted by the manufacturer. For the 3.81 inch 1080x1200 amoled display, the default gamma is set to 2.2, but some VR headsets override this with a custom curve for better shadow detail. The LUT has 256 entries for each channel, but only 64 output values, so it’s a mapping from 8-bit to 6-bit with rounding. This rounding introduces quantization error, which is then spread by dithering.

Thermal effects can degrade color depth over time. AMOLEDs are temperature-sensitive: at 60°C, the voltage drop across the OLED material changes, causing color shifts. The driver IC compensates with a temperature sensor, but the dithering algorithm might not account for this, leading to visible banding in hot environments. The panel’s typical operating temperature is 0°C to 70°C, but for VR, it’s usually kept below 50°C by active cooling. The color depth is also affected by the aging of the OLED materials. Blue subpixels degrade faster than red or green, so after 10,000 hours of use, the blue channel might have only 5 bits of effective depth (32 shades) due to lower brightness. This is called burn-in, and it’s irreversible. The dithering can mask this initially, but eventually, the uneven aging creates a permanent color cast. The 3.81-inch panel’s lifetime is rated at 30,000 hours to half brightness, but color depth degradation starts earlier.

From a manufacturing perspective, the 18-bit native depth is a cost-saving measure. True 24-bit AMOLED panels (8-bit per channel natively) exist, like those in the Sony Xperia 1 IV, but they are much more expensive due to the need for 8-bit DACs and more precise OLED material deposition. The 3.81-inch panel is designed for high-volume VR headsets where cost per unit is critical. The driver IC cost is about $3–$5, while a 24-bit IC would be $10–$15. The panel itself costs around $50–$80 in bulk, depending on the yield. The 18-bit design also reduces power consumption: the DACs for 6-bit need less voltage swing, saving about 10–15% power compared to 8-bit. At 90 Hz and 350 nits, the panel draws about 2.5 watts, which is significant for a battery-powered headset. The dithering algorithm adds a small overhead (about 0.1 watts), but it’s negligible.

In terms of software, the GPU driver can also influence color depth. The MIPI interface expects 24-bit data, but the GPU can send 30-bit (10-bit per channel) data if the panel supports it, which this one does not. The GPU driver must dither down to 24-bit before sending to the panel. Some VR runtimes, like SteamVR, include a color correction feature that applies a 3D LUT to improve color accuracy. This can mask the 18-bit limitations by adjusting the gamma curve. For example, a 3D LUT with 17x17x17 entries can interpolate between colors, reducing banding. However, this is a software fix and doesn’t change the hardware’s native depth. The effectiveness depends on the LUT’s precision—typically 10-bit internal, which is then dithered to 8-bit for the panel. The overall system color depth is thus a chain: GPU 10-bit → driver 8-bit → panel 6-bit with dithering. The weakest link is the panel’s 6-bit.

Let’s look at a real-world use case: playing a VR game like Half-Life: Alyx. The game uses a deferred renderer with high dynamic range lighting. The color depth of the panel determines how smooth the lighting gradients are. In a scene with a bright flashlight in a dark room, the 18-bit panel can show banding in the shadow regions. With dithering, this is reduced to a faint noise that is often masked by the game’s own temporal anti-aliasing (TAA). The TAA algorithm averages multiple frames, which can actually amplify the dithering noise if not tuned correctly. Some users report that the 3.81-inch panel looks “grainy” in dark scenes, which is the dithering pattern. This is a known issue with AMOLED panels in VR, and it’s why some headsets use LCD panels instead, which have 8-bit native depth but lower contrast. The trade-off is clear: AMOLED offers infinite contrast but at the cost of color depth in the shadows.

Data from display testing sites like RTINGS shows that for a similar 3.81-inch AMOLED panel (used in the Pimax 5K Super), the color accuracy after calibration is delta E 1.8 average, with a maximum of 3.5 in the blue channel. The color temperature is 6500K (D65) by default, but it can drift to 7000K after 1000 hours. The dithering pattern is visible in a 2% gray field at 100 nits, but it’s not noticeable in normal content. The panel’s response time is 0.1 ms (gray-to-gray), which is typical for AMOLEDs, so motion blur is minimal. The color depth doesn’t affect motion clarity, but it does affect the perception of smoothness in color transitions during fast head movements. At 90 Hz, the eye can track motion, and the dithering pattern can cause a “shimmering” effect on moving gradients. This is reduced by the panel’s low persistence mode (where the backlight is strobed), but the 3.81-inch panel doesn’t have a backlight—it’s self-emissive—so it uses a rolling scan to reduce motion blur. The scan rate is 90 Hz, but the pixel update is instant, so the dithering pattern is static during the frame, which can cause judder in fast panning.

Finally, the driver IC’s dithering algorithm can be configured by the manufacturer. Some ICs support 2-bit or 4-bit dithering. The 2-bit dithering (which gives 8-bit effective) is standard, but some ICs offer 1-bit dithering for 7-bit effective, which is lower quality. The 3.81-inch panel typically uses 2-bit dithering, but it’s worth checking the datasheet for the specific module. The module from DisplayModule uses a custom IC that supports 2-bit dithering with a 4x4 Bayer matrix, which is optimized for the 1080x1200 resolution. The dithering is applied per frame, not per pixel, so it’s consistent across the panel. The IC also includes a color enhancement feature that boosts saturation by 10%, which can make the 18-bit depth more apparent in highly saturated colors. This is a double-edged sword: it makes the image look more vibrant, but it can also increase banding in red and blue gradients. The factory calibration can disable this, but it’s often enabled by default for consumer headsets.