Skip to content

T-Circle get it now

Overview

LILYGO T-Circle is a circular screen development board based on ESP32. It features a 0.75-inch GC9D01N TFT LCD circular display with 160 × 160 resolution and 262K color support, equipped with CST816D capacitive touch chip for precise touch interaction. The hardware connects to external devices through 12 pins (including 3V3 power supply, SPI interface MOSI/SCK/CS, I2C communication SDA/SCL, and BLE enable pin BLEEN), compatible with development frameworks like Arduino. Its compact design integrates high-precision display, touch control, and low-power communication functions, suitable for smart watches, IoT device interfaces, or prototype development of micro embedded systems.

Note: T-Circle is the ESP32 version. For the ESP32-S3 version, see T-Circle S3.

Quick Start

Example Support

ExamplePlatformIO/ArduinoESP-IDFDescription
T-CircleBasic display and touch examples

PlatformIO

  1. Install Visual Studio Code and Python
  2. Search for and install the PlatformIO IDE extension in VS Code
  3. Open the T-Circle project folder
  4. Open platformio.ini and select your example
  5. Click to compile, connect via USB-C, click to upload

Arduino

  1. Install Arduino IDE
  2. Install Arduino ESP32
  3. In ToolsBoard, configure:
Arduino IDE SettingValue
BoardESP32 Dev Module
Upload Speed921600
CPU Frequency240 MHz (WiFi)
Flash ModeQIO 80 MHz
Flash Size16MB (128Mb)
Core Debug LevelNone
Partition SchemeDefault Configuration
PSRAMEnabled
  1. Click Upload

Development Platforms

  1. Arduino IDE
  2. PlatformIO
  3. MicroPython

Video

Key Features

  • ESP32, 16 MB Flash, 8 MB PSRAM (Octal SPI), Wi-Fi + Bluetooth
  • 0.75-inch GC9D01N TFT LCD (160 × 160), 262K color
  • CST816D capacitive touch, I²C
  • 12-pin expansion interface
  • 2 × M1.6 mounting holes, 32 × 17 mm

Product Parameters

FeatureSpecification
MCUESP32
Flash16 MB
PSRAM8 MB (Octal SPI)
Wi-Fi2.4 GHz 802.11 b/g/n
BluetoothBluetooth LE
Display0.75-inch GC9D01N TFT LCD, 160 × 160
TouchCST816D capacitive, I²C
Expansion12-pin header
Power5 V / 500 mA
Mounting Holes2 × M1.6
Dimensions32 × 17 mm

Pin Diagram

T-Circle pin diagram

Dimension Diagram

Schematic

Datasheet

Software Development

Dependent Libraries

FAQ

  • Q. Why does my board keep failing to upload programs? A. Hold down the BOOT button, then press the RST button once, then click Upload to enter download mode.

  • Q. What's the difference between T-Circle and T-Circle S3? A. T-Circle uses ESP32 as the main controller, while T-Circle S3 uses the more powerful ESP32-S3. Choose the appropriate version according to your project requirements.

Version History

VersionRelease DateUpdate Description
T-Circle V1.02021-03-14Initial version