ESP32 Projects

E-Ink Display Feels Like Real Paper: Here is Why It Matters

Explore the Benefits of E-Ink Displays: From Sunlight Readability to Ultra-Low Power

Last Updated on August 24, 2025 by Engr. Shahzada Fahad

Description:

Today, I have got something really exciting on my desk; the MaTouch ESP32-S3 with a 4.2-inch triple-color E-Ink display.

An E-Ink Display being read outdoors, demonstrating its excellent sunlight readability.

This is not your everyday screen. Unlike LCDs or OLEDs, this display works just like printed paper.

To really put this E-Ink display to the test, I placed it side by side with an actual sheet of paper. I wanted to see if it truly behaves like paper in every way. So, I switched off the room light… and I was completely shocked




What is E-Ink Technology?

An E-Ink display is a special type of screen that looks very similar to real paper.

Unlike the bright backlit screens on phones or laptops, an E-Ink display works in a special way. Inside the screen are millions of microcapsules filled with charged particles. In a traditional black-and-white E-Ink display, you only get black and white particles. But in this tri-color E-Ink display, there are also red particles.

When an electric charge is applied, these particles move to the surface of the screen to form text and images. That’s why you can see white, black, and red colors on this display; without needing a backlight.

These particles move around with the help of electric charges to form letters and images.

A high-resolution E-Ink Display panel, a perfect example of low-power e-paper screen technology.

Because of this unique design, an E-Ink display (also known as an Electronic Paper Display or E-Paper Display) does not shine light directly into your eyes.

Instead, it reflects light from your surroundings; just like paper does.

That’s why reading on a paper-like display feels comfortable, even for long hours, unlike the harsh glow of traditional backlit screens.

In this article, I will take you through the hardware, the digital paper screen specs, and its features. We will also test it with some cool examples to see how it performs in real projects.

So; if you are into low-power displays, want a sunlight-readable display, or are curious about Kindle screen technology and E-paper technology, then stick around. This one is going to be fun!

So, without any further delay let’s get started!!!



Amazon Links:

E-Ink Displays

E Ink Product Official page

Other Tools and Components:

ESP32 WiFi + Bluetooth Module (Recommended)

Arduino Nano USB C type (Recommended)

*Please Note: These are affiliate links. I may make a commission if you buy the components through these links. I would appreciate your support in this way!

E-Ink Display Features:

A modern digital paper device featuring a high-contrast E-Ink Display.

Now let’s take a closer look at the board itself and go through the different interfaces.

Up here, we have the I2C connector, which is useful if I want to connect external sensors or expansion modules that use the I2C protocol.

The back of an E-Ink Display, revealing the pinout and interface needed to connect it to a board.

Next to it is the GPIO header. This gives me access to general-purpose pins from the ESP32-S3, so I can connect LEDs, relays, or other peripherals.

Then, we have got two USB ports: USB-TTL and USB-Native. The USB-TTL is mainly for programming and debugging through serial communication, while the USB-Native can be used for direct USB functions, since the ESP32-S3 supports native USB.

Right beside that, there is the battery connector. You can plug in a Li-Po battery here to make the board portable, which is really handy for low-power E-Ink projects.

On the right side, we have the SD card slot. This allows us to store images, fonts, or other large data files that can be displayed on the E-Ink screen.

At the center, of course, is the ESP32-S3 chip, the brain of this board. It’s a dual-core microcontroller with Wi-Fi and Bluetooth built-in, and it’s powerful enough to handle graphics and wireless communication at the same time.

Down here, we have two buttons: SW1 and SW2. These are user-programmable, so we can assign them to any function we like; for example, refreshing the screen or changing the display mode. Or we can use it to activate and deactivate the sleep mode.

At the bottom, there are also the Flash and Reset buttons. Reset simply restarts the board, while Flash is used for putting the ESP32 into programming mode if needed.

And finally, we have the SPI interface for the E-Ink display connection. This is the high-speed communication channel between the ESP32-S3 and the display itself.

So overall, the board gives me a lot of flexibility with multiple power options, external interfaces, and enough connectivity to build serious projects.



E-Ink Display Features:

  • ESP32-S3 E-Ink Display Board Specifications
  • Controller: ESP32-S3
  • Wireless Connectivity: Wi-Fi & Bluetooth 5.0
  • Flash Memory: 16MB
  • PSRAM: 8MB
  • Expansion Interface: 1 × GPIO, 1 × I²C
  • MicroSD Card Slot: Yes
  • Buttons: Flash button & Reset button
  • USB Ports: 1 × USB to UART, 1 × USB Native
  • Input Voltage: 3.7V Battery or 5V Type-C
  • Arduino Support: Yes

One interesting thing is that a full refresh takes about 15 seconds, but the big advantage is super low power consumption; once the image is on the screen, it stays there without using almost any power.

