> For the complete documentation index, see [llms.txt](https://docs.sevenpens.com/drawtab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sevenpens.com/drawtab/guides/pen-displays/display-resolution.md).

# Display resolution

## Introduction

Just like a monitor, a pen display contains a display panel with a native display resolution.

## Typical resolutions

Modern pen displays mostly use a small number of resolutions. The vast majority of pen displays use these three resolutions:

* Full HD = 1920x1080
* 2.5K = 2560x1440
* 4K = 3840x2160

A few pen displays use resolutions such as 2560 x 1600.

## Considerations

### **Seeing pixels**

* Some people are very sensitive to seeing pixels.
* When drawing on a pen display, you'll be much closer to it than when you are using a monitor.
* So you might notice the pixels more due to this proximity.

### **Compatibility**

The resolution with the least compatibility issues is 2K. This format has the least issues with ports, cables, GPUs, adapters, etc. As you start getting into higher resolutions, you have to be more careful about compatibility and ensure everything is going to work.

For example:

* Not all HDMI cables support 4K
* Some laptops struggle to support an external 4K display
* Macintoshes have difficulty supporting 2.5K resolutions
* Some systems support the higher resolutions but not a high-enough refresh rate. For example one of my laptops supports 4K but only at 30Hz instead of the standard 60Hz.

## Recommendations for resolution

[Choosing the right display resolution for a pen display](/drawtab/buying/choosing-display-resolution.md)

## macOS considerations

**macOS** works with resolution differently than Windows. In particular, it renders text differently, and this can make text a little fuzzy at certain resolutions. Fortunately, there are ways to mitigate the problem. See: [Fuzzy text on displays with MacOS](/drawtab/guides/platforms/macos/display-resolution.md)

## **Anti-glare sparkle**

Given a specific physical size for a display panel, anti-glare sparkle is more noticeable on higher resolutions. See this document for more information: [Anti-glare sparkle](/drawtab/guides/pen-displays/ag-sparkle.md).

## Pixel density: Pixels-per-inch (PPI)

<table><thead><tr><th width="96.50002034505206">Diagonal size</th><th width="175">FullHD 1920x1080</th><th width="162.25">2.5K 2560x1440</th><th>4K 3840x2160</th></tr></thead><tbody><tr><td>13"</td><td>169.45</td><td>225.94</td><td>338.91</td></tr><tr><td>16"</td><td>137.68</td><td>183.58</td><td>275.36</td></tr><tr><td>22"</td><td>100.13</td><td>133.51</td><td>200.26</td></tr><tr><td>24"</td><td>91.79</td><td>122.38</td><td>183.58</td></tr><tr><td>27"</td><td>81.59</td><td>108.79</td><td>163.18</td></tr><tr><td>32"</td><td>68.84</td><td>91.79</td><td>137.68</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sevenpens.com/drawtab/guides/pen-displays/display-resolution.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
