The LILYGO T5 E-Paper S3 Pro is a developer board that combines the ultra-low power properties of an e-ink display with the versatility of the ESP32-S3 microcontroller. Designed with a form factor reminiscent of compact smartphones, this device provides a highly integrated platform for prototyping IoT applications, portable dashboards, and long-running embedded projects. What sets it apart from many other ESP32-based boards is the inclusion of a 4.7-inch e-paper capacitive touchscreen, LoRa communication, MagSafe wireless charging, and support for modern development environments.
Where to Buy

T5 E-Paper S3 Pro
Makerguides is a participant in affiliate advertising programs designed to provide a means for sites to earn advertising fees by linking to Amazon, AliExpress, Elecrow, and other sites. As an Affiliate we may earn from qualifying purchases.
Design and Build
At first glance, the T5 E-Paper S3 Pro looks like a minimalist handheld gadget. Measuring 129 × 69 × 11 millimeters, its footprint is roughly similar to older smartphones, though significantly lighter and slimmer.

The front is dominated by a 4.7-inch e-paper panel with a resolution of 960 × 540 pixels, giving it a sharp pixel density of about 234 PPI. The panel supports 16 levels of grayscale and integrates a two-point capacitive touch layer, enabling direct interaction with user interfaces.

The device features pronounced bezels, which are practical for handling without accidental touches, even if they give the device a retro aesthetic. On the back, the casing provides mounting holes, a MagSafe-compatible wireless charging coil, and access to expansion connectors such as a TF-card slot and a QWIIC connector for I²C peripherals. The device can also be powered and programmed via its USB-C port.

Hardware and Specifications
The following table summarizes the key technical specifications of the T5 E-Paper S3 Pro.
| Component | Specification |
|---|---|
| Microcontroller (MCU) | ESP32-S3-WROOM-1, dual-core Xtensa LX7 at up to 240 MHz |
| Flash Memory | 16 MB |
| PSRAM | 8 MB |
| Display | 4.7-inch e-paper (960 × 540 pixels, 234 PPI), 16 grayscale, capacitive touch |
| Driver IC | ED047TC1 |
| Connectivity | Wi-Fi 2.4 GHz (802.11 b/g/n), Bluetooth 5 LE, LoRa (433/868/915 MHz options) |
| Power & Charging | MagSafe wireless charging, USB-C wired charging, battery connector |
| Expansion Interfaces | TF-card slot, QWIIC connector (I²C), GPIO headers, SPI, UART |
| RTC | PCF8563 real-time clock with battery backup |
| Dimensions | 129 × 69 × 11 mm |
| Operating Voltage | 3.3 V (regulated internally) |
Performance and Practical Use
The e-ink display is the most distinctive element of the T5 E-Paper S3 Pro. Unlike LCD or OLED panels, e-paper consumes power only when updating the screen, making it ideal for applications where static or semi-static information is displayed for long periods. Typical refresh times are in the range of 300–500 milliseconds, which is sufficient for dashboards and reading applications but unsuitable for animations or fast UI updates. Partial refreshes are supported and can be leveraged to improve responsiveness when only small sections of the screen change.

The ESP32-S3 microcontroller provides ample processing capability, including support for vector instructions, AI acceleration, and dual-core multitasking. With 16 MB of flash memory and 8 MB of PSRAM, the device can handle complex applications such as rendering graphical interfaces, running lightweight neural networks, or buffering sensor data.
Wireless communication is another strong point. Wi-Fi and Bluetooth 5.0 enable integration with smartphones, home automation systems, and cloud platforms. LoRa support provides long-range, low-bandwidth communication suitable for remote sensing or mesh networking. This makes the device especially useful for distributed IoT systems where power efficiency and long-distance communication are required.
The MagSafe wireless charging coil is a unique addition for a development board. It allows the device to be powered without exposed connectors. This is useful for sealed enclosures, e-ink badges, or wall-mounted displays. A standard USB-C port remains available for programming and debugging.
Typical Applications
The T5 E-Paper S3 Pro is well suited for a variety of use cases. Developers often use it as a smart weather station display, showing temperature, humidity, and forecasts. It also excels as a home automation dashboard. It can present system status, security alerts, or energy consumption data without draining power.
In industrial contexts, the board can serve as a low-maintenance information panel. For instance, for presenting production statistics, alerts, or QR codes in factories where visibility under bright lighting is essential. Thanks to LoRa support, it can also be integrated into remote monitoring systems where Wi-Fi is unavailable, for example in agriculture or environmental sensing.
Because of its smartphone-like form factor, another niche use is as an e-ink name badge or personal organizer, displaying calendars, to-do lists, or contact information that remains visible even when the battery is depleted.
Who Is It For?
The T5 E-Paper S3 Pro is best suited for developers, IoT enthusiasts, and researchers who need a low-power, versatile display device with advanced connectivity. It is an excellent choice for those comfortable with environments such as Arduino IDE, PlatformIO, or ESP-IDF, and for users who can troubleshoot library dependencies and firmware quirks.
You can find a link to the GitHub repo with installation instructions, the firmware and code examples here:
It is not ideal for complete beginners who are new to microcontrollers. The setup requires familiarity with ESP32 programming and management of dependencies such as libraries or display drivers. It is also not suitable for projects that require high refresh rates or smooth animations. E-ink technology is inherently slow compared to LCD or OLED.
Tips for Projects and Best Practices
When working with the T5 E-Paper S3 Pro, it is important to design user interfaces that take into account the slower refresh rate of e-ink. Instead of redrawing the entire screen frequently, developers should use partial updates to refresh only the sections that change. This improves responsiveness and reduces ghosting.
For power-constrained projects, pairing the e-paper display with the deep sleep mode of the ESP32-S3 can yield extremely long runtimes on a small lithium-polymer battery. The onboard RTC can be used to wake the system periodically, update the display with new information, and return to sleep.
When using LoRa communication, selecting the appropriate frequency band (433, 868, or 915 MHz) according to local regulations is essential. Applications like remote sensor stations, field weather monitors, or simple two-way text displays can benefit from LoRa’s range and low power consumption.
To make the most of the touchscreen capability, it is advisable to design simple, icon-based interfaces with large touch targets. This approach works well given the limited refresh speed and grayscale palette.
Finally, leveraging the QWIIC expansion port enables quick integration with a wide range of sensors and peripherals without soldering. For example, adding an air quality sensor, GPS module, or light sensor can transform the device into a specialized environmental monitor or portable navigation tool.
Final Thoughts
The LILYGO T5 E-Paper S3 Pro is a forward-thinking development board that combines energy efficiency, readability, and connectivity in a compact form factor. It is not a device for real-time graphics or high-speed interaction. But for developers who value low power consumption, outdoor readability, and wireless versatility, it provides an outstanding platform for experimentation and deployment.
Whether used as a smart dashboard, a portable sensor interface, or a unique e-ink gadget, it offers flexibility for creative projects. With careful design choices and an understanding of e-ink’s strengths, the T5 E-Paper S3 Pro can power projects that run efficiently for weeks or months without maintenance.
Stefan is a professional software developer and researcher. He has worked in robotics, bioinformatics, image/audio processing and education at Siemens, IBM and Google. He specializes in AI and machine learning and has a keen interest in DIY projects involving Arduino and 3D printing.


Steve Boutilier
Tuesday 23rd of September 2025
Stefan, were you able to get this device to do a deep sleep? Mine drinks the battery in deep sleep.
Stefan Maetschke
Tuesday 23rd of September 2025
Sorry, I haven't tried yet.