Skip to content

T5-4.7 E-Paper S3 Lite

Overview

The LILYGO T5-4.7-S3 series offers two models based on ESP32-S3-WROOM-1-N16R8 (16 MB Flash, 8 MB PSRAM): Pro and Lite. The Lite edition removes GPS and LoRa to reduce cost for pure display applications (e-books, photo frames, weather stations), and upgrades to AG (anti-glare) glass for better outdoor visibility and a warm backlight for comfortable extended reading. Both share the same 4.7-inch EDO47TC1 E-Ink display (540 × 960), GT911 two-point capacitive touch, PCF8563 RTC, TF card slot, and Raspberry Pi 40-pin GPIO expansion.

Pro vs. Lite Comparison

FeatureT5-4.7-S3 ProT5-4.7-S3 Lite
Core ChipESP32-S3-WROOM-1-N16R8ESP32-S3-WROOM-1-N16R8
Flash / PSRAM16 MB / 8 MB16 MB / 8 MB
E-Paper4.7-inch EDO47TC1 (540 × 960)4.7-inch EDO47TC1 (540 × 960)
TouchGT911 two-pointGT911 two-point
RTCPCF8563PCF8563
GPS / LoRa✅ Supported❌ Removed
GlassStandardAG anti-glare
BacklightStandard whiteWarm tone
Use CaseFull-featured IoT terminalE-books, photo frames, weather stations

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
LilyGo-EPD47E-Paper display, touch, button, Wi-Fi sync examples
Available examples
examples/
├── button          # Button example
├── demo            # Comprehensive test + sleep current test
├── drawExample     # Draw lines and circles
├── drawImages      # Show images
├── grayscale_test  # Grayscale test
├── screen_repair   # Full refresh (afterimage removal)
├── spi_driver      # Display as SPI slave
├── touch           # Touch example
└── wifi_sync       # Wi-Fi comprehensive example

PlatformIO

  1. Install Visual Studio Code and Python
  2. Search for and install the PlatformIO IDE extension in VS Code
  3. Open the LilyGo-EPD47 project folder
  4. Open platformio.ini, uncomment one src_dir = xxxx line (only one active at a time)
  5. Click to compile, connect via USB-C, click to upload

Arduino

  1. Install Arduino IDE
  2. Install Arduino ESP32 and add boards manager URL: https://espressif.github.io/arduino-esp32/package_esp32_index.json
  3. Copy library folders from the project libraries directory to your Arduino libraries folder
  4. Open the example .ino file
  5. In ToolsBoard, configure:
Arduino IDE SettingValue
BoardESP32S3 Dev Module
Upload Speed921600
USB ModeHardware CDC and JTAG
USB CDC On BootEnabled
USB Firmware MSC On BootDisabled
USB DFU On BootDisabled
CPU Frequency240 MHz (WiFi)
Flash ModeQIO 80 MHz
Flash Size16MB (128Mb)
Core Debug LevelNone
Partition Scheme16M Flash (3MB APP/9.9MB FATFS)
PSRAMOPI PSRAM
Arduino Runs OnCore 1
Events Run OnCore 1
  1. Select the correct port and click Upload

If upload fails: hold BOOT (IO0), press RST, release RST, release BOOT, then click Upload.

Development Platforms

  1. ESP-IDF
  2. Arduino IDE
  3. Visual Studio Code
  4. MicroPython

Video

Key Features

  • ESP32-S3-WROOM-1-N16R8: 16 MB Flash, 8 MB PSRAM, Wi-Fi + Bluetooth 5.0
  • 4.7-inch EDO47TC1 E-Ink display (540 × 960) with AG anti-glare glass
  • Warm backlight for comfortable extended reading
  • GT911 capacitive touch (two-point), I²C
  • PCF8563 RTC; TF card slot
  • 40-pin Raspberry Pi-compatible GPIO; USB-C; JST-PH 2.0 mm Li-Po
  • GPS / LoRa removed vs. Pro edition — lower cost

Product Parameters

FeatureSpecification
MCUESP32-S3-WROOM-1-N16R8
Flash16 MB
PSRAM8 MB
Wi-Fi2.4 GHz 802.11 b/g/n
BluetoothBluetooth 5.0 LE
DisplayEDO47TC1 4.7-inch E-Ink, 540 × 960 + AG glass + warm backlight
TouchGT911 capacitive, two-point, I²C
RTCPCF8563 (I²C)
StorageTF card slot
USB1 × Type-C (USB + OTG)
BatteryJST-PH 2.0 mm Li-Po
I/O Expansion2 × 20-pin (Raspberry Pi 40-pin compatible)
ButtonsRST + SIR_io0 + io21
Mounting Holes6 × 3.8 mm
Dimensions121 × 67 × 12 mm

Pin Diagram

T5 E-Paper S3 Lite pin diagram

Pin Mapping

GPIOConnected ToAvailable
1374HCT4094D CFG_DATA
1274HCT4094D CFG_CLK
074HCT4094D CFG_STR
38E-paper CKV
40E-paper STH
41E-paper CKH
8–7E-paper D0–D7
21Button
14Battery ADC
16/15/11/42SD MISO/MOSI/SCK/CS❌*
18SDA
17SCL
47Touch IRQ
45/10/48/39

*SD pins (16, 15, 11, 42) are free if SD card is not used.

Dimension Diagram

Schematic

Datasheet

Software Development

Dependent Libraries

FAQ

  • Q. Are the Lite and Pro editions code-compatible? A. Yes — core display, touch, RTC, and other basic functions are fully compatible between editions.

  • Q. What are the benefits of AG glass and warm backlight? A. AG (anti-glare) glass reduces reflections and improves outdoor visibility. Warm backlight provides a more paper-like reading experience, reducing eye strain during long sessions.

  • Q. Arduino IDE prompts to upgrade libraries? A. Do not upgrade — stay with the tested library versions.

  • Q. Upload fails? A. Hold BOOT (IO0), press RST, release RST, release BOOT, then click Upload.

Version History

VersionRelease DateUpdate Description
T5-ePaper-S3-V2.4 (Pro)Current Pro edition
T5-ePaper-S3-LiteLite edition: AG glass, warm backlight, GPS/LoRa removed