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

# Using HDMI adapters with pen displays

## Before you begin

If you are not familiar with display connection options, read [Connecting a pen display](/drawtab/guides/connecting/connecting-pen-display.md) first.

## Overview

Sometimes the tablet needs to connect to your computer through HDMI. That means the cable from the tablet has a male HDMI plug, and your computer or adapter needs a female HDMI receptacle.

“Plug” and “receptacle” are the official terms, by the way.

However, you may be able to use another port.

## Order of preference of ports for adapters

Not all ports are equally good for connecting to HDMI. Some you should try first because they will give you a better experience.

If you don't have an HDMI port you should try alternative ports in the order below.

* DisplayPort
* USB-C (remember not all USB-C ports support sending a display signal).
* DVI
* VGA

## Adapter details

* [DisplayPort to HDMI adapters](/drawtab/guides/pen-displays/hdmi-adapters/dp-to-hdmi-adapters.md)
* [USB-C to HDMI adapters](/drawtab/guides/pen-displays/hdmi-adapters/usbc-to-hdmi-adapters.md)
* [DVI to HDMI adapters](/drawtab/guides/pen-displays/hdmi-adapters/dvi-to-hdmi-adapters.md)
* [VGA to HDMI adapters](/drawtab/guides/pen-displays/hdmi-adapters/vga-to-hdmi-adapters.md)

## Check your requirements

You need to make sure your adapter supports the **resolution** and **refresh rate** that you want from your pen display.

## General flakiness

Generally, these adapters "just work." But some computers have odd quirks, and the adapter may not work correctly.


---

# 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/hdmi-adapters.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.
