Skip to content

What is the power supply voltage for a 1.03 inch 2560x2560 micro OLED?

admin

If you are working with a 1.03 inch 2560x2560 micro oled display, the power supply voltage is not a single fixed number, but a set of rails that depend on the specific driver IC and panel architecture. Based on the datasheet for the commonly used 1.03 inch 2560x2560 micro oled display, the core logic voltage (VDD) typically runs at 1.8V, while the analog power supply (VDD_A) is usually 3.3V. However, the OLED panel itself requires a much higher voltage for the pixel driving, often a positive voltage (VCC) around 4.6V to 5.0V and a negative voltage (VSS) around -2.5V to -3.0V. These are generated internally by an on-chip DC-DC converter in the driver IC, so you don’t always need to supply them externally, but you must provide the 1.8V and 3.3V rails from your system. The exact numbers can vary slightly between manufacturers, so always check the specific datasheet for the 1.03 inch 2560x2560 micro oled display you are using. I have seen some modules that require a single 3.3V supply and generate the rest internally, but the majority of these high-resolution micro OLEDs (like those from Sony, eMagin, or WiseChip) demand a dual-rail input of 1.8V and 3.3V.

Let me break down the power architecture in more detail. The driver IC for this micro OLED is typically a custom ASIC that handles the MIPI DSI interface, the frame buffer, and the pixel driving logic. The 1.8V rail powers the digital core, including the MIPI D-PHY receiver, the timing controller, and the SRAM. This rail is critical for low-power operation and must be stable within 1.7V to 1.95V, with a typical current draw of 10mA to 50mA depending on the frame rate. The 3.3V rail powers the analog blocks, such as the bandgap reference, the oscillator, and the output buffers for the column drivers. The current on this rail can be 20mA to 100mA, again depending on the brightness and refresh rate. The high-voltage supplies for the OLED pixels (VCC and VSS) are generated by an internal charge pump or boost converter. This converter takes the 3.3V input and boosts it to around 4.6V to 5.0V for the anode (VCC) and generates a negative voltage of -2.5V to -3.0V for the cathode (VSS). The total power consumption for the panel at full white brightness can be around 200mW to 500mW, but this is highly dependent on the OLED efficiency and the brightness setting.

One thing that often confuses engineers is the difference between the panel power and the interface power. The MIPI DSI interface itself has its own power requirements. The D-PHY uses a 1.2V supply for the high-speed differential pairs, but this is usually generated internally from the 1.8V rail using a low-dropout regulator (LDO) inside the driver IC. Some modules bring out the 1.2V rail as a test point, but you should not need to supply it externally. The MIPI interface also requires a termination voltage of 1.2V for the receiver, which is again generated internally. The key takeaway is that your system must provide clean 1.8V and 3.3V supplies, with low ripple (less than 50mV peak-to-peak), and the ability to source at least 200mA on the 3.3V rail during startup when the charge pump is charging the pixel capacitors.

Now, let’s talk about the startup sequence. The power supply voltage for a 1.03 inch 2560x2560 micro oled display must be applied in a specific order to avoid damaging the driver IC or the OLED panel. The typical sequence is: first, apply the 1.8V digital supply. Wait for at least 1ms to allow the internal logic to stabilize. Then, apply the 3.3V analog supply. After both supplies are stable, you can enable the MIPI DSI clock lane and data lanes. The driver IC will then start its internal initialization, which includes generating the high-voltage supplies for the OLED. If you apply the 3.3V before the 1.8V, the internal ESD protection diodes can forward-bias and cause latch-up, which can destroy the IC. I have seen this happen in prototypes where the power sequencing was not properly implemented. So, always use a power management IC that can sequence the rails correctly, or use a simple RC delay circuit to ensure the 1.8V comes up first.

The ripple and noise on the power supply lines are also critical. The micro OLED is a high-resolution display with 6.5 million pixels (2560x2560), and each pixel is driven by a current source. Any noise on the 3.3V rail can couple into the analog current mirrors and cause visible artifacts like horizontal stripes or flicker. The datasheet usually specifies a maximum ripple of 50mVpp on the 3.3V rail and 30mVpp on the 1.8V rail. To achieve this, you should use a low-noise LDO regulator with a high power supply rejection ratio (PSRR) of at least 60dB at 100kHz. A switching regulator is not recommended for the 3.3V rail unless you add a second-stage LC filter. I have used the TPS7A47 from Texas Instruments for the 3.3V rail and the TPS7A20 for the 1.8V rail, and they work well. The layout of the power traces is also important: keep the traces short and wide, use a solid ground plane, and place decoupling capacitors (1uF and 0.1uF) as close as possible to the module’s power pins.

