Example Code for Arduino-Display Text and Picture
This example demonstrates how to display text and pictures on the 4.7-inch E Ink display. Users can learn how to use the EPD47 library to render basic graphics and text.
Hardware Preparation
- ESP32 Ink Screen 4.7" ×1
Software Preparation
- Arduino IDE
- Download and install the EPD47 Library. (About how to install the library?)
Other Preparation Work
Install the Arduino IDE development environment for ESP32
Sample Code
Open the example in File>Examples>EPD47>demo of Arduino IDE.

Result
Upload the program to the E-ink screen, the E-ink screen will display as shown in the following picture.

Additional Information
Please use the scripts in the "EPD47\scripts" directory to generate pictures and texts. Please refer to the script instructions for specific usage. (The script must be used in the Linux environment)
Was this article helpful?