And here’s the part that really blew my mind; Even after I disconnected the power, the image on the display was still clearly visible.

An E-Ink Display showing how e-paper technology works without a backlight, reducing eye strain.

That’s the beauty of E-Ink technology; it doesn’t need constant power to keep the image on screen.

Of course, if you are using this board with sensors or other peripherals, then you wil need to keep it powered with a battery. But for just displaying information, this feature is absolutely amazing. It makes the display super energy efficient and perfect for low-power projects.



E Ink Display LCD Specs:

  • Part Number: GDEH042Z21
  • Size: 4.2 inch
  • Resolution: 400 × 300
  • Type: Dot Matrix
  • IC Driver: UC8276
  • Max Grayscale: 2
  • Color: Black, White, Red

Dimensions:

  • Outline Size (mm): 91 × 77 × 1.25
  • Active Area (mm): 84.8 × 63.6
  • Pixel Pitch (mm): 0.212 × 0.212
  • Connector: 24 Pin FPC

Performance:

  • Interface: SPI
  • Full Refresh Time (s): 15
  • Power Consumption (Refresh, mW): 8.91
  • Standby Power Consumption (mW): 0.0056

Environment:

  • Operating Temperature: 0°C ~ 40°C
  • Storage Temperature: -25°C ~ 60°C

Download ESP32-S3 E-Paper Examples from GitHub

After this, you can head over to MakerFab’s official GitHub repository. Just make sure you see  ESP32S3_4.2_EINK and download the entire ZIP package.

Essential developer resources for starting a project with a new E-Ink Display module.

Inside this folder, you will find everything you need for this project.

  • In the Example folder, there are four ready-to-use examples, which we will be testing in a moment.
  • In the Hardware folder, you even get the original PCB design file, schematic, and PDFs.

It’s completely open source; and that’s one of the reasons I really like MakerFab. They provide everything to their users, so you are not left guessing or stuck without resources.

  • To make things easier, they have also provided a little tool called Image2Lcd. With this software, you can convert any picture or text into the right format for the E-Ink display. Basically, you load your image, adjust the settings, and it gives you the byte array that you can use directly in your code.

If you like designing your own graphics, you can create images in Photoshop or any other photo editor, save them, and then either convert them with the Image2Lcd software or just copy them straight to the SD card. That way, you get full control over how your images look on the display. I will practically show this to you.

  • In the Libraries folder, we also get the ESP32-waveshare-epd library. This one isn’t pre-installed in Arduino, so we will need to add it manually. Let’s go ahead and do that now.

Open the Arduino IDE, go to Sketch > Include Library > Add .ZIP Library, and then select the library zip folder.

A step-by-step tutorial on installing the correct library to program an E-Ink Display with Arduino.

As you can see I have already installed this library so I am going to click on the NO Button.

Finding and installing the correct Waveshare library to get an E-Ink Display working with Arduino.




About the Arduino IDE and ESP32:

Before we start, let me quickly share my software setup.

Configuring the correct Arduino IDE and ESP32 board settings to work with an E-Ink Display.

Right now, I am using Arduino IDE version 2.3.4 and the ESP32 board package version 2.0.11. All of my recent touch display projects have been done with the same versions, and they have worked smoothly. So, if you want to follow along without running into errors, I recommend using the same setup.

A showcase of various example projects built with an E-Ink Display and programmed in the Arduino IDE.

Now let’s go ahead and test all four examples one by one, so you can see how this display actually performs. And once we are done with these, we will also create our own simple interface in Photoshop, just to display a numeric value on the screen. That way, you will see how easy it is to design your own custom graphics and push them to the display.

Anyways, let’s now open the Ebook example folder. Inside this folder, you will find the main Arduino .ino file along with a simple text file.

An example of how to turn an E-Ink Display into a simple ebook reader using an Arduino.

You can write anything you want inside this text file; whatever you type in this txt file be printed on the E-Ink display.

Once you are done writing, just copy this file and paste it onto the SD card.

A project demonstrating how to pull data from an SD card onto a low-power E-Ink Display.

Some of the examples also use images, and to save time I have already copied those images onto the SD card as well.

Now, let’s insert the SD card into the slot, connect the E-Ink display to the laptop, and open up the Ebook Arduino file to get started.



E Ink Display “Ebook example”:

Uploading the program into ESP32S3:

To upload the program, here is what you need to do:

  • First, go to the Tools menu > Board > ESP32, and select ESP32S3 Dev Module.
  • Go back to the Tools Menu > Port, and choose the correct communication port.
  • Again to the tools menu > Flash Size, and select 16MB.
  • Again go to the Tools menu > Partition Scheme and select 16M Flash
  • And one last time, go to Tools Menu > PSRAM, and select OPI PSRAM.

Once these settings are done, you can simply click the Upload button.

