tft display resolution free sample
Looking for a specific TFT resolution? We offer LCD TFTs varying in resolution from 128x160 pixels to 800x480 pixels. Many of our TFT LCDs also have carrier boards to make integrating them into your product as simple as possible. All of our TFT LCDs offer full color RGB. If you"re not finding the correct TFT LCD for your product or project, please contact our support team to see if they can help you find an appropriate TFT display module for you.
Focus Displays offers a wide range of standard full color TFT displays. 64 million unique colors, high brightness, sharp contrast, -30C operating temperature, and fast response time are all good descriptions of a TFT display. This is why TFT technology is one of the most popular choices for a new product.
Thin Film Transistor (TFT) display technology can be seen in products such as laptop computers, cell phones, tablets, digital cameras, and many other products that require color. TFT’s are active matrix displays which offers exceptional viewing experiences especially when compared to other passive matrix technologies. The clarity on TFT displays is outstanding; and they possess a longer half-life than some types of OLEDs and range in sizes from less than an inch to over 15 inches.
CCFL’s are still available, but are becoming a legacy (obsolete) component. TFT displays equipped with a CCFL require higher MOQs (Minimum Order Quantities) than displays with LED backlights.
The majority of TFT displays contain a touch panel, or touch screen. The touch panel is a touch-sensitive transparent overlay mounted on the front of the display glass. Allowing for interaction between the user and the LCD display.
Some touch panels require an independent driver IC; which can be included in the TFT display module or placed on the customer’s Printed Circuit Board (PCB). Touch screens make use of coordinate systems to locate where the user touched the screen.
Resistive touch panels are the lowest cost option and are standard equipment on many TFT modules. They are more common on smaller TFT displays, but can still be incorporated on larger modules.
Contrast ratio, or static contrast ratio, is one way to measure the sharpness of the TFT LCD display. This ratio is the difference between the darkest black and the brightest white the display is able to produce. The higher the number on the left, the sharper the image. A typical contrast ratio for TFT may be 300:1. This number ratio means that the white is 300 times brighter than the black.
TFT LCD displays are measured in inches; this is the measurement of the diagonal distance across the glass. Common TFT sizes include: 1.77”, 2.4”, 2.8”, 3”, 4.3”, 5”, 5.7”, 5.8”, 7”, 10.2”, 12.1 and 15”.
As a general rule, the larger the size of the glass the higher the cost of the display, but there are exceptions to this rule. A larger display may be less expensive than a smaller display if the manufacture produces higher quantities of the larger displays. When selecting your color display, be sure to ask what the cost is for one size smaller and one size larger. It may be worth modifying your design requirements.
TFT resolution is the number of dots or pixels the display contains. It is measured by the number of dots along the horizontal (X axis) and the dots along the vertical (Y axis).
The higher the resolution, the more dots per square inch (DPI), the sharper the display will look. A higher resolution results in a higher cost. One reason for the increase in cost is that more driver chips are necessary to drive each segment.
Certain combinations of width and height are standardized and typically given a name and a letter representation that is descriptive of its dimensions. Popular names given to the TFT LCD displays resolution include:
Transmissive displays must have the backlight on at all times to read the display, but are not the best option in direct sunlight unless the backlight is 750 Nits or higher. A majority of TFT displays are Transmissive, but they will require more power to operate with a brighter backlight.
Transflective displays are readable with the backlight off provided there is enough ambient light. Transflective displays are more expensive than Transmissive also there may be a larger MOQ for Transflective. However, Transflective displays are the best option for direct sunlight.
Drivers update and refresh the pixels (Picture Elements) of a display. Each driver is assigned a set number of pixels. If there are more pixels than a single driver can handle, then an additional drivers are added.
A primary job of the driver is to refresh each pixel. In passive TFT displays, the pixel is refreshed and then allowed to slowly fade (aka decay) until refreshed again. The higher the refresh frequency, the sharper the displays contrast.
The controller does just what its name suggest. It controls the drivers. There is only one controller per display no matter how many drivers. A complex graphic display with several thousand pixels will contain one controller and several drivers.
The TFT display (minus touch screen/backlight) alone will contain one controller/driver combination. These are built into the display so the design engineer does not need to locate the correct hardware.
If you do not see a Thin Film Transistor (TFT) Display module that meets your specifications, or you need a replacement TFT, we can build a custom TFT displays to meet your requirements. Custom TFTs require a one-time tooling fee and may require higher MOQs.
Ready to order samples for your TFT design? Contact one of our US-based technical support people today concerning your design requirements. Note: We can provide smaller quantities for samples and prototyping.
Established in 2010, Topfoison has devoted itself to the manufacturing and development of high-quality products for the Wearable device, Smart Watch, VR, Medical device, Industrial LCD display including Color LCD modules/OLED/LCD display/Round lcd screen/Round AMOLED/ Square transflective lcd screen/ IPS full wide display/ 1080p fhd AMOLED and 2K 1440p lcd. Topfoison focus on1.22-7.0 inch small size displays, all the products produced in our company enjoys the most advanced production craft and technology as well as the strictly ISO quality management system.
Hi guys, welcome to today’s tutorial. Today, we will look on how to use the 1.8″ ST7735 colored TFT display with Arduino. The past few tutorials have been focused on how to use the Nokia 5110 LCD display extensively but there will be a time when we will need to use a colored display or something bigger with additional features, that’s where the 1.8″ ST7735 TFT display comes in.
The ST7735 TFT display is a 1.8″ display with a resolution of 128×160 pixels and can display a wide range of colors ( full 18-bit color, 262,144 shades!). The display uses the SPI protocol for communication and has its own pixel-addressable frame buffer which means it can be used with all kinds of microcontroller and you only need 4 i/o pins. To complement the display, it also comes with an SD card slot on which colored bitmaps can be loaded and easily displayed on the screen.
The schematics for this project is fairly easy as the only thing we will be connecting to the Arduino is the display. Connect the display to the Arduino as shown in the schematics below.
Due to variation in display pin out from different manufacturers and for clarity, the pin connection between the Arduino and the TFT display is mapped out below:
We will use two example sketches to demonstrate the use of the ST7735 TFT display. The first example is the lightweight TFT Display text example sketch from the Adafruit TFT examples. It can be accessed by going to examples -> TFT -> Arduino -> TFTDisplaytext. This example displays the analog value of pin A0 on the display. It is one of the easiest examples that can be used to demonstrate the ability of this display.
The second example is the graphics test example from the more capable and heavier Adafruit ST7735 Arduino library. I will explain this particular example as it features the use of the display for diverse purposes including the display of text and “animated” graphics. With the Adafruit ST7735 library installed, this example can be accessed by going to examples -> Adafruit ST7735 library -> graphics test.
Next, we move to the void setup function where we initialize the screen and call different test functions to display certain texts or images. These functions can be edited to display what you want based on your project needs.
Uploading the code to the Arduino board brings a flash of different shapes and text with different colors on the display. I captured one and its shown in the image below.
That’s it for this tutorial guys, what interesting thing are you going to build with this display? Let’s get the conversation started. Feel free to reach me via the comment section if you have any questions as regards this project.
Pixel, also called Picture Element, A pixel is the smallest unit of a digital image or graphic that can be displayed and represented on a digital display device. A pixel is the basic logical unit in digital graphics. Pixels are combined to form a complete image, video, text, or any visible thing on a computer display
LCD display doesn’t operate the same way as CRT displays , which fires electrons at a glass screen, a LCD display has individual pixels arranged in a rectangular grid. Each pixel has RGB(Red, Green, Blue) sub-pixel that can be turned on or off. When all of a pixel’s sub-pixels are turned off, it appears black. When all the sub-pixels are turned on 100%, it appears white. By adjusting the individual levels of red, green, and blue light, millions of color combinations are possible
The pixels of the LCD screen were made by circuitry and electrodes of the backplane. Each sub-pixel contains a TFT (Thin Film Transistor) element. These structures are formed by depositing various materials (metals and silicon) on to the glass substrate that will become one part of the complete display “stack,” and then making them through photolithography. For more information about TFT LCDs, please refer to “
The etched pixels by photolith process are the Native Resolution. Actually, all the flat panel displays, LCD, OLED, Plasma etc.) have native resolution which are different from CRT monitors
HD TV has 1280×720 = 921,600 pixels; Full HD has 1920x 1080=2,073,600 pixels; 8K TV has 7,680×4,320=33,177,600 pixels. he “K” in 8K stands for Kilo (1000), meaning a TV that has achieved a horizonal resolution of about 8,000 pixels.
Although we can define a LCD display with resolution, a Full HD resolution on screen size of a 15” monitor or a 27” monitor will show different. The screen “fineness” is very important for some application, like medical, or even our cell phone. If the display “fineness” is not enough, the display will look “pixelized” which is unable to show details.
DPI stands for dots per inch and refers to the resolution of a printer. It describes the density of ink dots placed on a sheet of paper (or another photographic medium) by a printer to create a physical print.
PPI stands for number of pixels per inch. It is kind of pixel density. PPI describes the resolution of a digital image, not a print. PPI is used to resize images in preparation for printing
But you see other lower resolution available, that is because video cards are doing the trick. A video card can display a lower LCD screen resolution than the LCD’s built-in native resolution. The video cards can combine the pixels and turn a higher resolution into lower resolution, or just use part of the full screen. But video cards can’t do the magic to exceed the native resolution.
Special names by individual companies: Apple Macbook Pro Retina 6K display, Acer Nitro, ASUS Pro Art , ViewSonic Elite, ASUS TUF ,Samsung edge Infinity-O Display etc.
ER-TFT050-3 is 800x480 dots 5" color tft lcd module display with ILI6122 driver IC,optional 5 points capacitive multi-touch panel with controller GSL1680 and optional 4-wire resistive touch panel screen,superior display quality,super wide view angle and easily controlled by MCU such as 8051, PIC, AVR, ARDUINO, ARM and Raspberry PI.
It can be used in any embedded systems,car,mp4,gps,industrial device,security and hand-held equipment which requires display in high quality and colorful image.It supports rgb interface. FPC with zif connector is easily to assemble or remove.
NMLCD-101MB02000is a color active matrix LCD module incorporating amorphous silicon TFT (Thin Film Transistor). It is composed of a color TFT-LCD panel, driver IC, FPC and a back light unit. The module display area contains 1920x1200 pixel. This product accords with RoHS environmental criterion.
Shenzhen SLS Industrial Co.,ltd established in 2003, is a professional LCD module manufacturer and solution provider. We have 1 full-auto COG assembly line, 2 semi-auto assembly line, backlight assembly line, no dust TP bonding line and manufacturing tech support, we can provide unique, innovative and cost effective LCD module development and manufacturing. Our product range includes: middle-small size TFT LCD, industrial capacitive touch panel... Our LCD products have been widely used in communications, GPS, Equipment, electronic audio-visual, instrumentation, household appliances, PDA and other industries.
New functions have been added to draw smooth (antialiased) arcs, circles, and rounded rectangle outlines. New sketches are provided in the "Smooth Graphics" examples folder. Arcs can be drawn with or without anti-aliasing (which will then render faster). The arc ends can be straight or rounded. The arc drawing algorithm uses an optimised fixed point sqrt() function to improve performance on processors that do not have a hardware Floating Point Unit (e.g. RP2040). Here are two demo images, on the left smooth (anti-aliased) arcs with rounded ends, the image to the right is the same resolution (grabbed from the same 240x240 TFT) with the smoothing diasbled (no anti-aliasing):
An excellent new compatible library is available which can render TrueType fonts on a TFT screen (or into a sprite). This has been developed by takkaO, I have created a branch with some bug fixes here. The library provides access to compact font files, with fully scaleable anti-aliased glyphs. Left, middle and right justified text can also be printed to the screen. I have added TFT_eSPI specific examples to the OpenFontRender library and tested on RP2040 and ESP32 processors, the ESP8266 does not have sufficient RAM due to the glyph render complexity. Here is a demo screen where a single 12kbyte font file binary was used to render fully anti-aliased glyphs of gradually increasing size on a 320x480 TFT screen:
Support has been added in v2.4.70 for the RP2040 with 16 bit parallel displays. This has been tested and the screen update performance is very good (4ms to clear 320 x 480 screen with HC8357C). The use of the RP2040 PIO makes it easy to change the write cycle timing for different displays. DMA with 16 bit transfers is also supported.
Smooth fonts can now be rendered direct to the TFT with very little flicker for quickly changing values. This is achieved by a line-by-line and block-by-block update of the glyph area without drawing pixels twice. This is a "breaking" change for some sketches because a new true/false parameter is needed to render the background. The default is false if the parameter is missing, Examples:
New anti-aliased graphics functions to draw lines, wedge shaped lines, circles and rounded rectangles. Examples are included. Examples have also been added to display PNG compressed images (note: requires ~40kbytes RAM).
Frank Boesing has created an extension library for TFT_eSPI that allows a large range of ready-built fonts to be used. Frank"s library (adapted to permit rendering in sprites as well as TFT) can be downloaded here. More than 3300 additional Fonts are available here. The TFT_eSPI_ext library contains examples that demonstrate the use of the fonts.
Users of PowerPoint experienced with running macros may be interested in the pptm sketch generator here, this converts graphics and tables drawn in PowerPoint slides into an Arduino sketch that renders the graphics on a 480x320 TFT. This is based on VB macros created by Kris Kasprzak here.
The RP2040 8 bit parallel interface uses the PIO. The PIO now manages the "setWindow" and "block fill" actions, releasing the processor for other tasks when areas of the screen are being filled with a colour. The PIO can optionally be used for SPI interface displays if #define RP2040_PIO_SPI is put in the setup file. Touch screens and pixel read operations are not supported when the PIO interface is used.
An Arduino IDE compatible graphics and fonts library for 32 bit processors. The library is targeted at 32 bit processors, it has been performance optimised for RP2040, STM32, ESP8266 and ESP32 types, other processors may be used but will use the slower generic Arduino interface calls. The library can be loaded using the Arduino IDE"s Library Manager. Direct Memory Access (DMA) can be used with the ESP32, RP2040 and STM32 processors with SPI interface displays to improve rendering performance. DMA with a parallel interface (8 and 16 bit parallel) is only supported with the RP2040.
For other processors only SPI interface displays are supported and the slower Arduino SPI library functions are used by the library. Higher clock speed processors such as used for the Teensy 3.x and 4.x boards will still provide a very good performance with the generic Arduino SPI functions.
"Four wire" SPI and 8 bit parallel interfaces are supported. Due to lack of GPIO pins the 8 bit parallel interface is NOT supported on the ESP8266. 8 bit parallel interface TFTs (e.g. UNO format mcufriend shields) can used with the STM32 Nucleo 64/144 range or the UNO format ESP32 (see below for ESP32).
The library supports some TFT displays designed for the Raspberry Pi (RPi) that are based on a ILI9486 or ST7796 driver chip with a 480 x 320 pixel screen. The ILI9486 RPi display must be of the Waveshare design and use a 16 bit serial interface based on the 74HC04, 74HC4040 and 2 x 74HC4094 logic chips. Note that due to design variations between these displays not all RPi displays will work with this library, so purchasing a RPi display of these types solely for use with this library is NOT recommended.
A "good" RPi display is the MHS-4.0 inch Display-B type ST7796 which provides good performance. This has a dedicated controller and can be clocked at up to 80MHz with the ESP32 (125MHz with overclocked RP2040, 55MHz with STM32 and 40MHz with ESP8266). The MHS-3.5 inch RPi ILI9486 based display is also supported, however the MHS ILI9341 based display of the same type does NOT work with this library.
Some displays permit the internal TFT screen RAM to be read, a few of the examples use this feature. The TFT_Screen_Capture example allows full screens to be captured and sent to a PC, this is handy to create program documentation.
The library supports Waveshare 2 and 3 colour ePaper displays using full frame buffers. This addition is relatively immature and thus only one example has been provided.
The library includes a "Sprite" class, this enables flicker free updates of complex graphics. Direct writes to the TFT with graphics functions are still available, so existing sketches do not need to be changed.
The "Animated_dial" example shows how dials can be created using a rotated Sprite for the needle. To run this example the TFT interface must support reading from the screen RAM (not all do). The dial rim and scale is a jpeg image, created using a paint program.
The XPT2046 touch screen controller is supported for SPI based displays only. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed. This support will eventually be deprecated when a suitable touch screen library is available.
The library supports SPI overlap on the ESP8266 so the TFT screen can share MOSI, MISO and SCLK pins with the program FLASH, this frees up GPIO pins for other uses. Only one SPI device can be connected to the FLASH pins and the chips select for the TFT must be on pin D3 (GPIO0).
Configuration of the library font selections, pins used to interface with the TFT and other features is made by editing the User_Setup.h file in the library folder, or by selecting your own configuration in the "User_Setup_Selet,h" file. Fonts and features can easily be enabled/disabled by commenting out lines.
It would be possible to compress the vlw font files but the rendering performance to a TFT is still good when storing the font file(s) in SPIFFS, LittleFS or FLASH arrays.
Anti-aliased fonts can also be drawn over a gradient background with a callback to fetch the background colour of each pixel. This pixel colour can be set by the gradient algorithm or by reading back the TFT screen memory (if reading the display is supported).
The common 8 bit "Mcufriend" shields are supported for the STM Nucleo 64/144 boards and ESP32 UNO style board. The STM32 "Blue/Black Pill" boards can also be used with 8 bit parallel displays.
Unfortunately the typical UNO/mcufriend TFT display board maps LCD_RD, LCD_CS and LCD_RST signals to the ESP32 analogue pins 35, 34 and 36 which are input only. To solve this I linked in the 3 spare pins IO15, IO33 and IO32 by adding wires to the bottom of the board as follows:
If the display board is fitted with a resistance based touch screen then this can be used by performing the modifications described here and the fork of the Adafruit library:
If you load a new copy of TFT_eSPI then it will overwrite your setups if they are kept within the TFT_eSPI folder. One way around this is to create a new folder in your Arduino library folder called "TFT_eSPI_Setups". You then place your custom setup.h files in there. After an upgrade simply edit the User_Setup_Select.h file to point to your custom setup file e.g.:
The graphics display resolution is the width and height dimension of an electronic visual display device, measured in pixels. This information is used for electronic devices such as a computer monitor. Certain combinations of width and height are standardized (e.g. by VESA) and typically given a name and an initialism that is descriptive of its dimensions. A graphics display resolution can be used in tandem with the size of the graphics display to calculate pixel density. An increase in the pixel density often correlates with a decrease in the size of individual pixels on a display.
The favored aspect ratio of mass-market display industry products has changed gradually from 4:3, then to 16:10, then to 16:9, and is now changing to 18:9 for smartphones.cathode ray tube (CRT). The 16:10 aspect ratio had its largest use in the 1995–2010 period, and the 16:9 aspect ratio tends to reflect post-2010 mass-market computer monitor, laptop, and entertainment products displays. On CRTs, there was often a difference between the aspect ratio of the computer resolution and the aspect ratio of the display causing non-square pixels (e.g. 320 × 200 or 1280 × 1024 on a 4:3 display).
The 4:3 aspect ratio was common in older television cathode ray tube (CRT) displays, which were not easily adaptable to a wider aspect ratio. When good quality alternate technologies (i.e., liquid crystal displays (LCDs) and plasma displays) became more available and less costly, around the year 2000, the common computer displays and entertainment products moved to a wider aspect ratio, first to the 16:10 ratio. The 16:10 ratio allowed some compromise between showing older 4:3 aspect ratio broadcast TV shows, but also allowing better viewing of widescreen movies. However, around the year 2005, home entertainment displays (i.e., TV sets) gradually moved from 16:10 to the 16:9 aspect ratio, for further improvement of viewing widescreen movies. By about 2007, virtually all mass-market entertainment displays were 16:9. In 2011, 1920 × 1080 (Full HD, the native resolution of Blu-ray) was the favored resolution in the most heavily marketed entertainment market displays. The next standard, 3840 × 2160 (4K UHD), was first sold in 2013.
Also in 2013, displays with 2560 × 1080 (aspect ratio 64:27 or 2.370, however commonly referred to as "21:9" for easy comparison with 16:9) appeared, which closely approximate the common CinemaScope movie standard aspect ratio of 2.35–2.40. In 2014, "21:9" screens with pixel dimensions of 3440 × 1440 (actual aspect ratio 43:18 or 2.38) became available as well.
The computer display industry maintained the 16:10 aspect ratio longer than the entertainment industry, but in the 2005–2010 period, computers were increasingly marketed as dual-use products, with uses in the traditional computer applications, but also as means of viewing entertainment content. In this time frame, with the notable exception of Apple, almost all desktop, laptop, and display manufacturers gradually moved to promoting only 16:9 aspect ratio displays. By 2011, the 16:10 aspect ratio had virtually disappeared from the Windows laptop display market (although Mac laptops are still mostly 16:10, including the 2880 × 1800 15" Retina MacBook Pro and the 2560 × 1600 13" Retina MacBook Pro). One consequence of this transition was that the highest available resolutions moved generally downward (i.e., the move from 1920 × 1200 laptop displays to 1920 × 1080 displays).
All standard HD resolutions share a 16∶9 aspect ratio, although some derived resolutions with smaller or larger ratios also exist. Most of the narrower resolutions are only used for storing, not for displaying videos.
nHD (ninth HD) is a display resolution of 640 × 360 pixels, which is exactly one-ninth of a Full HD (1080p) frame and one-quarter of a HD (720p) frame. Pixel doubling (vertically and horizontally) nHD frames will form one 720p frame and pixel tripling nHD frames will form one 1080p frame.
One drawback of this resolution regarding encoding is that the number of lines is not an even multiple of 16, which is a common macroblock size for video codecs. Video frames encoded with 16×16 pixel macroblocks would be padded to 640 × 368 and the added pixels would be cropped away at playback. H.264 codecs have this padding and cropping ability built-in as standard. The same is true for qHD and 1080p but the relative amount of padding is more for lower resolutions such as nHD.
To avoid storing the eight lines of padded pixels, some people prefer to encode video at 624 × 352, which only has one stored padded line. When such video streams are either encoded from HD frames or played back on HD displays in full-screen mode (either 720p or 1080p) they are scaled by non-integer scale factors. True nHD frames on the other hand has integer scale factors, for example Nokia 808 PureView with nHD display.
One of the few tabletop TVs to use this as its native resolution was the Sony XEL-1. Similar to DVGA, this resolution became popular for high-end smartphone displays in early 2011. Mobile phones including the Jolla, Sony Xperia C, HTC Sensation, Motorola Droid RAZR, LG Optimus L9, Microsoft Lumia 535 and Samsung Galaxy S4 Mini have displays with the qHD resolution, as does the PlayStation Vita portable game system.
The HD resolution of 1280 × 720 pixels stems from high-definition television (HDTV), where it originally used 50 or 60 frames per second. With its 16:9 aspect ratio, it is exactly 2 times the width and 11/2 times the height of 4:3 VGA, which shares its aspect ratio and 480 line count with NTSC. HD, therefore, has exactly 3 times as many pixels as VGA, i.e. almost 1 megapixel.
This resolution is often referred to as p (which stands for progressive scan and is important for transmission formats) is irrelevant for labeling digital display resolutions. When distinguishing 1280 × 720 from 1920 × 1080, the pair has sometimes been labeled HD1 or HD-1 and HD2 or HD-2, respectively.
In the mid-2000s, when the digital HD technology and standard debuted on the market, this type of resolution was often referred to by the branded name HDr for short, which had specified it as a minimum resolution for devices to qualify for the certification. However, few screens have been built that use this resolution natively. Most employ 16:9 panels with 768 lines instead (WXGA), which resulted in odd numbers of pixels per line, i.e. 13651/3 are rounded to 1360, 1364, 1366 or even 1376, the next multiple of 16.
1280 × 1080 is the resolution of Panasonic"s DVCPRO HD185:1), an approximate of Movietone cameras of the 1930s. In 2007, Hitachi released a few 42" and 50" television models at this resolution.
FHD (Full HD) is the resolution used by the 1080p and 1080i HDTV video formats. It has a 16:9 aspect ratio and 2,073,600 total pixels, i.e. very close to 2 megapixels, and is exactly 50% larger than 720p HD (1280 × 720) in each dimension for a total of 2.25 times as many pixels. When using interlacing, the uncompressed bandwidth requirements are similar to those of 720p at the same field rate (a 12.5% increase, as one field of 1080i video is 1,036,800 pixels, and one frame of 720p video is 921,600 pixels). Although the number of pixels is the same for 1080p and 1080i, the effective resolution is somewhat lower for the interlaced format, as it is necessary to use some vertical low-pass filtering to reduce temporal artifacts such as interline twitter.
DCI 2K is a standardized format established by the Digital Cinema Initiatives consortium in 2005 for 2K video projection. This format has a resolution of 2048 × 1080 (2.2 megapixels) with an aspect ratio of 256:135 (1.8962:1).
This resolution is equivalent to a Full HD (1920 × 1080) extended in width by 33%, with an aspect ratio of 64:27 (2.370, or 21.3:9). It is sometimes referred to as "1080p ultrawide" or "UW-FHD" (ultrawide FHD).divide the screen into two 1280 × 1080 screens.
QHD (Quad HD), WQHD (Wide Quad HD),1440p,2560 × 1440 pixels in a 16:9 aspect ratio. The name QHD reflects the fact that it has four times as many pixels as HD (720p). It is also commonly called WQHD, to emphasize it being a wide resolution, although that is technically unnecessary, since the HD resolutions are all wide. One advantage of using "WQHD" is avoiding confusion with qHD with a small q (960 × 540).
This resolution was under consideration by the ATSC in the late 1980s to become the standard HDTV format, because it is exactly 4 times the width and 3 times the height of VGA, which has the same number of lines as NTSC signals at the SDTV 4:3 aspect ratio. Pragmatic technical constraints made them choose the now well-known 16:9 formats with twice (HD) and thrice (FHD) the VGA width instead.
The 27-inch version of the Apple Cinema Display monitor introduced in July 2010 has a native resolution of 2560 × 1440, as does its successor, the 27-inch Apple Thunderbolt Display.
The resolution is also used in portable devices. In September 2012, Samsung announced the Series 9 WQHD laptop with a 13-inch 2560 × 1440 display.LG announced a 5.5-inch QHD smartphone display, which was used in the LG G3.Vivo announced a smartphone with a 2560 × 1440 display.Galaxy Note 4,GoogleMotorolaNexus 6HTC 10, the Lumia 950, and the Galaxy S6
This resolution has a 16:9 aspect ratio, and is exactly four times as many pixels as the 1600 × 900 HD+ resolution. It has been referred to as WQXGA+,QHDQHD+
This resolution is equivalent to QHD (2560 × 1440) extended in width by 34%, giving it an aspect ratio of 43:18 (2.38:1, or 21.5:9; commonly marketed as simply "21:9"). The first monitor to support this resolution was the 34-inch LG 34UM95-P.UW-QHD to describe this resolution.
This resolution is equivalent to two Full HD (1920 × 1080) displays side by side or one vertical half of a 4K UHD (3840 × 2160) display. It has an aspect ratio of 32:9 (3.5:1), close to the 3.6:1 ratio of IMAX UltraWideScreen 3.6. Samsung monitors at this resolution contain built-in firmware to divide the screen into two 1920 × 1080 screens, or one 2560 × 1080 and one 1280 × 1080 screen.
This resolution has a 12:5 aspect ratio (2.4:1, or 21.6:9; commonly marketed as simply "21:9"). It is equivalent to WQXGA (2560 × 1600) extended in width by 50%, or 4K UHD (3840 × 2160) reduced in height by 26%. This resolution is commonly encountered in cinematic 4K content that has been cropped vertically to a widescreen 2.4:1 aspect ratio. The first monitor to support this resolution was the 37.5-inch LG 38UC99-W. Other vendors followed, with Dell U3818DW, HP Z38c, and Acer XR382CQK. This resolution is referred to as UW4K, WQHD+,UWQHD+, or QHD+,
This resolution, sometimes referred to as 4K UHD or 4K×2K, has a 16:9 aspect ratio and 8,294,400 pixels. It is double the size of Full HD (1920 × 1080) in both dimensions for a total of four times as many pixels, and triple the size of HD (1280 × 720) in both dimensions for a total of nine times as many pixels. It is the lowest common multiple of the HDTV resolutions.
3840 × 2160 was chosen as the resolution of the UHDTV1 format defined in SMPTE ST 2036-1,4K UHDTV system defined in ITU-R BT.2020UHD-1 broadcast standard from DVB.Ultra HD display.QFHD (Quad Full HD).
The first commercial displays capable of this resolution include an 82-inch LCD TV revealed by Samsung in early 2008,PPI 4K IPS monitor for medical purposes launched by Innolux in November 2010.Toshiba announced the REGZA 55x3,
DisplayPort supports 3840 × 2160 at 30Hz in version 1.1 and added support for up to 75Hz in version 1.2 (2009) and 120Hz in version 1.3 (2014),HDMI added support for 3840 × 2160 at 30Hz in version 1.4 (2009)Hz in version 2.0 (2013).
When support for 4K at 60Hz was added in DisplayPort 1.2, no DisplayPort timing controllers (TCONs) existed which were capable of processing the necessary amount of data from a single video stream. As a result, the first 4K monitors from 2013 and early 2014, such as the Sharp PN-K321, Asus PQ321Q, and Dell UP2414Q and UP3214Q, were addressed internally as two 1920 × 2160 monitors side by side instead of a single display and made use of DisplayPort"s Multi-Stream Transport (MST) feature to multiplex a separate signal for each half over the connection, splitting the data between two timing controllers.Asus PB287Q no longer rely on MST tiling technique to achieve 4K at 60Hz,
4096 × 2160, referred to as DCI 4K, Cinema 4K4K×2K, is the resolution used by the 4K container format defined by the Digital Cinema Initiatives Digital Cinema System Specification, a prominent standard in the cinema industry. This resolution has an aspect ratio of 256:135 (1.8962:1), and 8,847,360 total pixels.
This resolution is equivalent to 4K UHD (3840 × 2160) extended in width by 33%, giving it a 64:27 aspect ratio (2.370 or 21.3:9, commonly marketed as simply "21:9") and 11,059,200 total pixels. It is exactly double the size of 2560 × 1080 in both dimensions, for a total of four times as many pixels. The first displays to support this resolution were 105-inch televisions, the LG 105UC9 and the Samsung UN105S9W.5120 × 2160 monitor, the 34WK95U,5K2K WUHD.
This resolution, commonly referred to as 5K or 5K × 3K, has a 16:9 aspect ratio and 14,745,600 pixels. Although it is not established by any of the UHDTV standards, some manufacturers such as Dell have referred to it as UHD+.QHD (2560 × 1440) in both dimensions for a total of four times as many pixels, and is 33% larger than 4K UHD (3840 × 2160) in both dimensions for a total of 1.77 times as many pixels. The line count of 2880 is also the least common multiple of 480 and 576, the scanline count of NTSC and PAL, respectively. Such a resolution can vertically scale SD content to fit by natural numbers (6 for NTSC and 5 for PAL). Horizontal scaling of SD is always fractional (non-anamorphic: 5.33...5.47, anamorphic: 7.11...7.29).
DisplayPort version 1.3 added support for 5K at 60Hz over a single cable, whereas DisplayPort1.2 was only capable of 5K at 30Hz. Early 5K 60Hz displays such as the Dell UltraSharp UP2715K and HP DreamColor Z27q that lacked DisplayPort1.3 support required two DisplayPort1.2 connections to operate at 60Hz, in a tiled display mode similar to early 4K displays using DP MST.
Other resolution with the same 5120-pixel width, which is the lowest common multiple of popular 1024 and 1280, but a different aspect ratio have also been called "5K" and some nominal 5K resolutions are just 4800 pixels wide, which is the lowest common multiple of 960 and 800.
This resolution, sometimes referred to as 8K UHD, has a 16:9 aspect ratio and 33,177,600 pixels. It is exactly double the size of 4K UHD (3840 × 2160) in each dimension for a total of four times as many pixels, and Quadruple the size of Full HD (1920 × 1080) in each dimension for a total of sixteen times as many pixels. 7680 × 4320 was chosen as the resolution of the UHDTV2 format defined in SMPTE ST 2036-1,8K UHDTV system defined in ITU-R BT.2020UHD-2 broadcast standard from DVB.
DisplayPort1.3, finalized by VESA in late 2014, added support for 7680 × 4320 at 30Hz (or 60Hz with Y′CBCR 4:2:0 subsampling). VESA"s Display Stream Compression (DSC), which was part of early DisplayPort1.3 drafts and would have enabled 8K at 60Hz without subsampling, was cut from the specification prior to publication of the final draft.
DSC support was reintroduced with the publication of DisplayPort1.4 in March 2016. Using DSC, a "visually lossless" form of compression, formats up to 7680 × 4320 (8K UHD) at 60Hz with HDR and 30bit/px color depth are possible without subsampling.
Quarter-QVGA (QQVGA or qqVGA) denotes a resolution of 160 × 120 or 120 × 160 pixels, usually used in displays of handheld devices. The term Quarter-QVGA signifies a resolution of one fourth the number of pixels in a QVGA display (half the number of vertical and half the number of horizontal pixels) which itself has one fourth the number of pixels in a VGA display.
Half-QVGA denotes a display screen resolution of 240 × 160 or 160 × 240 pixels, as seen on the Game Boy Advance. This resolution is half of QVGA, which is itself a quarter of VGA, which is 640 × 480 pixels.
Quarter VGA (QVGA or qVGA) is a popular term for a computer display with 320 × 240 display resolution. QVGA displays were most often used in mobile phones, personal digital assistants (PDA), and some handheld game consoles. Often the displays are in a "portrait" orientation (i.e., taller than they are wide, as opposed to "landscape") and are referred to as 240 × 320.
The name comes from having a quarter of the 640 × 480 maximum resolution of the original IBM Video Graphics Array display technology, which became a de facto industry standard in the late 1980s. QVGA is not a standard mode offered by the VGA BIOS, even though VGA and compatible chipsets support a QVGA-sized Mode X. The term refers only to the display"s resolution and thus the abbreviated term QVGA or Quarter VGA is more appropriate to use.
QVGA resolution is also used in digital video recording equipment as a low-resolution mode requiring less data storage capacity than higher resolutions, typically in still digital cameras with video recording capability, and some mobile phones. Each frame is an image of 320 × 240 pixels. QVGA video is typically recorded at 15 or 30 frames per second. QVGA mode describes the size of an image in pixels, commonly called the resolution; numerous video file formats support this resolution.
While QVGA is a lower resolution than VGA, at higher resolutions the "Q" prefix commonly means quad(ruple) or four times higher display resolution (e.g., QXGA is four times higher resolution than XGA). To distinguish quarter from quad, lowercase "q" is sometimes used for "quarter" and uppercase "Q" for "Quad", by analogy with SI prefixes like m/M and p/P, but this is not a consistent usage.
Wide QVGA or WQVGA is any display resolution having the same height in pixels as QVGA, but wider. This definition is consistent with other "wide" versions of computer displays.
Since QVGA is 320 pixels wide and 240 pixels high (aspect ratio of 4:3), the resolution of a WQVGA screen might be 360 × 240 (3:2 aspect ratio), 384 × 240 (16:10 aspect ratio), 400 × 240 (5:3 – such as the Nintendo 3DS screen or the maximum resolution in YouTube at 240p), 428 × 240 (≈16:9 ratio) or 432 × 240 (18:10 aspect ratio). As with WVGA, exact ratios of n:9 are difficult because of the way VGA controllers internally deal with pixels. For instance, when using graphical combinatorial operations on pixels, VGA controllers will use 1 bit per pixel. Since bits cannot be accessed individually but by chunks of 16 or an even higher power of 2, this limits the horizontal resolution to a 16-pixel granularity, i.e., the horizontal resolution must be divisible by 16. In the case of the 16:9 ratio, with 240 pixels high, the horizontal resolution should be 240 / 9 × 16 = 426.6, the closest multiple of 16 is 432.
WQVGA has also been used to describe displays that are not 240 pixels high, for example, Sixteenth HD1080 displays which are 480 pixels wide and 270 or 272 pixels high. This may be due to WQVGA having the nearest screen height.
WQVGA resolutions were commonly used in touchscreen mobile phones, such as 400 × 240, 432 × 240, and 480 × 240. For example, the Hyundai MB 490i, Sony Ericsson Aino and the Samsung Instinct have WQVGA screen resolutions – 240 × 432. Other devices such as the Apple iPod Nano also use a WQVGA screen, 240 × 376 pixels.
HVGA (Half-size VGA) screens have 480 × 320 pixels (3:2 aspect ratio), 480 × 360 pixels (4:3 aspect ratio), 480 × 272 (≈16:9 aspect ratio), or 640 × 240 pixels (8:3 aspect ratio). The former is used by a variety of PDA devices, starting with the Sony CLIÉ PEG-NR70 in 2002, and standalone PDAs by Palm. The latter was used by a variety of handheld PC devices. VGA resolution is 640 × 480.
HVGA was the only resolution supported in the first versions of Google Android, up to release 1.5.WVGA resolution on the Motorola Droid or the QVGA resolution on the HTC Tattoo.
Three-dimensional computer graphics common on television throughout the 1980s were mostly rendered at this resolution, causing objects to have jagged edges on the top and bottom when edges were not anti-aliased.
Video Graphics Array (VGA) refers specifically to the display hardware first introduced with the IBM PS/2 line of computers in 1987.D-subminiature VGA connector, or the 640 × 480 resolution itself. While the VGA resolution was superseded in the personal computer market in the 1990s, it became a popular resolution on mobile devices in the 2000s.
In the field of (NTSC) videos, the resolution of 640 × 480 is sometimes called Standard Definition (SD), in contrast to high-definition (HD) resolutions like 1280 × 720 and 1920 × 1080.
Wide VGA or WVGA, sometimes just WGA is any display resolution with the same 480-pixel height as VGA but wider, such as 720 × 480 (3:2 aspect ratio), 800 × 480 (5:3), 848 × 480, 852 × 480, 853 × 480, or 854 × 480 (≈16:9).
It is a common resolution among LCD projectors and later portable and hand-held internet-enabled devices (such as MID and Netbooks) as it is capable of rendering websites designed for an 800 wide window in full page-width. Examples of hand-held internet devices, without phone capability, with this resolution include: Spice stellar nhance mi-435, ASUS Eee PC 700 series, Dell XCD35, Nokia 770, N800, and N810.
FWVGA is an abbreviation for Full Wide Video Graphics Array which refers to a display resolution of 854 × 480 pixels. 854 × 480 is approximately the 16:9 aspect ratio of anamorphically "un-squeezed" NTSC DVD widescreen video and is considered a "safe" resolution that does not crop any of the image. It is called Full WVGA to distinguish it from other, narrower WVGA resolutions which require cropping 16:9 aspect ratio high-definition video (i.e. it is full width, albeit with a considerable reduction in size).
In 2010, mobile phones with FWVGA display resolution started to become more common. A list of mobile phones with FWVGA displays is available. In addition, the Wii U GamePad that comes with the Nintendo Wii U gaming console includes a 6.2-inch FWVGA display.
Super Video Graphics Array, abbreviated to Super VGA or SVGA, also known as Ultra Video Graphics Array,Ultra VGA or UVGA, is a broad term that covers a wide range of computer display standards.
Originally, it was an extension to the VGA standard first released by IBM in 1987. Unlike VGA – a purely IBM-defined standard – Super VGA was defined by the Video Electronics Standards Association (VESA), an open consortium set up to promote interoperability and define standards. When used as a resolution specification, in contrast to VGA or XGA for example, the term SVGA normally refers to a resolution of 800 × 600 pixels.
The marginally higher resolution 832 × 624 is the highest 4:3 resolution not greater than 219 pixels, with its horizontal dimension a multiple of 32 pixels. This enables it to fit within a framebuffer of 512KB (512 × 210 bytes), and the common multiple of 32 pixels constraint is related to alignment. For these reasons, this resolution was available on the Macintosh LC III and other systems.
Examples of devices that use DVGA include the Meizu MX mobile phone and the Apple iPhone 4 and 4S with the iPod Touch 4, where the screen is called the "Retina Display".
The wide version of SVGA is known as WSVGA (Wide Super VGA or Wide SVGA), featured on Ultra-Mobile PCs, netbooks, and tablet computers. The resolution is either 1024 × 576 (aspect ratio 16:9) or 1024 × 600 (128:75) with screen sizes normally ranging from 7 to 10 inches. It has full XGA width of 1024 pixels.
The Extended Graphics Array (XGA) is an IBM display standard introduced in 1990. Later it became the most common appellation of the 1024 × 768 pixels display resolution, but the official definition is broader than that.
XGA-2 added a 24-bit DAC, but this was used only to extend the available master palette in 256-color mode, e.g. to allow true 256-greyscale output. Other improvements included the provision of the previously missing 800 × 600 resolution in up to 65,536 colors, faster screen refresh rates in all modes (including non-interlace, flicker-free output for 1024 × 768), and improved accelerator performance and versatility.
Wide XGA (WXGA) is a set of non-standard resolutions derived from the XGA display standard by widening it to a widescreen aspect ratio. WXGA is commonly used for low-end LCD TVs and LCD computer monitors for widescreen presentation. The exact resolution offered by a device described as "WXGA" can be somewhat variable owing to a proliferation of several closely related timings optimised for different uses and derived from different bases.
When referring to televisions and other monitors intended for consumer entertainment use, WXGA is generally understood to refer to a resolution of 1366 × 768,1024 × 768 pixels, 4:3 aspect) extended to give square pixels on the increasingly popular 16:9 widescreen display ratio without having to effect major signalling changes other than a faster pixel clock, or manufacturing changes other than extending panel width by one third. As 768 is not divisible by 9, the aspect ratio is not quite 16:9 – this would require a horizontal width of 13651⁄3 pixels. However, at only 0.05%, the resulting error is insignificant.
In 2006, 1366 × 768 was the most popular resolution for liquid crystal display televisions (versus XGA for Plasma TVs flat panel displays);1920 × 1080.
A common variant on this resolution is 1360 × 768, which confers several technical benefits, most significantly a reduction in memory requirements from just over to just under 1MB per 8-bit channel (1366 × 768 needs 1024.5KB per channel; 1360 × 768 needs 1020KB; 1MB is equal to 1024KB), which simplifies architecture and can significantly reduce the amount–and speed–of VRAM required with only a very minor change in available resolution, as memory chips are usually only available in fixed megabyte capacities. For example, at 32-bit color, a 1360 × 768 framebuffer would require only 4MB, whilst a 1366 × 768 one may need 5, 6 or even 8MB depending on the exact display circuitry architecture and available chip capacities. The 6-pixel reduction also means each line"s width is divisible by 8 pixels, simplifying numerous routines used in both computer and broadcast/theatrical video processing, which operate on 8-pixel blocks. Historically, many video cards also mandated screen widths divisible by 8 for their lower-color, planar modes to accelerate memory accesses and simplify pixel position calculations (e.g. fetching 4-bit pixels from 32-bit memory is much faster when performed 8 pixels at a time, and calculating exactly where a particular pixel is within a memory block is much easier when lines do not end partway through a memory word), and this convention persisted in low-end hardware even into the early days of widescreen, LCD HDTVs; thus, most 1366-width displays also quietly support display of 1360-width material, with a thin border of unused pixel columns at each side. This narrower mode is of course even further removed from the 16:9 ideal, but the error is still less than 0.5% (technically, the mode is either 15.94:9.00 or 16.00:9.04) and should be imperceptible.
When referring to laptop displays or independent displays and projectors intended primarily for use with computers, WXGA is also used to describe a resolution of 1280 × 800 pixels, with an aspect ratio of 16:10.both dimensions vs. the old standard (especially useful in portrait mode, or for displaying two standard pages of text side by side), a perceptibly "wider" appearance and the ability to display 720p HD video "native" with only very thin letterbox borders (usable for on-screen playback controls) and no stretching. Additionally, like 1360 × 768, it required only 1000KB (just under 1MB) of memory per 8-bit channel; thus, a typical double-buffered 32-bit colour screen could fit within 8MB, limiting everyday demands on the complexity (and cost, energy use) of integrated graphics chipsets and their shared use of typically sparse system memory (generally allocated to the video system in relatively large blocks), at least when only the internal display was in use (external monitors generally being supported in "extended desktop" mode to at least 1600 × 1200 resolution). 16:10 (or 8:5) is itself a rather "classic" computer aspect ratio, harking back to early 320 × 200 modes (and their derivatives) as seen in the Commodore 64, IBM CGA card and others. However, as of mid-2013, this standard is becoming increasingly rare, crowded out by the more standardised and thus more economical-to-produce 1366 × 768 panels, as its previously beneficial features become less important with improvements to hardware, gradual loss of general backwards software compatibility, and changes in interface layout. As of August 2013, the market availability of panels with 1280 × 800 native resolution had been generally relegated to data projectors or niche products such as convertible tablet PCs and LCD-based eBook readers.
First, the HDTV-standard 1280 × 720720p"), which offers an exact 16:9 aspect with square pixels; naturally, it displays standard 720p HD video material without stretching or letterboxing and 1080i/1080p with a simple 2:3 downscale. This resolution has found some use in tablets and modern, high-pixel-density mobile phones, as well as small-format "netbook" or "ultralight" laptop computers. However, its use is uncommon in larger, mainstream devices as it has an insufficient vertical resolution for the proper use of modern operating systems such as Windows 7 whose UI design assumes a minimum of 768 lines. For certain uses such as word processing, it can even be considered a slight downgrade (reducing the number of simultaneously visible lines of text without granting any significant benefit as even 640 pixels is sufficient horizontal resolution to legibly render a full page width, especially with the addition of subpixel anti-aliasing).
The second variant, 1280 × 768, can be seen as a compromise resolution that addressed this problem, as well as a halfway point between the older 1024 × 768 and 1280 × 1024 resolutions, and a stepping stone to 1366 × 768 (being one-quarter wider than 1024, not one-third) and 1280 × 800, that never quite caught on in the same way as either of its arguably derivative successors. Its square-pixel aspect ratio is 15:9, in contrast to HDTV"s 16:9 and 1280 × 800"s 16:10. It is also the lowest resolution that might be found in an "Ultrabook" standard laptop, as it satisfies the minimum horizontal and vertical pixel resolutions required to officially qualify for the designation.
Widespread availability of 1280 × 800 and 1366 × 768 pixel resolution LCDs for laptop monitors can be considered an OS-driven evolution from the formerly popular 1024 × 768 screen size, which has itself since seen UI design feedback in response to what could be considered disadvantages of the widescreen format when used with programs designed for "traditional" screens. In Microsoft Windows operating system specifically, the larger taskbar of Windows Vista and 7 occupies an additional 16-pixel lines by default, which may compromise the usability of programs that already demanded a full 1024 × 768 (instead of, e.g. 800 × 600) unless it is specifically set to use small icons; an "oddball" 784-line resolution would compensate for this, but 1280 × 800 has a simpler aspect and also gives the slight bonus of 16 more usable lines. Also, the Windows Sidebar in Windows Vista and 7 can use the additional 256 or 336 horizontal pixels to display informational "widgets" without compromising the display width of other programs, and Windows 8 is specifically designed around a "two-pane" concept where the full 16:9 or 16:10 screen is not required. Typically, this consists of a 4:3 main program area (typically 1024 × 768, 1000 × 800 or 1440 × 1080) plus a narrow sidebar running a second program, showing a toolbox for the main program or a pop-out OS shortcut panel taking up the remainder.
XGA+ stands for Extended Graphics Array Plus and is a computer display standard, usually understood to refer to the 1152 × 864 resolution with an aspect ratio of 4:3. Until the advent of widescreen LCDs, XGA+ was often used on 17-inch desktop CRT monitors. It is the highest 4:3 resolution not greater than 220 pixels (≈1.05 megapixels), with its horizontal dimension a multiple of 32 pixels. This enables it to fit closely into a video memory or framebuffer of 1MB (1 × 220 bytes), assuming the use of one byte per pixel. The common multiple of 32 pixels constraint is related to alignment.
Historically, the resolution also relates to the earlier standard of 1152 × 900 pixels, which was adopted by Sun Microsystems for the Sun-2 workstation in the early 1980s. A decade later, Apple Computer selected the resolution of 1152 × 870 for their 21-inch CRT monitors, intended for use as two-page displays on the Macintosh II computer. These resolutions are even closer to the limit of a 1MB framebuffer, but their aspect ratios differ slightly from the common 4:3.
WXGA+ and WSXGA are non-standard terms referring to a computer display resolution of 1440 × 900. Occasionally manufacturers use other terms to refer to this resolution.1440 × 900 resolution as WXGA(II).
WXGA+ (1440 × 900) resolution is common in 19-inch widescreen desktop monitors (a very small number of such monitors use WSXGA+), and is also optional, although less common, in laptop LCDs, in sizes ranging from 12.1 to 17 inches.
Super XGA (SXGA) is a standard monitor resolution of 1280 × 1024 pixels. This display resolution is the "next step" above the XGA resolution that IBM developed in 1990.
The 1280 × 1024 resolution is not the standard 4:3 aspect ratio, but 5:4 (1.25:1 instead of 1.333:1). A standard 4:3 monitor using this resolution will have rectangular rather than square pixels, meaning that unless the software compensates for this the picture will be distorted, causing circles to appear elliptical.
There is a less common 1280 × 960 resolution that preserves the common 4:3 aspect ratio. It is sometimes unofficially called SXGA− to avoid confusion with the "standard" SXGA. Elsewhere this 4:3 resolution was also called UVGA (Ultra VGA), or SXVGA (Super eXtended VGA): Since both sides are doubled from VGA the term Quad VGA would be a systematic one, but it is hardly ever used because its initialism QVGA is strongly associated with the alternate meaning Quarter VGA (320 × 240).
SXGA is the most common native resolution of 17-inch and 19-inch LCD monitors. An LCD monitor with SXGA native resolution will typically have a physical 5:4 aspect ratio, preserving a 1:1 pixel aspect ratio.
SXGA is also a popular resolution for cell phone cameras, such as the Motorola Razr and most Samsung and LG phones. Although being taken over by newer UXGA (2.0-megapixel) cameras, the 1.3-megapixel was the most common around 2007.
Any CRT that can run 1280 × 1024 can also run 1280 × 960, which has the standard 4:3 ratio. A flat panel TFT screen, including one designed for 1280 × 1024, will show stretching distortion when set to display any resolution other than its native one, as the image needs to be interpolated to fit in the fixed grid display. Some TFT displays do not allow a user to disable this, and will prevent the upper and lower portions of the screen from being used forcing a "letterbox" format when set to a 4:3 ratio.
The 1280 × 1024 resolution became popular because at 24bit/px color depth it fit well into 4 megabytes of video RAM.1280 × 1024 at 24-bit color depth allowed using 3.75MB of video RAM, fitting nicely with VRAM chip sizes which were available at the time (4MB):
SXGA+ stands for Super Extended Graphics Array Plus and is a computer display standard. An SXGA+ display is commonly used on 14-inch or 15-inch laptop LCD screens with a resolution of 1400 × 1050 pixels. An SXGA+ display is used on a few 12-inch laptop screens such as the ThinkPad X60 and X61 (both only as tablet) as well as the Toshiba Portégé M200 and M400, but those are far less common. At 14.1 inches, Dell offered SXGA+ on many of the Latitude C-Series laptops, such as the C640, and IBM since the ThinkPad T21. Sony also used SXGA+ in their Z1 series, but no longer produce them as widescreen has become more predominant.
WSXGA+ stands for Widescreen Super Extended Graphics Array Plus. WSXGA+ displays were commonly used on Widescreen 20-, 21-, and 22-inch LCD monitors from numerous manufacturers (and a very small number of 19-inch widescreen monitors), as well as widescreen 15.4-inch and 17-inch laptop LCD screens like the Thinkpad T61p, the late 17" Apple PowerBook G4 and the unibody Apple 15" MacBook Pro. The resolution is 1680 × 1050 pixels (1,764,000 pixels) with a 16:10 aspect ratio.
WSXGA+ is the widescreen version of SXGA+, but it is not approved by any organization. The next highest resolution (for widescreen) after it is WUXGA, which is 1920 × 1200 pixels.
UXGA or UGA is an abbreviation for Ultra Extended Graphics Array referring to a standard monitor resolution of 1600 × 1200 pixels (totaling 1,920,000 pixels), which is exactly four times the default image resolution of #SVGA (800×600) (800 × 600) (totaling 480,000 pixels). Dell Inc. refers to the same resolution of 1,920,000 pixels as UGA. It is generally considered to be the next step above SXGA (1280 × 960 or 1280 × 1024), but some resolutions (such as the unnamed 1366 × 1024 and SXGA+ at 1400 × 1050) fit between the two.
UXGA has been the native resolution of many fullscreen monitors of 15 inches or more, including laptop LCDs such as the ones in the IBM ThinkPad A21p, A30p, A31p, T42p, T43p, T60p, Dell Inspiron 8000/8100/8200 and Latitude/Precision equivalents; some Panasonic Toughbook CF-51 models; and the original Alienware Area 51M gaming laptop. However, in more recent times, UXGA is not used in laptops at all but rather in desktop UXGA monitors that have been made in sizes of 20 inches and 21.3 inches. Some 14-inch laptop LCDs with UXGA have also existed (such as the Dell Inspiron 4100), but these are very rare.
WUXGA stands for Widescreen Ultra Extended Graphics Array and is a display resolution of 1920 × 1200 pixels (2,304,000 pixels) with a 16:10 screen aspect ratio. It is a wide version of UXGA, and can be used for viewing high-definition television (HDTV) content, which uses a 16:9 aspect ratio and a 1280 × 720 (720p) or 1920 × 1080 (1080i or 1080p) resolution.
The 16:10 aspect ratio (as opposed to the 16:9 used in widescreen televisions) was chosen because this aspect ratio is appropriate for displaying two full pages of text side by side.
WUXGA resolution has a total of 2,304,000 pixels. One frame of uncompressed 8BPC RGB WUXGA is 6.75MiB (6.912MB). Initially, it was available in widescreen CRTs such as the Sony GDM-FW900 and the Hewlett-Packard A7217A (introduced in 2003), and in 17-inch laptops. Most QXGA displays support 1920 × 1200. WUXGA is also available in some mobile phablet devices such as the Huawei Honor X2 Gem.
The next lower standard resolution (for widescreen) before it is WSXGA+, which is 1680 × 1050 pixels (1,764,000 pixels, or 30.61% fewer than WUXGA); the next higher resolution widescreen is an unnamed 2304 × 1440 resolution (supported by the above GDM-FW900 and A7217A) and then the more common WQXGA, which has 2560 × 1600 pixels (4,096,000 pixels, or 77.78% more than WUXGA).
The QXGA, or Quad Extended Graphics Array, display standard is a resolution standard in display technology. Some examples of LCD monitors that have pixel counts at these levels are the Dell 3008WFP, the Apple Cinema Display, the Apple iMac (27-inch 2009–present), the iPad (3rd generation), the iPad Mini 2, and the MacBook Pro (3rd generation). Many standard 21–22-inch CRT monitors and some of the highest-end