# Electronic Paper/E-Ink

## Electronic Paper Displays <a href="#b816" id="b816"></a>

![Electronic Ink Display Example — Source](https://miro.medium.com/max/1400/1*QwqPM-CwxG_As3ODJUmm0g.jpeg)

[Electronic Ink](https://en.wikipedia.org/wiki/E_Ink) or [Electronic Paper](https://en.wikipedia.org/wiki/Electronic_paper) displays are still a relatively new technology and are mostly found in electronic readers. They have some unique visual qualities that set them apart from any other display in this list.

There are a few different kinds of technologies that are considered E-ink displays, but the common one is a monochromatic electrophoretic display. These work by suspending charged particles in a fluid. A top and bottom layer with embedded electrodes sandwiches this fluid layer, and when the charge changes on a layer, the ink particles are pushed to the top, or pulled to the bottom. When the black ink particles are on top, they absorb light and appear black, and when they are pulled to the bottom layer, that pixel appears white because it is reflecting more light.

This display mechanism means that they do not transmit their own light (except in a few consumer models where a backlight has been added for night reading). Since they are only visible via light from the environment, this means that bright environments aren’t nearly as much of a negative — and that makes them one of the only displays in this list that are viewable in direct sunlight. These displays are also incredibly low energy since they only use energy when changing the screen contents — without power, the screen would potentially hold its image indefinitely.

However, because of the way the technology works, the refresh rate of the screen is very low which makes it unsuitable for a lot of motion graphics. When the screen refreshes, there are also some ghosting artifacts that appear on parts as the ink particles reposition. Some screens will momentarily make all pixels black in an effort to normalize everything and prevent artifacts. Some screens can indeed refresh faster, at the expense of contrast and clarity artifacts. For more on the refresh rates of e-paper displays, check out [this resource](https://www.visionect.com/blog/why-epaper-blinks). They are also typically able to only display monochrome images or a certain level of grayscale — displaying color with these is still an application that is in development but much closer to a consumer reality. Other methods of creating e-paper displays with graphene are also being [researched](http://www.cam.ac.uk/research/news/first-graphene-based-flexible-display-produced), with the added bonus that they have the potential to be flexible as well.

{% embed url="<https://www.youtube.com/watch?v=OQSS4Bu5gZE>" %}
<https://www.youtube.com/watch?v=OQSS4Bu5gZE>
{% endembed %}

Making use of E-ink displays in artworks is unfortunately impeded by the fact that purchasing a standalone screen of a significant size is very difficult. A lot of e-paper screens are also made fairly small — usually less than 12in, so even if you could [modify](http://the-digital-reader.com/2015/11/13/sony-dpt-s1-hacked-now-runs-android/) an existing e-reader display, it wouldn’t be very large. The consumer demand for these is primarily in e-readers so there is little incentive for the manufacturers to make screens that can be addressed as a normal video monitor with an HDMI input for example. Only recently have companies started producing and [selling](http://www.solcomputer.com/sol-cvs-e-ink-monitor.html) consumer models or development kits that connect via USB, but only in limited quantities. There are several e-ink development boards that can be addressed with a micro controller, but they are about the size of an index card or smaller.

[Visionect](https://www.visionect.com/development_kits) is working on development kits for 32" e-ink screens that could potentially be tiled together to create a much larger display, but their price is still quite high compared to traditional displays. Some companies are also working on developing larger e-ink based “pixels” that can be tiled together to make incredibly large architectural elements that can change or be combined with projection mapping.

{% embed url="<https://vimeo.com/180645555?embedded=true&owner=994292&source=video_title>" %}

### Architectural E-Ink Prism

Below are some examples that use some of [E-Ink's Prism](https://www.eink.com/architecture.html?type=application\&id=10) material for large scale architectural installations.

{% embed url="<https://www.youtube.com/watch?v=WdyH7u758kA>" %}
Architectural Coral
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=bfRsmoNDGvg>" %}
Various examples from E-Ink
{% endembed %}

{% embed url="<https://www.youtube.com/watch?v=kZzxmGjN6Gg>" %}
Sped up video of a flower using colored E-Ink
{% endembed %}

[Dazzle from Ueberall international](https://ueberall.us/portfolio/dazzle/) that actually uses panels on the outside of a building

![](/files/vvAQUQJr38sRYcqQOnrc)

[Eºflow interactive sculpture](https://segd.org/e°flow-interactive-sculpture) from SEGD

![eºFlow sculpture from SEGD using E-Ink](/files/n8cymGn7yGE6AEXOqwHI)

{% embed url="<https://vimeo.com/172943345?embedded=true&owner=13001484&source=video_title>" %}


---

# Agent Instructions: 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:

```
GET https://blair-neal.gitbook.io/survey-of-alternative-displays/alternative-displays/electronic-paper-e-ink.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
