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

# Lamination

## Overview

Lamination in the context of a display is the removal of an air gap between the display and the sheet of glass above it. The benefits of lamination are improved parallax and preventing things from getting between the glass and the display.

## The air gap

Especially in older models of pen displays and pen computers, there is an air gap between the display panel and the glass. This air gap itself is another source of parallax.

<figure><img src="/files/7Ymlk8XkjhSfRsojtqeY" alt=""><figcaption></figcaption></figure>

A laminated display removes the air gap and replaced it with an optically clear adhesive layer. This layer because of optical properties and because it can be thinner than the air gap it replaced also thus reduces the parallax.

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

It is always preferable to by a drawing tablet that has a laminated display.

## Benefits of lamination

The most obvious benefit of lamination and the removal of the air gap is that it can improve parallax.

However, it can also prevent a things from getting between the glass and display panel such as:

* moisture
* dust and other particles
* small insects (more here: [TSG: Insects in a pen display](/drawtab/troubleshoot/tsg-pen-display-insects.md))

## Resources

* XP-Pen: What does fully laminated screen mean? Fully laminated display vs non laminated display (<https://www.xp-pen.com/forum-2511.html>)
* iPad’s Laminated Display Vs. Non-Laminated Display (<https://wolfoftablet.com/ipads-laminated-display-vs-non-laminated-display/>)
* Laminated vs non laminated tablet : What is a laminated display?(<https://essentialpicks.com/laminated-vs-non-laminated-display-tablet/>)


---

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