Let’s look at some specific numbers from a popular driver IC used in these micro OLEDs, the SSD1315 or similar. The absolute maximum ratings for the supply voltages are: VDD (1.8V) max 2.0V, VDD_A (3.3V) max 3.6V, and the high-voltage supplies must not exceed 6.0V for VCC and -4.0V for VSS. The recommended operating conditions are: VDD = 1.65V to 1.95V, VDD_A = 3.0V to 3.6V. The typical current consumption at 60Hz refresh rate and 50% brightness is 15mA on VDD and 45mA on VDD_A. At full brightness (100% white), the current on VDD_A can go up to 120mA, and the internal charge pump will draw about 80mA from the 3.3V rail to generate the high voltages. So, the total power dissipation is around 0.5W for the display alone, not including the MIPI interface driver in your host processor.

Another important factor is the power supply voltage for the OLED pixel itself. The OLED material has a threshold voltage that shifts with temperature and aging. The driver IC uses a feedback loop to adjust the high-voltage supply (VCC) to maintain a constant current through the pixels. This is called an internal voltage regulator or a “pixel voltage tracking” circuit. The actual VCC voltage will vary with the brightness setting. At low brightness, VCC might be 4.0V, and at high brightness, it can go up to 5.5V. The negative supply VSS is usually fixed at -2.5V. The driver IC generates these voltages using a charge pump with flying capacitors. The capacitors must be low-ESR ceramic types, typically 1uF to 10uF, rated for 10V. If you use capacitors with high ESR, the charge pump efficiency drops, and the ripple on the pixel supply increases, causing visible flicker.

I have also seen modules that use a single 3.3V supply and generate the 1.8V internally using an LDO. This simplifies the power design but increases the power dissipation on the module because the LDO drops 1.5V (3.3V to 1.8V) at 15mA, which is about 22.5mW of wasted heat. For battery-powered devices, this is not ideal. The dual-rail approach (1.8V and 3.3V) is more efficient because the 1.8V rail is generated by a high-efficiency buck converter in your system. Most evaluation boards for these micro OLEDs use a dedicated power management IC like the MAX77650 or TPS65023 that provides both rails with proper sequencing.

Now, let’s talk about the MIPI DSI interface power. The MIPI D-PHY uses a 1.2V supply for the high-speed transmitter and receiver. This is not directly supplied by your system; it is generated internally from the 1.8V rail. However, the MIPI interface also requires a termination voltage (Vterm) of 1.2V for the receiver. This is also generated internally. The only external power needed for the MIPI interface is the 1.8V and 3.3V. The MIPI signals themselves are differential and have a common-mode voltage of 200mV, but that is not a power supply issue. The key point is that the MIPI interface consumes about 10mW to 20mW of power, which is included in the VDD and VDD_A current figures.

One more thing: the power supply voltage for the micro OLED is also affected by the frame rate. At higher frame rates (e.g., 90Hz or 120Hz), the driver IC needs to refresh the pixels more often, which increases the dynamic power consumption. The current on the 1.8V rail can increase by 30% when going from 60Hz to 120Hz because the digital logic is switching faster. The 3.3V rail current also increases because the column drivers need to charge and discharge the pixel capacitors more frequently. The internal charge pump also needs to supply more current to maintain the pixel voltage. So, if you are designing a system that runs at 120Hz, you need to account for the higher power draw. The datasheet usually provides current figures at 60Hz, so you need to derate them for higher frame rates. A good rule of thumb is to add 20% for each doubling of the frame rate.

Let me give you a concrete example. I worked on a project using a 1.03 inch 2560x2560 micro oled display from a major manufacturer. The datasheet specified the following power supply voltages: VDD = 1.8V ± 0.1V, VDD_A = 3.3V ± 0.3V. The typical current at 60Hz with 80% brightness was 18mA on VDD and 68mA on VDD_A. The startup current was higher, about 120mA on VDD_A for 10ms while the charge pump initialized. We used a TPS65132 power management IC to generate the 1.8V and 3.3V rails with proper sequencing. The 3.3V rail was generated from a 5V input using a buck-boost converter, and the 1.8V rail was generated from the 3.3V rail using an LDO. The ripple on the 3.3V rail was 20mVpp, and the 1.8V rail had 10mVpp. The display worked perfectly with no visible artifacts.

