Table of contents
What Is an E-paper Display?
E-paper display is a screen that reflects light instead of emitting it. It looks like a printed page, not a glowing screen.
How It Works
An E-paper panel is covered in millions of microcapsules, each roughly the diameter of a human hair. Inside each capsule: white particles with a positive charge, black particles with a negative charge, and a clear fluid they float in.
Apply a positive electric field and the black particles sink, white ones rise to the surface. The pixel looks white. Flip the field and the opposite happens. The pixel goes black.
Once the particles are in position, no power is needed to hold them there. The display is bistable. It holds its state with zero electricity.
Key Features of E-paper Displays
Advantages and Disadvantages
E-paper works in direct sunlight without a backlight, and because there is no flicker, it causes less eye fatigue during long reading sessions. The image stays on screen with zero power, which means a small battery can last weeks or months depending on how often the display updates.
The trade-offs are refresh speed and visibility in the dark. A full update takes 250 ms to 2 seconds, so it is not suitable for video or fast user interfaces. There is no built-in light source, so it needs external lighting to be readable in the dark. Color versions have lower saturation than LCD or OLED, and E-paper panels generally cost more per inch than a comparable LCD.
Color E-paper
Standard E-paper is black and white. Color versions come in a few forms:
Kaleido (color filter): Uses a color filter layer on top of a standard black and white panel. The trade-off is lower color saturation and reduced resolution.
Spectra (multi-particle): Adds red or yellow particles alongside black and white particles. It is limited to 3-4 colors and is commonly used in electronic shelf labels.
Advanced Color ePaper (Gallery): Uses colored ink particles to achieve a full color gamut but refreshes more slowly than monochrome displays.
Power Consumption
E-paper only uses power when the image changes. Holding a static image costs nothing.
A full refresh uses about 7-8 mJ/cm². Between refreshes, the display draws 0 mW. On a 1000 mAh battery, that's over 10,000 hours on static content.
Fewer than 4 updates per day means E-paper is the most efficient display option available. More than 600 updates per day and LCD becomes the better pick because the refresh energy adds up.
Readability
Refresh Rate
E-paper is slow. A full refresh takes 250-2000 ms. Partial refreshes are faster but can leave ghosting so it is not suitable for video or animations.
Newer panels are improving with some reaching 120 ms for a full update. Fine for anything that updates occasionally.
How to Choose the Right E-paper Display
Update frequency matters most when selecting an E-paper display. E-paper is best suited for content that changes only a few times per day, as more frequent updates make the slow refresh time a significant limitation.
Smaller monochrome panels are generally less expensive and refresh faster than color displays, and for most projects, color is not necessary.
The interface is typically SPI, although some smaller modules use I2C. Inkplate boards simplify development by integrating the display, ESP32 microcontroller, and battery management circuitry on a single board.
Example Projects
E-reader or digital notebook
Smart home dashboard
Outdoor sensor display
Electronic shelf label
Build with E-paper at Soldered
The Inkplate line uses recycled e-paper panels from real e-readers, combined with an ESP32. You connect USB, open an example, and it runs. No additional hardware needed to get started.
If you need color or fast refresh for your project, display modules are available in the Soldered shop too.
Conclusion
E-paper makes sense when content changes rarely, sunlight readability matters, or the device needs to run a long time on a small battery.
If you want to build something with E-paper, Inkplate boards combine an E-paper panel with an ESP32 and all the supporting hardware in one package. Plug in USB, open an example, and it works.
E-paper FAQs
How does E-paper hold an image without power?
The display is bistable. Once charged particles move into position, they stay there without any electricity. Power is only needed when the image changes.
Why is E-paper so efficient for battery life?
A full refresh uses about 7-8 mJ/cm². Between refreshes, the display draws 0 mW. A device showing mostly static content can run for weeks or months on a small battery.
Can E-paper display color?
Yes, but with trade-offs. Color filter panels (Kaleido) have lower saturation and resolution. Multi-particle panels (Spectra) are limited to 3-4 colors. Full-color E-paper (Gallery) exists but refreshes slower than monochrome.
Is E-paper good for reading in sunlight?
Yes. E-paper reflects ambient light the same way a printed page does. There is no backlight to wash out and no glare from the panel surface.
Why does E-paper refresh slowly?
Moving charged particles through fluid takes time. A full refresh takes 250-2000 ms depending on the panel. Partial refreshes are faster but can leave ghosting artifacts.
Is E-paper the same as E-Ink?
E-paper is a brand name. E-paper is the general term for electrophoretic displays. In practice, the two terms are used interchangeably, but E-paper refers specifically to the technology made by E Ink Corporation.
What is E-paper used for?
E-readers, electronic shelf labels, digital signage, smartwatch always-on displays, and battery-powered sensor readouts. Anywhere content changes rarely and low power or outdoor readability matters.
Is E-paper better than LCD?
For static content and battery life, yes. E-paper draws 0 mW on a static image and remains clearly readable in direct sunlight. For applications that update frequently, LCD is the better choice. It supports video, fast user interfaces, and full color without the limitations of a slow refresh rate.
Can you use E-paper with Arduino?
Yes. Most E-paper panels use SPI and have Arduino libraries available. Inkplate boards make development easier by combining an E-paper display with an ESP32 on a single board, with libraries and example projects ready to use.