The aspect ratio of a 1.77 inch 128x160 display is 4:5. This is calculated by dividing the width (128 pixels) by the height (160 pixels), which simplifies to 4:5 when reduced to the smallest whole numbers. Unlike the more common 16:9 or 4:3 ratios found in larger screens, this 4:5 ratio is nearly square, making it a niche choice for compact devices where vertical space is prioritized over horizontal width. The specific dimensions of the display panel itself—typically around 34.8 mm by 43.5 mm for the active area—confirm this ratio, as the physical width is 34.8 mm and the height is 43.5 mm, giving you a 4:5 relationship. This ratio is not arbitrary; it stems from the pixel grid layout where 128 columns and 160 rows create a natural vertical orientation, ideal for applications like small wearable gadgets, simple user interfaces, or embedded systems where space is tight. The 1.77 inch diagonal measurement, which is the distance from one corner to the opposite corner, is a standard size for small TFT LCDs, and the 128x160 resolution is a classic choice for low-cost, low-power displays. If you are looking for a specific model, the 1.77 inch 128x160 tft display is a common example that uses the ST7735S driver IC, supporting SPI and MCU interfaces, and it maintains this 4:5 aspect ratio across its active area. Understanding this ratio is crucial for designing enclosures, aligning graphics, or calculating pixel density, as it directly impacts how content is rendered on the screen.
To break down the aspect ratio calculation further, you take the pixel dimensions: 128 pixels wide and 160 pixels tall. The greatest common divisor of 128 and 160 is 32, so dividing both by 32 gives you 4 and 5, respectively. This is a fixed ratio because the pixel grid is not scalable—each pixel is a discrete unit, and the physical size of the display is determined by the manufacturer. For a 1.77 inch diagonal, the active area dimensions are typically 34.8 mm by 43.5 mm, which also simplifies to 4:5. This ratio is distinct from the 1:1 ratio of some square displays (like 128x128) or the 3:2 ratio of other small screens (like 160x240). The 4:5 ratio means that the display is 20% taller than it is wide, which is intentional for applications where you need to show more vertical information, such as a list of menu items, a simple status bar, or a vertical scroll of text. In contrast, a 16:9 ratio would be much wider, which is not practical for small devices where the width is often constrained by the device's form factor. The 1.77 inch size is a sweet spot for many embedded projects because it offers a balance between readability and compactness, and the 128x160 resolution provides enough detail for icons, small fonts, and basic graphics without requiring excessive processing power or memory.
When you compare this to other common display sizes, the differences become clear. For example, a 1.44 inch display with 128x128 pixels has a 1:1 aspect ratio, which is perfectly square. A 2.0 inch display with 240x320 pixels has a 3:4 ratio, which is similar but slightly different—240x320 simplifies to 3:4, meaning it is 33% taller than wide, whereas 4:5 is 25% taller. A 1.8 inch display with 128x160 pixels shares the same 4:5 ratio as the 1.77 inch version, but the physical size is slightly larger due to the larger diagonal. The pixel density, or PPI (pixels per inch), for a 1.77 inch 128x160 display is approximately 114 PPI, calculated by dividing the diagonal resolution (sqrt(128^2 + 160^2) = 204.9 pixels) by the diagonal size (1.77 inches). This is lower than a modern smartphone (often 300+ PPI), but it is adequate for simple graphical interfaces where the viewing distance is close, such as in a handheld device or a wearable. The 4:5 ratio also affects how you design your user interface—if you try to display a 16:9 video, you will have black bars on the top and bottom, or you will need to crop the image, which is a common limitation in embedded systems.
The technical specifications of the display itself are worth examining in detail. The ST7735S driver IC, which is commonly used in these displays, supports a resolution of up to 132x162 pixels, but the standard 128x160 is the most common configuration. The interface is typically SPI (Serial Peripheral Interface) or MCU (parallel), with SPI being the most popular for low-pin-count microcontrollers like Arduino or ESP32. The color depth is 16-bit (65,536 colors) or 18-bit (262,144 colors), depending on the configuration, and the refresh rate is usually around 60 Hz. The active area dimensions are precisely 34.8 mm by 43.5 mm, with a tolerance of ±0.2 mm, and the overall module size including the PCB is around 42.5 mm by 52.5 mm, with a thickness of about 3.5 mm. The viewing angle is typically 6 o'clock (meaning it is best viewed from the bottom), and the contrast ratio is around 500:1. The power consumption is low, around 20-30 mA at 3.3V, making it suitable for battery-powered devices. The aspect ratio of 4:5 is not just a mathematical curiosity; it directly influences the physical layout of the display driver IC, the timing controller, and the gate driver circuits. For instance, the row drivers are designed to handle 160 rows, while the column drivers handle 128 columns, and the timing signals are optimized for this specific grid. If you were to use a different resolution, you would need a different driver IC or a different configuration, which is why the 128x160 resolution is so standardized.
From a practical standpoint, the 4:5 aspect ratio has implications for how you write software. If you are using a graphics library like Adafruit GFX or TFT_eSPI, you need to set the width and height correctly: width = 128, height = 160. This is often counterintuitive for developers used to widescreen displays, because the height is larger than the width. When you draw a circle, it will appear circular only if the pixel aspect ratio is 1:1, which it is in this case (square pixels). But when you draw a rectangle, you need to account for the 4:5 ratio if you want it to appear square on screen—for example, a 40x50 pixel rectangle will appear square because 40:50 is 4:5. The same applies to fonts: a 8x8 pixel font will appear slightly taller than wide because the pixel grid is square, but the overall aspect ratio of the display means that text will be more vertically oriented. This is a common source of confusion for beginners, but once you understand the 4:5 ratio, it becomes intuitive. The display also supports rotation, so you can use it in landscape mode (160x128), which changes the aspect ratio to 5:4, effectively flipping the orientation. This is useful for applications where you need a wider view, such as a simple waveform display or a horizontal menu. However, the physical dimensions of the active area remain the same, so the aspect ratio of the physical panel is still 4:5, but the logical aspect ratio of the content changes with rotation.
Data on the actual pixel density and viewing angles can be tabulated for clarity:
| Parameter | Value | Notes |
|---|---|---|
| Diagonal Size | 1.77 inches | Measured from corner to corner |
| Resolution | 128 x 160 pixels | Width x Height |
| Aspect Ratio | 4:5 | Width:Height simplified |
| Active Area Width | 34.8 mm | Typical, varies by ±0.2 mm |
| Active Area Height | 43.5 mm | Typical, varies by ±0.2 mm |
| Pixel Density (PPI) | ~114 PPI | Based on diagonal resolution |
| Color Depth | 16-bit (65K) or 18-bit (262K) | Configurable via driver IC |
| Interface | SPI or MCU (8-bit/16-bit) | SPI common for low pin count |
| Driver IC | ST7735S | Supports up to 132x162 |
| Viewing Angle | 6 o'clock (best at bottom) | Typical TN panel |
| Contrast Ratio | 500:1 (typical) | Varies with backlight |
| Power Consumption | 20-30 mA at 3.3V | Backlight dependent |
This table shows that the 4:5 aspect ratio is not just a number—it is tied to the physical dimensions and the pixel grid. The active area width of 34.8 mm and height of 43.5 mm give a ratio of 34.8/43.5 = 0.8, which is exactly 4/5. This is consistent across different manufacturers because the 1.77 inch standard is defined by the diagonal and the resolution. Some variations exist, such as displays with a 1.77 inch diagonal but a 128x128 resolution (1:1 ratio), but those are less common because the pixel size would be larger, resulting in a lower pixel density. The 128x160 resolution is the sweet spot for this size because it offers a good balance between detail and readability. The ST7735S driver IC is specifically designed for this resolution, and it includes features like window address mode, which allows you to define a sub-region of the display for faster updates. This is useful for partial updates, such as refreshing only a small area of the screen, which saves power and reduces latency. The 4:5 ratio also affects how the display is mounted in a device—if you are designing a custom PCB, you need to ensure that the connector and the mounting holes align with the display's aspect ratio. The typical connector is a 0.5 mm pitch FPC (Flexible Printed Circuit) with 8 or 10 pins, and the mounting holes are usually at the corners of the PCB, which is slightly larger than the active area.
Another angle to consider is the color gamut and brightness, which are not directly related to the aspect ratio but are affected by the display's construction. The 1.77 inch 128x160 display typically uses a TN (Twisted Nematic) panel, which has a limited viewing angle compared to IPS (In-Plane Switching) panels. The 4:5 aspect ratio means that the viewing angle is more critical in the vertical direction because the display is taller. If you view it from above or below, the colors will shift more than if you view it from the sides. This is a known limitation of TN panels, and it is why many manufacturers specify the viewing angle as 6 o'clock (best viewed from the bottom). The brightness is typically around 200-300 cd/m², which is sufficient for indoor use but may be washed out in direct sunlight. The backlight is usually a single white LED, and the power consumption is around 20-30 mA at 3.3V, which is low enough for battery-powered devices. The contrast ratio of 500:1 is typical for this class of display, and it means that black areas are not completely black but are much darker than white areas. The 4:5 aspect ratio does not affect these parameters directly, but it does influence how the display is used in practice—for example, if you are designing a wearable device, the vertical orientation means that the display is more likely to be viewed from a downward angle, which is where the 6 o'clock viewing angle is optimized.
In terms of software compatibility, the 4:5 aspect ratio is supported by most graphics libraries. For example, the Adafruit ST7735 library assumes a 128x160 resolution by default, and you can set the rotation to 0, 1, 2, or 3, which changes the width and height accordingly. In rotation 0, the width is 128 and height is 160 (4:5). In rotation 1, the width is 160 and height is 128 (5:4). In rotation 2, the width is 128 and height is 160 again (4:5, but upside down). In rotation 3, the width is 160 and height is 128 (5:4, but upside down). This is important because the physical orientation of the display in your device may require a specific rotation. For example, if you are using the display in a handheld device that is held vertically, you would use rotation 0. If you are using it in a device that is held horizontally, you would use rotation 1. The aspect ratio changes accordingly, but the physical dimensions of the panel remain the same. This means that the effective pixel density changes with rotation—in landscape mode, the display is wider, so the pixels are still square, but the overall shape is different. The 4:5 ratio is less common in landscape mode because most widescreen applications expect a 16:9 or 16:10 ratio, but it can still be used for specific purposes like a simple dashboard or a status display.
From a manufacturing perspective, the 1.77 inch 128x160 display is produced in large volumes, and the cost is typically around $3 to $5 per unit in small quantities. The aspect ratio of 4:5 is a standard in the industry, and it is used in many consumer products like digital cameras, MP3 players, and simple IoT devices. The reason for this is that the 128x160 resolution is a multiple of 8, which makes it easy to handle in software, and the 4:5 ratio provides a natural vertical orientation for text-based interfaces. The display is also available in different variants, such as with or without a touch screen, with different backlight colors, and with different interface options. The ST7735S driver IC is widely available, and there are many open-source libraries for it, which makes it a popular choice for hobbyists and professionals alike. The 4:5 aspect ratio is also used in other display sizes, such as 1.44 inch (128x128, 1:1) and 2.0 inch (240x320, 3:4), but the 1.77 inch is unique because it offers a slightly taller aspect ratio than the 1.44 inch, while still being compact. The pixel size for a 1.77 inch display is approximately 0.272 mm by 0.272 mm (since 34.8 mm / 128 = 0.272 mm, and 43.5 mm / 160 = 0.272 mm), which means the pixels are square. This is important because if the pixels were not square, the aspect ratio of the content would be distorted. In this case, the pixels are square, so the 4:5 ratio of the display is directly reflected in the physical dimensions.
One common misconception is that the aspect ratio of a display is the same as the ratio of the diagonal to the width or height. This is not true—the aspect ratio is specifically the ratio of the width to the height. For a 1.77 inch display with a 4:5 aspect ratio, the diagonal is 1.77 inches, which is related to the width and height by the Pythagorean theorem: width^2 + height^2 = diagonal^2. If the width is 4x and the height is 5x, then (4x)^2 + (5x)^2 = (1.77)^2, so 16x^2 + 25x^2 = 3.1329, so 41x^2 = 3.1329, so x^2 = 0.0764, so x = 0.2764 inches. This means the width is 4 * 0.2764 = 1.1056 inches (28.08 mm) and the height is 5 * 0.2764 = 1.382 inches (35.10 mm). However, the actual active area dimensions are 34.8 mm by 43.5 mm, which is slightly different because the diagonal is measured to the nearest 0.01 inch, and the actual dimensions are rounded. The calculated width and height from the diagonal and aspect ratio are approximate, but the actual dimensions are determined by the manufacturer. This is why it is always better to use the actual dimensions from the datasheet rather than calculating from the diagonal and aspect ratio. The 1.77 inch diagonal is a standard size, but the actual active area may vary by a few tenths of a millimeter between manufacturers. The 4:5 aspect ratio is consistent, but the exact dimensions are not always exactly 34.8 mm by 43.5 mm—some displays may be 34.6 mm by 43.