> 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/brightness.md).

# Brightness

## Overview

Drawing tablets with embedded display panels have a maximum typical brightness. You have been exposed to many display panels in televisions, phones, and watches. Here I'd like to set your expectations for brightness on drawing tablets.

## Measurement

Brightness is measured in cd/m2 ([candela per square meter](https://en.wikipedia.org/wiki/Candela_per_square_metre)), but that is hard to type, so many people use the equivalent unit of **nit**.

## Lighting conditions

The environment you use the tablet in greatly affects the brightness you need. Below is my take on what you need under different conditions.

| Environment                | Notes                                                                                                                                                                                                              |
| -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **indoors + dark**         | <p>Low amounts of ambient light. Light conditions are not changing.</p><ul><li>200 to 250 nits is enough</li></ul>                                                                                                 |
| **indoors + bright**       | <p>Lots of ambient light. Maybe due to bright indoor lights. Maybe due to windows. If there is a window, brightness may change dramatically because of cloud cover.</p><ul><li>250 to 350 nits is enough</li></ul> |
| **outdoors + under shade** | <p>Overall bright environment with lots of ambient light. No direct sunlight hits your tablet.</p><ul><li>>=500 nits are needed</li></ul>                                                                          |
| **outdoors + no shade**    | <p>Very bright. Sunlight hits your tablet.</p><ul><li>>=1000 nits are needed</li></ul>                                                                                                                             |

## What you can expect from drawing tablets

Overall, display panels for drawing tablets fall in the range of 200 to 400 nits.

* Many are within the range 220 to 250 nits.
* Only a few are >= 300 nits.

<figure><img src="/files/YXeHbpm0KPO1b8Of6UhT" alt=""><figcaption></figcaption></figure>

## Distribution of brightness values

Here is the distribution of brightness values for pen displays released in 2020 or later.

<table><thead><tr><th width="156">Brightness</th><th>Count</th></tr></thead><tbody><tr><td>400</td><td>2</td></tr><tr><td>350</td><td>1</td></tr><tr><td>330</td><td>1</td></tr><tr><td>320</td><td>1</td></tr><tr><td>300</td><td>2</td></tr><tr><td>275</td><td>1</td></tr><tr><td>250</td><td>9</td></tr><tr><td>220</td><td>16</td></tr><tr><td>210</td><td>1</td></tr><tr><td>200</td><td>3</td></tr></tbody></table>

## Top 10 brightest pen displays

Includes only pen displays released since 2020.

<table><thead><tr><th width="460">Pen Display</th><th>Brightness</th></tr></thead><tbody><tr><td>WACOM Cintiq Pro 17 (DTH-172)</td><td>400</td></tr><tr><td>WACOM Cintiq Pro 27 (DTH-271)</td><td>400</td></tr><tr><td>WACOM Movink 13 (DTH-135)</td><td>350</td></tr><tr><td>XENCELABS Pen Display 24 (LPH2412U-A)</td><td>330</td></tr><tr><td>WACOM Wacom One 13 touch GEN2 (DTH-134)</td><td>320</td></tr><tr><td>WACOM Cintiq Pro 16 (2021) (DTH-167)</td><td>300</td></tr><tr><td>HUION Kamvas Pro 27 (GT-2701)</td><td>300</td></tr><tr><td>WACOM Wacom One 12 GEN2 (DTC-121)</td><td>275</td></tr><tr><td>XPPEN Artist 22 GEN2 (CD220F)</td><td>250</td></tr><tr><td>XPPEN Artist 24 FHD (CD240F)</td><td>250</td></tr></tbody></table>

## Fan noise

A few tablets — only Wacom as far as I know — have fans. These fans help keep their brighter displays cool. The fan noise can be disturbing for some people. For others, it does not matter.


---

# 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/brightness.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.