These same settings will be required for all the example programs we will test. So, I am not going to explain this again.



Practical Demonstration:

A custom ebook interface running on an E-Ink Display e-paper screen.

When I first saw this output, I honestly felt like I was flipping through a notebook.

The text sits there naturally, with no flicker and no light shining at me.

Unlike an LCD or OLED, this display doesn’t fight with your eyes; it just feels calm, like reading from a sheet of paper.

That’s the real beauty of E-Ink. And when I press the button on the right side, it scrolls through pages seamlessly, with the current page number.

An E-Ink Display being read outdoors, demonstrating its excellent sunlight readability.

I wanted to see if it truly behaves like paper in every way.

So, I switched off the room light… and I was completely shocked, both the real paper and the E-Ink display completely disappeared into the darkness; nothing visible at all.

Then, the moment I turned the light back on; Both came back to life. Honestly, it felt like I was looking at two sheets of paper, one digital and one real. That’s how close this display is to real paper.

Now, let’s go ahead and quickly test the remaining three examples.



fw_test Example:

This example uses some other files too, so I can’t share all those file over here. But I can show you the output.

A close-up photograph of a high-contrast E-Ink Display module, showcasing its crisp e-paper screen.

pic_display Example:

This example displays a QR code on the display. I have already saved the QR code image onto the SD card.

An example of generating and showing a functional QR code on a paper-like E-Ink Display.

This looks amazing; I scanned it and it opened the Makerfabs website link.




pic_display_web Example:

Now, let’s test the 4th example, this example also displays images on the E-INK display.

I have already uploaded this program so let’s watch this in action.

A technical view of an EPD (Electronic Paper Display) module, also known as an E-Ink Display.



Final Example:

This example is actually my modified version of the 4th example.

I created a custom image for it in Photoshop. Make sure to stick to black, white, and red colors.

Preparing a digital image in image-editing software to be shown on an E-Ink Display.

The white area is where we will display the numbers. Later, you can modify the code to show actual sensor values here.

Once your design is ready, save it as a .bmp file. I have already saved it to the SD card.

Close-up of an E-Ink Display showing its bistable screen, which holds an image with zero power.

So, that’s all for now.

Want the complete code, project files, and resources? Download them anytime from my Patreon page.

And don’t miss the full step-by-step video on my YouTube channel; it’s all there to help you build this project yourself!



Frequently Asked Questions (FAQ)

1. What is E-Ink technology and how does it work?

E-Ink, or Electronic Paper, is a display technology that mimics the appearance of printed paper. It works by using millions of tiny microcapsules containing charged particles (e.g., black, white, and red). An electric field is applied to move these particles to the surface, forming text and images. Unlike LCDs, it doesn’t use a backlight; instead, it reflects ambient light, making it comfortable to read.

2. Why is an E-Ink display so energy efficient?

E-Ink displays are extremely low-power because they only consume energy when the content on the screen is changing. Once an image or text is displayed, it requires almost zero power to hold it there. As demonstrated in the article, the image remains visible even after the power is disconnected.

3. What specific board is used in this tutorial?

This tutorial features the MaTouch ESP32-S3 board from Makerfabs. It comes integrated with a 4.2-inch triple-color (black, white, and red) E-Ink display, an ESP32-S3 microcontroller, Wi-Fi, Bluetooth, an SD card slot, and multiple interfaces for projects.

4. How do you program this E-Ink display with Arduino?

To program the display, you need to use the Arduino IDE. The essential steps are:

  • Set up the Arduino IDE with the correct ESP32 board package (version 2.0.11 is recommended).
  • Download the project files from the Makerfabs GitHub repository.
  • Manually install the required ESP32-waveshare-epd library by adding it as a .ZIP library in the Arduino IDE.
  • Configure the board settings in the Tools menu (Board: ESP32S3 Dev Module, Flash Size: 16MB, PSRAM: OPI PSRAM).

5. Can I display my own custom images or text on this screen?

Yes. The article shows two methods:

  • For Images: You can create your own graphics in an editor like Photoshop using only black, white, and red. Save the file as a .bmp and copy it to the SD card.
  • For Text: For the “Ebook” example, you can simply edit a .txt file with your desired content and save it to the SD card. The code will then read and display it.




Watch Video Tutorial:

 


Discover more from Electronic Clinic

Subscribe to get the latest posts sent to your email.

Engr. Shahzada Fahad

Engr. Shahzada Fahad is an Electrical Engineer with over 15 years of hands-on experience in electronics design, programming, and PCB development. He specializes in microcontrollers (Arduino, ESP32, STM32, Raspberry Pi), robotics, and IoT systems. He is the founder and lead author at Electronic Clinic, dedicated to sharing practical knowledge.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button

Discover more from Electronic Clinic

Subscribe now to keep reading and get access to the full archive.

Continue reading

Electronic Clinic
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.