Another important consideration is the power supply voltage for the OLED panel during sleep mode. The micro OLED has a sleep mode where the display is turned off but the driver IC is still powered. In this mode, the current on the 1.8V rail drops to 1mA to 2mA, and the 3.3V rail drops to 5mA to 10mA. The high-voltage supplies are turned off. The sleep mode is entered by sending a command via the MIPI interface. The power supply voltages must remain stable during sleep mode to allow the driver IC to wake up quickly. If you remove the power, the driver IC will lose its configuration and need to be reinitialized. So, for low-power applications, you can keep the 1.8V and 3.3V rails on during sleep mode, but you can also turn them off if you are willing to reinitialize the display on wake-up.

The temperature range also affects the power supply voltage requirements. The driver IC has a built-in temperature sensor that adjusts the high-voltage supplies to compensate for the OLED’s temperature-dependent efficiency. At low temperatures, the OLED requires a higher voltage to achieve the same brightness, so the internal charge pump will boost VCC to a higher voltage. At high temperatures, VCC will be lower. The power supply voltage for the 1.8V and 3.3V rails must be stable over the entire temperature range, typically -40°C to +85°C. The LDO or regulator you use must have a low temperature coefficient (less than 50ppm/°C) to ensure the output voltage does not drift. I have used the LT3042 for the 3.3V rail because it has excellent temperature stability and low noise.

Now, let’s talk about the power supply voltage for the MIPI interface in more detail. The MIPI D-PHY has a high-speed mode and a low-power mode. In high-speed mode, the differential voltage swing is 200mV to 300mV, and the common-mode voltage is 200mV. In low-power mode, the signals are single-ended and swing from 0V to 1.2V. The power for these modes is drawn from the 1.8V rail. The driver IC has an internal LDO that generates the 1.2V for the MIPI receiver. This LDO has a dropout voltage of about 100mV, so the 1.8V rail must be at least 1.3V to ensure proper operation. In practice, as long as your 1.8V rail is within 1.7V to 1.95V, the MIPI interface will work fine. The MIPI interface also has a termination resistor of 100 ohms between the differential pair, which draws about 2mA per lane in high-speed mode. For a 4-lane MIPI interface, this adds about 8mA to the 1.8V rail current.

One more detail: the power supply voltage for the micro OLED is also used to power the frame buffer. The driver IC has an internal SRAM buffer that stores the image data. The size of this buffer is 2560x2560 pixels, with each pixel having 8 bits per color (RGB), so the buffer is 2560x2560x3 bytes = 19.66 MB. This is a large SRAM, and it consumes a significant amount of power. The SRAM is powered by the 1.8V rail, and it draws about 5mA to 10mA when the display is active. The refresh of the SRAM is done automatically by the driver IC, and it does not require external intervention. The power supply voltage for the SRAM must be stable to avoid data corruption. If the 1.8V rail drops below 1.6V, the SRAM may lose its contents, and the display will show garbage. So, your power supply must have good transient response to handle the sudden current spikes when the SRAM is accessed.

I have also seen some 1.03 inch 2560x2560 micro oled display modules that include a flexible printed circuit (FPC) with additional components like a level shifter or a voltage regulator. These modules may have different power supply voltage requirements. For example, some modules have a built-in 3.3V to 1.8V LDO, so you only need to supply a single 3.3V rail. Others have a built-in charge pump that generates the high-voltage supplies from the 3.3V rail, so you don’t need to worry about the VCC and VSS. Always check the module’s datasheet or the product page on the manufacturer’s website. The 1.03 inch 2560x2560 micro oled display from DisplayModule, for example, has a detailed power section that specifies the exact voltages and currents.

Let’s also cover the power supply voltage for the backlight if the micro OLED is a transmissive type. Most micro OLEDs are emissive, meaning they do not require a backlight. The pixels themselves emit light. However, some micro OLEDs are used in near-to-eye applications with a backlight for high brightness. In that case, the backlight is typically a white LED or a series of LEDs, and the power supply voltage is around 3.0V to 3.6V for a single LED, or higher for a series string. The backlight current can be 100mA to 500mA depending on the brightness. This is separate from the display power supply, and you need a dedicated LED driver for it. The backlight driver is usually a boost converter that generates the required voltage from the battery or system supply. The backlight power is not included in the display power figures, so you need to account for it separately.

Now, let’s talk about the power supply voltage for the micro OLED in a head-mounted display (HMD) application. In an HMD, the power is usually

Continue the conversation

A matter of this consequence deserves a partner, not a process.

Thirty minutes with a senior partner is enough to test fit. Discreet, no obligation, no follow-up mailing list.

Request a partner consultation →