> 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-splitters.md).

# Using HDMI splitters with pen displays

## **TLDR**

Try to avoid using HDMI splitters if possible. If you need to use one, then understand the limitations and research before you buy one. But overall I recommend that you try the alternatives listed at the end of this document.

## **Summary**

HDMI splitters are devices that take a single HDMI input and provide two HDMI outputs.

They can be very useful devices, but they are often misunderstood in the context of using pen displays. This doc will help clarify how and if you can use them.

## Examples

Below is an example of a simple HDMI splitter. The male HDMI end goes to your computer. The two female HDMI ports are intended to connect to monitors, pen displays, etc. This splitter takes the signal from the computer and **copies** it to the two devices you have attached.

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

Below is another example of a splitter that I own. Notice that this splitter also has a micro-USB port intended to supply power.

<figure><img src="/files/ZAFBGmXb2x979lDELPAJ" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/EE2yopkYu6D9uqIZcpkB" alt="" width="375"><figcaption></figcaption></figure>

## **The problem**

Often someone with a new pen display will need to connect it to their computer via HDMI.

In this situation they may have an HDMI port but it is already in use.

So, they wonder if an HDMI splitter can turn that 1 HDMI port into 2 HDMI ports. In a sense, that is exactly what an HDMI splitter does, but it may not do that in a way that is desirable.

## **What an HDMI splitter does**

Physically an HDMI splitter will take a single HDMI port and then provide two HDMI ports.

However, it is important to understand that whatever input the HDMI splitter gets from the computer will ALWAYS be duplicated on the two HDMI ports.

In other words, if you were expecting to show two different things on your pen display and your monitor, then an HDMI port WILL NOT BE HELPFUL. It will always duplicate the exact same image.

If duplication is what you want, then an HDMI splitter will work for you.

## **Your computer thinks of the HDMI splitter as a single display**

If you are using an HDMI splitter and you check your computer's settings, you will see that it thinks only 1 display is connected. The computer has no idea that the signal is being split.

## **Native resolutions**

Every display device has a native resolution.

It is typically best if the display signal they receive exactly matches that native resolution.

If your pen display and monitor have different native resolutions and yet receive the same display signal, something weird will almost always happen.

You may see an image on one of your displays that is:

* cropped
* smaller but with correct proportions
* smaller but with incorrect proportions - it will look stretched in one dimension
* flickering
* etc.

Or you may not even see an image on one of them at all.

## **Refresh rate**

Your HDMI splitter may not support the refresh rate you want. For example, some might only work at 4K resolution up to 30Hz. Verify refresh rate support before you buy a splitter.

## **Max resolution**

HDMI splitters may not support the resolution of the display signal you want to send. You may want to send a 4K signal, but your HDMI splitter may only support up to 2.5K signal.

All HDMI splitters that I know of support at least 2K resolution (1920x1080)

## **General weirdness**

Sometimes displays just don't like receiving a signal from an HDMI splitter and will show you a blank screen or some other problem.

## Alternatives

This video explains the overall topic and your options: <https://www.youtube.com/watch?v=iKl_3NYjlsY>

In summary:

* If you have a **DisplayPort** port available, you can buy a DisplayPort to HDMI adapter. I use these often.
* If you have a **DVI** port, you may be able to find an adapter that works. I don't have any experience with this.
* If you have a **USB-C port THAT SUPPORTS A DISPLAY SIGNAL**, then you could buy a USB-C to- HDMI adapter. I have used one of these and found it to work, but it is flaky - working with some USB-C ports but not others.

## Input lag

There are many threads on this, some linked below, and there is not a clear consensus. Some claim that there is no additional lag, while others claim there is. Overall, I have not noticed that splitters I have personally used introduced any lag into the signal.

* Do HDMI Splitters add LAG to your games ??? <https://www.youtube.com/watch?v=N-4IGVKkWvs>
* <https://www.reddit.com/r/pcmasterrace/comments/a015up/will_a_hdmi_switch_affect_my_fps/>
* <https://www.reddit.com/r/techsupport/comments/2pbbwj/do_hdmi_splittersswitchers_add_intput_lag_or/>


---

# 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-splitters.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.
