LilyGo TTGO T-Display 1.14 Inch LCD ESP32 Development Board

Code name: LILYGO_TTGO_T_DISPLAY_1_14

LilyGo TTGO T-Display 1.14 Inch LCD ESP32 development board is based on esp32 microcontroller and uses xtensa architecture. This board has a maximum CPU frequency of 240 MHz and a flash size of 4MB.

About LilyGo TTGO T-Display 1.14 Inch LCD ESP32

πŸš€ The LilyGo TTGO T-Display 1.14 Inch LCD ESP32 is a compact development board featuring an ESP32 microcontroller with integrated WiFi and Bluetooth capabilities. It includes a 1.14-inch LCD driven by an ST7789 controller, offering a vibrant display for graphical applications. ⚑

πŸ“‘ With support for WiFi 802.11 b/g/n and Bluetooth 4.2, this board is ideal for IoT and embedded display projects. It also includes 4MB Flash and 520KB SRAM for versatile applications.

Technical Specifications

πŸ–₯️ Display

Type LCD
Size 1.14"
Resolution 135x240
Driver ST7789

πŸ”Œ USB

Type USB-C
Serial Chip CH9102

πŸ›°οΈ Connectivity

WiFi 802.11 b/g/n (2.4 GHz)
Bluetooth 4.2
BLE 4.2

🧠 Microcontroller

Model esp32
Clock Speed 240 MHz
Flash Size 4MB
PSRAM Size 4MB
Architecture xtensa

✨ Features

  • 21 digital IO pins
  • 22 external interrupt pins
  • 6 analog input pins
  • 14 PWM pins

LilyGo TTGO T-Display 1.14 Inch LCD ESP32 Pinout

βœ… Safe Pins to Use

For general GPIO usage, these are the safest and most flexible choices:

πŸ”Ή IO18
πŸ”Ή IO19
πŸ”Ή IO21
πŸ”Ή IO22
πŸ”Ή IO23

Why Are These Pins Safe?

  • Not involved in bootstrapping β†’ No impact on device boot mode or system startup
  • Not linked to flash memory or PSRAM β†’ Won't interfere with storage or memory access
  • Not dedicated to USB or JTAG β†’ Free for general use without affecting debugging
  • No special hardware connections β†’ Freely assignable without internal conflicts

⚠️ Pins to Avoid or Use with Caution

Some pins are reserved for critical functions like bootstrapping, JTAG debugging, USB communication, and flash memory operations. Misusing these pins may lead to boot failures, programming issues, USB conflicts, or disruptions in flash storage.

Critical Pin Categories:

  • πŸ› οΈ Strapping Pins: Control boot behavior and flash voltage selection
  • πŸ”— JTAG Debugging Pins: Required for low-level debugging
  • πŸ”Œ USB Communication Pins: Used for USB Serial/JTAG communication
  • ⚑ Flash Memory & SPI Pins: Connected to SPI flash memory and PSRAM
  • πŸ“‘ UART Serial Communication Pins: Used for debugging and firmware uploads
PINLabelReasonFunction
IO1U0TXD (GPIO1)Connected to on-board USB-UART for uploading and logs; drives serial output at boot, so using as GPIO can disrupt programming or console.πŸ”Œ USB
IO2GPIO2If driven HIGH on reset (while IO0 is LOW), selects an unsupported SDIO boot mode, causing boot failure.πŸ› οΈ Strapping
IO3U0RXD (GPIO3)Used for receiving data from USB-UART (programming); also pulled HIGH at boot for console communication, so using as GPIO can disrupt uploads.πŸ”Œ USB
IO16GPIO16Connected to internal PSRAM on PSRAM-enabled modules; not usable as GPIO on those modules.⚑ Flash
IO17GPIO17Connected to internal PSRAM on PSRAM-enabled modules; not usable as GPIO on those modules.⚑ Flash

LilyGo TTGO T-Display 1.14 Inch LCD ESP32 Pin Mappings

This development board provides 21 digital IO pins, out of which 22 can be used as external interrupt pins , 6 as analog input pins and 14 pins have Pulse-Width Modulation (PWM) .

PinFunctionESP PinInput/OutputDescription
13V33.3VPOWER OUTPUT3.3V power output
2GNDGNDPOWER GROUNDGround connection
35V5VPOWER INPUT5V power input
4IO1GPIO1BIDIRECTIONALGPIO, ADC, I2C
5IO2GPIO2BIDIRECTIONALGPIO, ADC
6IO3GPIO3BIDIRECTIONALGPIO, ADC
7IO16SPI_CSBIDIRECTIONALGPIO, SPI Chip Select
8IO17SPI_DBIDIRECTIONALGPIO, SPI Data
9IO18SPI_CLKBIDIRECTIONALGPIO, SPI Clock
10IO19SPI_QBIDIRECTIONALGPIO, SPI Q
11IO21LCD_DCOUTPUTGPIO, LCD Data/Command
12IO22LCD_RSTOUTPUTGPIO, LCD Reset
13IO23LCD_BLOUTPUTGPIO, LCD Backlight
Function Pin Function
ESP Pin Pin on ESP32
I/O Input/Output Pin
Description Pin Description

Default Tools

Bootloader toolesptool_py
Uploader toolesptool_py
Network uploader toolesp_ota
Bootloader address0x1000
Flash modeqio
Boot modeqio
Maximum upload size
1280 Kb
(1310720 B)
Maximum data size
320 Kb
(327680 B)

The LilyGo TTGO T-Display 1.14 Inch LCD ESP32 development board by default uses esptool_py uploader tool, esp_ota network uploader tool for Over-the-air (OTA) uploads and esptool_py bootloader tool. The bootloader starts at address "0x1000". Flash mode and boot mode for LilyGo TTGO T-Display 1.14 Inch LCD ESP32 development board by default is qio and qio respectively.