Skip to content

Is a 1.39 inch 400x400 round AMOLED display touch compatible?

By admin
·

Short answer: No, a standard 1.39 inch 400x400 round AMOLED display is not inherently touch-compatible. This specific panel, which you can find as a 1.39 inch 400x400 round amoled display from various suppliers, is sold as a bare display module. It typically includes only the AMOLED panel itself, a MIPI interface driver board, and a flexible flat cable (FFC) for connection. Touch functionality requires a separate capacitive touch panel (CTP) layer, a dedicated touch controller IC, and a distinct set of signal lines. Most off-the-shelf units of this size and resolution are designed for embedded systems where the developer integrates their own touch solution, often using a separate touch sensor bonded to the display or a touch overlay. The display module itself only handles image rendering.

Let’s break down the technical reality. The 1.39 inch round AMOLED with 400x400 pixels is a niche component, popular in smartwatches, medical devices, and industrial handhelds. The display resolution gives a pixel density of about 287 pixels per inch (PPI), which is sharp for its size. The AMOLED technology itself uses an active matrix of organic light-emitting diodes, each pixel self-emitting. The driver IC, often a chip like the RM69090 or similar, is designed solely for driving the OLED array via the MIPI DSI (Display Serial Interface). The MIPI interface typically uses 1-2 lanes, each running at around 500 Mbps. The FFC pinout usually includes power (VDD, VCI), ground, MIPI data lanes, clock, reset, and sometimes a TE (tearing effect) pin. There is no dedicated pin for touch data in the standard pinout.

To add touch, you need a separate touch sensor. For a round display, the touch sensor is usually a circular piece of glass or film with indium tin oxide (ITO) patterns. This sensor is bonded to the top of the display using optical clear adhesive (OCA). The sensor connects to a touch controller IC, such as the FT6336 or CST816S, which communicates via I2C or SPI. The touch controller then sends touch coordinates to the host microcontroller. The host must handle both the display driver (via MIPI) and the touch controller (via I2C/SPI) separately. The display module you buy alone does not include this sensor or controller. If you see a product listing claiming "touch compatible," it usually means the seller offers a variant with an integrated touch panel, not that the bare display has touch built-in.

Here is a comparison of the bare display module versus a touch-integrated variant:

Feature Bare Display Module With Touch Panel
Display driver IC RM69090 or similar Same
Touch controller IC None FT6336, CST816S, or similar
Touch sensor layer Not included Bonded ITO glass/film
Interface for touch N/A I2C or SPI
Pin count on FFC 12-20 pins (MIPI + power) 24-30 pins (MIPI + I2C/SPI)
Power consumption ~50-80 mW (typical) ~60-100 mW (touch adds ~10-20 mW)
Thickness ~0.8 mm (panel only) ~1.2-1.5 mm (with sensor)
Cost (unit price) $15-25 (depending on volume) $25-40 (adds $10-15)
Availability Common as standalone Less common, often custom order

The data above comes from typical supplier specifications for 1.39 inch round AMOLED modules. For example, the bare module from 1.39 inch 400x400 round amoled display suppliers like DisplayModule lists the display without touch. If you need touch, you must either purchase a separate touch panel and bond it yourself, or find a custom variant that includes the touch layer. Bonding yourself is tricky because the alignment on a round display requires precision to avoid air bubbles and misalignment of the touch sensor’s active area with the display’s active area. The touch sensor’s active area must match the 1.39 inch diameter circle exactly, which is a custom shape. Standard rectangular touch panels won’t fit.

From a hardware perspective, the MIPI interface on the display is not designed to carry touch data. MIPI DSI is a video interface, not a data bus for peripherals. Some high-end displays integrate touch into the display driver IC using a technology called "in-cell touch," where the touch sensor is embedded in the LCD or OLED stack. However, for 1.39 inch round AMOLED panels, in-cell touch is extremely rare. Most small round AMOLEDs use "on-cell touch," where the touch sensor is deposited on top of the color filter, or "out-cell touch," where the touch sensor is a separate layer bonded to the display. The standard 400x400 resolution panel you see is almost always out-cell touch, meaning the touch layer is separate and not included in the base module.

Let’s talk about the electrical side. The MIPI DSI interface on the display uses differential pairs for data and clock. The typical voltage levels are 1.2V for the differential signals and 1.8V or 3.3V for the logic and power. The touch controller, if added, communicates via I2C at 400 kHz or SPI at up to 10 MHz. The I2C lines (SDA and SCL) require pull-up resistors to 3.3V or 1.8V, depending on the controller. The touch controller also has an interrupt pin (INT) that goes low when a touch is detected, and a reset pin (RST) for initialization. The host microcontroller must have separate GPIOs for these touch signals. The display’s FFC does not have these pins, so you would need to either use a separate FFC for the touch sensor or find a module that combines both into a single FFC with more pins.

Now, consider the mechanical constraints. The 1.39 inch round display has a diameter of approximately 35.3 mm. The active area is a circle with a diameter of about 35.3 mm, but the bezel around the display adds a few millimeters. The touch sensor must be a circle of the same diameter, with a transparent conductive layer. The touch sensor’s outer edge must align with the display’s bezel to avoid gaps. The sensor’s bonding area (where the FFC attaches) is usually a small tab on the edge of the sensor. This tab adds to the overall width of the assembly. If you are designing a product, you need to account for this extra space in your enclosure. The bare display module has a flat edge on one side for the FFC, but the touch sensor’s tab may be on the same side or a different side, depending on the design.

