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
π USB
π°οΈ Connectivity
π§ Microcontroller
β¨ 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:
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
PIN | Label | Reason | Function |
---|---|---|---|
IO1 | U0TXD (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 |
IO2 | GPIO2 | If driven HIGH on reset (while IO0 is LOW), selects an unsupported SDIO boot mode, causing boot failure. | π οΈ Strapping |
IO3 | U0RXD (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 |
IO16 | GPIO16 | Connected to internal PSRAM on PSRAM-enabled modules; not usable as GPIO on those modules. | β‘ Flash |
IO17 | GPIO17 | Connected to internal PSRAM on PSRAM-enabled modules; not usable as GPIO on those modules. | β‘ Flash |
LilyGo TTGO T-Display 1.14 Inch LCD ESP32 Useful Links
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) .
Pin | Function | ESP Pin | Input/Output | Description |
---|---|---|---|---|
1 | 3V3 | 3.3V | POWER OUTPUT | 3.3V power output |
2 | GND | GND | POWER GROUND | Ground connection |
3 | 5V | 5V | POWER INPUT | 5V power input |
4 | IO1 | GPIO1 | BIDIRECTIONAL | GPIO, ADC, I2C |
5 | IO2 | GPIO2 | BIDIRECTIONAL | GPIO, ADC |
6 | IO3 | GPIO3 | BIDIRECTIONAL | GPIO, ADC |
7 | IO16 | SPI_CS | BIDIRECTIONAL | GPIO, SPI Chip Select |
8 | IO17 | SPI_D | BIDIRECTIONAL | GPIO, SPI Data |
9 | IO18 | SPI_CLK | BIDIRECTIONAL | GPIO, SPI Clock |
10 | IO19 | SPI_Q | BIDIRECTIONAL | GPIO, SPI Q |
11 | IO21 | LCD_DC | OUTPUT | GPIO, LCD Data/Command |
12 | IO22 | LCD_RST | OUTPUT | GPIO, LCD Reset |
13 | IO23 | LCD_BL | OUTPUT | GPIO, LCD Backlight |
Default Tools
Bootloader tool | esptool_py |
Uploader tool | esptool_py |
Network uploader tool | esp_ota |
Bootloader address | 0x1000 |
Flash mode | qio |
Boot mode | qio |
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.