Skip to content

T5 E-Paper 2.7 inch get it now

Overview

LILYGO T5 E-Paper 2.7 inch is an ESP32-based e-paper development board featuring a 2.7-inch Waveshare e-ink display (264 × 176) with ultra-low standby power consumption. Powered by the ESP32 dual-core Xtensa LX6 @ 240 MHz with Wi-Fi and Bluetooth 4.2, the board includes a CP2102 USB-to-serial chip for programming, a MAX98357A I2S amplifier and speaker connector for audio output, a MicroSD card slot, and a battery connector for portable operation. Ideal for IoT display nodes, electronic shelf labels, weather stations, and any application requiring a sunlight-readable, low-power display.

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
LilyGo-T5-Epaper-SeriesE-paper display, deep sleep, audio, SD examples

PlatformIO

  1. Install Visual Studio Code and Python
  2. Search for and install the PlatformIO IDE extension in VS Code
  3. Open the LilyGo-T5-Epaper-Series project folder
  4. Open platformio.ini, uncomment the T5_V27 environment
  5. Click to compile, connect via Micro USB, click to upload

Arduino

  1. Install Arduino IDE
  2. Install Arduino ESP32
  3. In ToolsBoard, configure:
Arduino IDE SettingValue
BoardESP32 Dev Module
CPU Frequency240 MHz (WiFi)
Flash Size4MB (32Mb)
Partition SchemeDefault 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
PSRAMEnabled
Upload Speed921600
  1. Click Upload

Development Platforms

  1. Arduino IDE
  2. PlatformIO

Key Features

  • ESP32 dual-core Xtensa LX6 @ 240 MHz, Wi-Fi + Bluetooth 4.2
  • 2.7-inch e-ink display (264 × 176, black & white)
  • Ultra-low power: display retains image with zero power when not refreshing
  • CP2102 USB-to-serial chip for easy programming via Micro USB
  • MAX98357A I2S amplifier with speaker connector
  • MicroSD card slot
  • Battery connector for portable use
  • Deep sleep support for long battery life

Specifications

ParameterValue
SOCESP32, Dual-core Xtensa LX6 @ 240 MHz
Flash4 MB
PSRAM8 MB
WirelessWi-Fi 802.11 b/g/n, Bluetooth 4.2
Display2.7-inch e-ink (264 × 176, black & white)
USBMicro USB (CP2102)
AudioMAX98357A I2S amplifier
StorageMicroSD card slot
BatteryJST connector for Li-Ion/Li-Po

Pin Diagram

E-Paper Display (SPI)

SignalGPIO
MOSI23
MISO19
CLK18
CS5
DC17
RST16
BUSY4

MicroSD Card (SPI)

SignalGPIO
MOSI23
MISO19
CLK18
CS13

I2S Audio (MAX98357A)

SignalGPIO
BCLK26
LRC25
DIN22

Dimensions

Schematic

Datasheet

Software Libraries

Dependent Libraries

FAQ

  • Q. How long does an e-paper screen refresh take? A. A full 2.7-inch e-paper refresh typically takes 2–4 seconds. Partial refresh (if supported) can be faster but may leave ghosting artifacts.

  • Q. Does the display retain its image when powered off? A. Yes. E-paper displays are bistable — they retain their last image indefinitely without any power, making them ideal for deep-sleep IoT applications.

  • Q. Can I use deep sleep between updates? A. Yes. ESP32 deep sleep current is in the µA range. Use esp_deep_sleep_start() and wake via a timer or GPIO interrupt for extremely long battery life.

Changelog

VersionDateNotes
V2.7Initial release with 2.7-inch e-paper