From a software perspective, driving the display requires a MIPI DSI controller on your microcontroller or FPGA. Common microcontrollers that support MIPI DSI include the STM32F7 series, i.MX RT series, or ESP32-S3 (with external MIPI bridge). The touch controller, on the other hand, uses a simple I2C or SPI driver. You need to write or use a library for the touch controller, such as the FT6336 library for Arduino or the CST816S driver for Linux. The touch data is typically reported as X and Y coordinates, with a resolution of 0-400 for both axes, matching the display resolution. The touch controller also reports touch pressure, gesture, and number of touches (single or multi-touch). The host must poll the touch controller or use the interrupt pin to read touch data, then map the coordinates to the display’s pixel grid. Since the display is round, you also need to handle the circular clipping region in your graphics library, but that’s unrelated to touch.

What about power? The AMOLED display itself consumes around 50-80 mW at typical brightness (200 cd/m²). The touch controller adds about 10-20 mW, depending on the scanning frequency. The total power consumption for a touch-integrated module is around 60-100 mW. This is important for battery-powered devices like smartwatches. The touch controller also has a sleep mode that reduces power to microamps when no touch is detected. The display driver IC also has a sleep mode, but the MIPI interface must be reconfigured when waking up.

In terms of cost, the bare display module is the cheapest option. Adding a separate touch panel and controller increases the BOM cost by $10-15 per unit in small quantities. If you buy a pre-integrated module with touch, the cost is higher but saves you the hassle of bonding and alignment. For prototyping, you can buy a breakout board that includes both the display and a touch panel, but these are less common for round AMOLEDs. For production, you would typically order a custom module from a supplier like 1.39 inch 400x400 round amoled display manufacturers, specifying that you want a touch panel bonded. The minimum order quantity (MOQ) for custom modules is often 100-500 units, and the lead time is 4-6 weeks.

Let’s look at some real-world examples. The Xiaomi Mi Band series uses a 1.39 inch round AMOLED with touch, but those are custom modules designed by the manufacturer. The Apple Watch uses a 1.5 inch round AMOLED with touch, but again, custom. For hobbyists, the most common round AMOLED is the 1.28 inch with 240x240 resolution, which is also not touch-compatible. The 1.39 inch 400x400 is a step up in resolution but still lacks touch in the base version. If you search for "1.39 inch round AMOLED touch," you will find some listings on AliExpress or LCSC that claim "touch," but read the fine print. Often, they are selling the display with a separate touch panel that you must attach yourself, or they are selling a different variant with a different part number.

Here is a breakdown of the typical pinout for a bare 1.39 inch round AMOLED module (based on the RM69090 driver IC):

Pin Number Signal Name Function
1 VDD Power supply (2.8V typical)
2 VCI I/O voltage (1.8V or 3.3V)
3 GND Ground
4 RESET Hardware reset (active low)
5 TE Tearing effect output (optional)
6 D0P MIPI data lane 0 positive
7 D0N MIPI data lane 0 negative
8 CLKP MIPI clock positive
9 CLKN MIPI clock negative
10 GND Ground
11 D1P MIPI data lane 1 positive (optional)
12 D1N MIPI data lane 1 negative (optional)

Notice no touch pins. If you add a touch panel, you would need at least 4 more pins: SDA, SCL, INT, and RST for the touch controller. Some touch controllers also need a separate power supply (VDD_Touch) at 2.8V or 3.3V. So your FFC would need to be redesigned with more pins, or you would use a second FFC.

From a reliability standpoint, adding a touch panel increases the risk of optical defects. The OCA layer can degrade over time, causing yellowing or delamination. The touch sensor’s ITO layer can crack if the display is flexed. The round shape makes the sensor more fragile because the edges are curved. The touch sensor’s FFC attachment point is also a weak point. For medical or industrial applications, you might want a cover glass over the touch sensor to protect it, which adds thickness and cost.

In terms of compatibility with common microcontrollers, the MIPI DSI interface is the biggest hurdle. Most hobbyist boards like Arduino Uno or ESP32 do not have native MIPI DSI support. You need a board with a DSI host controller, such as the Raspberry Pi (which has a DSI connector but only supports specific displays), or a microcontroller like the STM32F746G-DISCO. The touch controller, on the other hand, is easy to interface with any microcontroller that has I2C or SPI. So the display is the hard part, not the touch.

If you are set on using this display with touch, your best bet is to buy a module that includes both. For example, some suppliers offer a "1.39 inch round AMOLED with capacitive touch" as a single SKU. The price is higher, but you get a tested assembly. The 1.39 inch 400x400 round amoled display from DisplayModule, for instance, is sold as a bare display, but they might have a custom version with touch if you contact them. For a one-off project, you can also buy a separate round touch panel from a supplier like TouchNetix or Microchip, but you will need to bond it yourself, which requires a vacuum laminator and cleanroom conditions to avoid dust and bubbles.

To summarize the technical facts: The 1.39 inch 400x400 round AMOLED is a high-resolution, low-power display with a MIPI interface. It does not include touch. Touch requires a separate sensor, controller, and interface. The total cost with touch is 50-100% higher. The mechanical integration is non-trivial. The software requires two separate drivers. The display is ideal for applications where touch is not needed, such as a simple status indicator or a watch face with buttons. If you need touch, plan for the extra components and design effort.

About the author

admin writes from the dock — and from the kitchen pass — at Ohl's Place.

The boats came in this morning.

Twelve partner vessels. One wood-fired hearth. A table waiting for you on the wharf.

Reserve a Table