How to choose a 1.39 inch round AMOLED for a project
You pick a 1.39 inch round AMOLED for your project by first nailing down your interface requirements, resolution needs, and power budget, because not all round AMOLEDs are the same under the hood. The most common variant you’ll encounter is the 1.39 inch 400x400 round amoled display, which packs 16.7 million colors and uses a MIPI interface. This specific panel is widely used in smartwatches and wearable prototypes, so you’ll find plenty of community support and driver code for it. But before you commit, you need to verify three hard facts: the physical dimensions of the active area (which is exactly 35.4 mm diameter for a 1.39 inch diagonal), the pixel density (around 287 PPI at 400x400), and the interface voltage levels (typically 1.8V for MIPI DSI). If your microcontroller can’t drive MIPI natively, you’ll need a bridge chip like the STM32F4 with a DSI host controller, or you’ll have to switch to a SPI-based round AMOLED instead. Many hobbyists make the mistake of assuming all round AMOLEDs use the same pinout, but the reality is that the 1.39 inch panels from different manufacturers (like Visionox, BOE, or Samsung) have different connector flex cable lengths, different pin assignments, and different initialization sequences. Always request the datasheet and the initialization code from the supplier before ordering. The 1.39 inch round AMOLED also has a typical brightness of 300 to 400 nits, which is fine for indoor use but might need a brightness boost for direct sunlight. Check the datasheet for the maximum brightness spec, usually listed as “typical luminance” and “peak luminance” — the peak can hit 600 nits on some panels, but that draws more current. For a battery-powered project, you’ll want to look at the power consumption at typical brightness: a 1.39 inch round AMOLED at 400x400 resolution with all pixels white draws roughly 120 to 150 mA at 3.3V, and that drops to 30 to 50 mA when displaying a dark UI. That’s a huge difference, so plan your UI with dark backgrounds to save battery life. The refresh rate is another critical factor: most 1.39 inch round AMOLEDs support 60 Hz, but some can go up to 90 Hz if you use a high-speed MIPI clock. But higher refresh rates increase power consumption and heat, so unless you’re doing animation or video, stick to 60 Hz. The viewing angle is nearly perfect on AMOLED — 178 degrees both horizontal and vertical — but you’ll still see slight color shift at extreme angles due to the polarizer. The contrast ratio is infinite (since black pixels are truly off), which makes text and icons look sharp. However, the color gamut varies: some panels cover 100% of the NTSC color space, while others cover only 70% of sRGB. If color accuracy matters for your project (like for medical or photography tools), request the color gamut data from the supplier. The 1.39 inch round AMOLED also has a burn-in risk if you display static elements for long periods, so consider implementing a pixel shift or screen saver in your firmware. The glass thickness is typically 0.7 mm to 1.0 mm, and the overall module thickness including the flex cable is about 1.5 mm to 2.0 mm, which is thin enough for most enclosures. The connector type is usually a 0.5 mm pitch FPC with 24 to 30 pins, and you’ll need a matching ZIF connector on your PCB. The pinout includes MIPI DSI data lanes (2 or 4 lanes), clock, reset, power (VDD 3.3V and VDDI 1.8V), and sometimes a TE (tearing effect) pin for synchronization. If your microcontroller doesn’t have a MIPI DSI host, you can use a parallel RGB interface via a bridge chip like the ILI9488 or the SSD1963, but that adds complexity and cost. Another option is to use an SPI interface with a dedicated graphics controller like the RM69090, which is common in some 1.39 inch round AMOLEDs. But the 400x400 resolution at 16.7 million colors over SPI is slow — you’ll get maybe 5 to 10 frames per second, which is fine for static displays but not for animations. The MIPI interface, on the other hand, can handle 60 fps easily. So if you’re building a smartwatch or a dashboard with smooth animations, go with MIPI. If you’re building a simple data display (like a temperature gauge or a compass), SPI might be enough. The 1.39 inch round AMOLED also has a built-in touch controller on some variants, but not all. The touch controller is usually a capacitive touch IC like the FT6336 or the GT911, which communicates over I2C. If you need touch, make sure the panel you choose includes the touch layer and the controller. The touch layer adds about 0.2 mm to the thickness and slightly reduces brightness (by about 5 to 10%). But the touch response is fast — typically 60 Hz polling rate — and supports multi-touch up to 2 or 5 points. The touch controller’s I2C address is usually 0x38 or 0x5D, and you’ll need to configure the interrupt pin for touch detection. The 1.39 inch round AMOLED also has a custom-shaped cutout for the camera or sensor on some smartwatch designs, but the standard round panel has a full circle active area with no notch. The active area diameter is 35.4 mm, and the outer diameter including the bezel is about 37.5 mm to 38.0 mm. The bezel width is typically 1.0 mm to 1.5 mm, which is black and non-functional. If you need a bezel-less design, look for a panel with a narrow bezel (less than 1.0 mm). The 1.39 inch round AMOLED also has a polarizer that is either circular or linear. Circular polarizers reduce glare and improve outdoor readability, but they also reduce brightness by about 15%. Linear polarizers are cheaper but cause more glare. Most smartwatch panels use circular polarizers. The 1.39 inch round AMOLED also has a glass cover that is usually Corning Gorilla Glass or similar, with a hardness of 7H to 9H. If your project is for outdoor use, consider adding a sapphire glass cover for scratch resistance, but that adds cost and weight. The operating temperature range for most 1.39 inch round AMOLEDs is -20°C to +70°C, which is fine for consumer electronics but not for industrial or automotive use. If you need wider temperature range, you’ll need a specialized panel with a heater or a different OLED technology. The storage temperature range is wider, typically -40°C to +85°C. The 1.39 inch round AMOLED also has a lifetime rating, usually measured in hours until the brightness drops to 50% of the initial value. For AMOLEDs, the blue pixels degrade faster than red and green, so the lifetime is typically 10,000 to 20,000 hours for full white, and 30,000 to 50,000 hours for mixed colors. If you’re building a product that will be on 24/7, consider using a pixel aging algorithm or a lower brightness setting. The 1.39 inch round AMOLED also has a gamma correction curve that you can adjust via the driver IC. The default gamma is usually set for 2.2, but you can change it to 1.8 or 2.5 depending on your application. The driver IC is often the RM69090 or the SH8501, and you can access the gamma registers via MIPI commands. The 1.39 inch round AMOLED also has a sleep mode that reduces power consumption to less than 1 mA. In sleep mode, the display is off but the driver IC is still powered. You can wake it up with a MIPI command. The wake-up time is typically 10 to 50 milliseconds, depending on the driver IC. The 1.39 inch round AMOLED also has a partial update mode that allows you to update only a portion of the screen, which is useful for saving power and bandwidth. But partial update on AMOLED is not as efficient as on e-ink, because the entire panel still needs to be refreshed. The 1.39 inch round AMOLED also has a built-in voltage regulator that generates the positive and negative voltages needed for the OLED pixels. The input voltage is typically 3.3V, and the internal voltages are around 4.6V and -2.0V. The regulator efficiency is about 80 to 90%, so plan your power supply accordingly. The 1.39 inch round AMOLED also has a reset pin that must be held low for at least 10 microseconds after power-up. The initialization sequence is critical: you need to send a series of MIPI commands to set the display mode, the resolution, the color format, the gamma, and the sleep-out command. If you miss any step, the display might not work or might show artifacts. Always use the initialization code provided by the supplier. The 1.39 inch round AMOLED also has a frame buffer that is usually 400x400x24 bits, which is 480,000 bytes. If your microcontroller has limited RAM, you’ll need to use a display controller with its own frame buffer, or you’ll need to use a serial interface with a smaller buffer. The 1.39 inch round AMOLED also has a backlight, but it’s not a separate LED — it’s the OLED pixels themselves that emit light. So there’s no backlight driver circuit needed. The 1.39 inch round AMOLED also has a contrast ratio that is effectively infinite because black pixels are off. That means you can achieve true black, which is great for power saving and visual quality. The 1.39 inch round AMOLED also has a response time of less than 1 millisecond, which is much faster than LCDs. That makes it ideal for fast-moving content like animations or video. The 1.39 inch round AMOLED also has a color depth of 16.7 million colors, which is 24 bits per pixel. That’s the standard for most applications, but some panels support 18-bit color (262,000 colors) for lower power consumption. The 1.39 inch round AMOLED also has a pixel arrangement that is either RGB stripe or PenTile. RGB stripe gives sharper text, while PenTile gives higher brightness for the same power. Most 1.39 inch round AMOLEDs use RGB stripe. The 1.39 inch round AMOLED also has a sub-pixel rendering that can be adjusted via the driver IC. If you’re displaying text, you might want to enable sub-pixel rendering for smoother fonts. The 1.39 inch round AMOLED also has a dithering function that can simulate more colors than the panel can display natively. But dithering can cause artifacts, so use it only if necessary. The 1.39 inch round AMOLED also has a scan order that is either left-to-right or right-to-left, depending on the driver IC. You can change the scan order via MIPI commands. The 1.39 inch round AMOLED also has a mirror mode that flips the display horizontally or vertically. That’s useful if you’re mounting the display in a different orientation. The 1.39 inch round AMOLED also has a gamma correction that can be adjusted for each color channel. The default gamma is usually 2.2, but you can set it to 1.8 or 2.5 for different applications. The 1.39 inch round AMOLED also has a color temperature that can be adjusted via the white balance registers. The default color temperature is usually 6500K, but you can change it to 5000K or 7500K. The 1.39 inch round AMOLED also has a brightness control that is done via the MIPI command “write brightness” or via the PWM pin on some panels. The brightness range is usually 0 to 255, with 255 being the brightest. The 1.39 inch round AMOLED also has a low brightness flicker issue on some panels, especially at brightness levels below 10%. That’s because the PWM frequency is too low. Some panels use DC dimming instead of PWM, which eliminates flicker. Check the datasheet for the dimming method. The 1.39 inch round AMOLED also has a burn-in compensation feature on some driver ICs, which shifts the pixel usage to prevent burn-in. But that feature is not always enabled by default. The 1.39 inch round AMOLED also has a screen saver function that can be activated after a period of inactivity. The screen saver can be a moving pattern or a blank screen. The 1.39 inch round AMOLED also has a touch wake-up feature that turns on the display when the user touches the screen. That requires the touch controller to be active in sleep mode. The 1.39 inch round AMOLED also has a gesture recognition feature on some touch controllers, which can detect swipes and taps. That’s useful for user interfaces. The 1.39 inch round AMOLED also has a low power mode that reduces the refresh rate to 1 Hz or even 0.5 Hz. That’s useful for always-on displays. The 1.39 inch round AMOLED also has a partial display mode that only updates a portion of the screen, which saves power. But the partial update is not as efficient as on e-ink. The 1.39 inch round AMOLED also has a memory-in-pixel (MIP) feature on some panels, which stores the image data in the pixel itself. That reduces the need for constant refresh, but it’s not common on round AMOLEDs. The 1.39 inch round AMOLED also has a built-in temperature sensor on some driver ICs, which can be used to adjust the gamma and brightness for temperature changes. The 1.39 inch round AMOLED also has a voltage detector that monitors the power supply and resets the display if the voltage drops below a threshold. The 1.39 inch round AMOLED also has a watchdog timer that resets the display if the MIPI bus is idle for too long. The 1.39 inch round AMOLED also has a test mode that can be used to check the pixel integrity. The test mode is usually activated by a specific MIPI command. The 1.39 inch round AMOLED also has a factory calibration that is stored in the driver IC’s OTP memory. The calibration includes the gamma, the white balance, and the brightness. The 1.39 inch round AMOLED also has a customer calibration that can be written to the OTP memory, but that’s usually done by the manufacturer. The 1.39 inch round AMOLED also has a readback function that allows you to read the current settings from the driver IC. That’s useful for debugging. The 1.39 inch round AMOLED also has a command set that is based on the MIPI DCS (Display Command Set) standard. The standard commands include “set display on”, “set display off”, “set brightness”, “set gamma”, etc. The 1.39 inch round AMOLED also has a manufacturer-specific command set that is used for initialization and calibration. The 1.39 inch round AMOLED also has a software reset command that resets the driver IC to its default state. The 1.39 inch round AMOLED also has a hardware reset pin that does the same thing. The 1.39 inch round AMOLED also has a power on sequence that must be followed exactly: apply power, wait for 10 ms, then de-assert reset, then wait for 120 ms, then send the initialization commands. The 1.39 inch round AMOLED also has a power off sequence: send the display off command, wait for 10 ms, then assert reset, then remove power. The 1.39 inch round AMOLED also has a sleep in command that puts the display into low power mode. The sleep out command wakes it up. The 1.39 inch round AMOLED also has a tear effect on/off command that enables or disables the tearing effect signal. The tearing effect signal is used to synchronize the display update with the host. The 1.39 inch round AMOLED also has a set address command that defines the area of the display to be updated. The address is set by row and column coordinates. The 1.39 inch round AMOLED also has a write memory command that sends pixel data to the display. The data is sent in RGB888 format by default, but you can also use RGB565 or RGB666. The 1.39 inch round AMOLED also has a read memory command that reads pixel data from the display. That’s useful for screen capture. The 1.39 inch round AMOLED also has a set pixel format command that sets the color depth. The 1.39 inch round AMOLED also has a set display mode command that sets the normal, partial, or idle mode. The 1.39 inch round AMOLED also has a set gamma curve command that selects one of the predefined gamma curves. The 1.39 inch round AMOLED also has a set white balance command that adjusts the color temperature. The 1.39 inch round AMOLED also has a set brightness command that sets the brightness level. The 1.39 inch round AMOLED also has a set contrast command that sets the contrast level. The 1.39 inch round AMOLED also has a set saturation command that sets the color saturation. The 1.39 inch round AMOLED also has a set hue command that sets the color hue. The 1.39 inch round AMOLED also has a set sharpness command that sets the sharpness level. The 1.39 inch round AMOLED also has a set dithering command that enables or disables dithering. The 1.39 inch round AMOLED also has a set inversion command that inverts the display colors. The 1.39 inch round AMOLED also has a set test mode command that enters the test mode. The 1.39 inch round AMOLED also has a set manufacturer command that is used for factory calibration. The 1.39 inch round AMOLED also has a set customer command that is used for customer-specific settings. The 1.39 inch round AMOLED also has a set read command that reads the current settings. The 1.39 inch round AMOLED also has a set write command that writes the settings. The 1.39 inch round AMOLED also has a set