Adafruit
Adafruit ESP32-S3 TFT Feather - 4MB Flash, 2MB PSRAM, STEMMA QT
The Adafruit ESP32-S3 TFT Feather features a built-in 1.14" IPS colour TFT display (240×135 pixels, ST7789) on the front of the board. Combined with the dual...
The Adafruit ESP32-S3 TFT Feather features a built-in 1.14" IPS colour TFT display (240×135 pixels, ST7789) on the front of the board. Combined with the dual-core ESP32-S3's native USB, Wi-Fi, Bluetooth LE, 4 MB flash, and 2 MB PSRAM, it provides a complete visual IoT platform in the Feather form factor.
The colour TFT connects via SPI using dedicated pins not exposed on the breakout pads, keeping all standard Feather pins available. A secondary low-dropout regulator with GPIO control can independently power down the TFT, STEMMA QT port, and NeoPixel — approximately 80–100 µA in deep sleep with everything off. The backlight has a separate PWM pin for brightness control.
Key Features
- 1.14" IPS Colour TFT – 240×135 pixel display (ST7789) on the front with PWM backlight control
- ESP32-S3 Dual-Core 240 MHz Tensilica – Wi-Fi and Bluetooth LE
- Native USB – HID, MIDI, mass storage, and CDC serial without an external chip
- 4 MB Flash + 2 MB PSRAM – Large buffers for CircuitPython and data-heavy applications
- USB-C – Power, charging, and native USB communication
- LiPo Battery Support – JST connector with charging and battery fuel gauge monitoring
- STEMMA QT / Qwiic – I2C port with independently switchable power
- NeoPixel – Addressable RGB LED with controllable power pin
- Low Power – ~80–100 µA deep sleep with TFT, I2C, and NeoPixel powered down
- Feather Form Factor – Compatible with FeatherWings
Also Available
- ESP32-S3 Reverse TFT Feather (display on back for panel mounting, with 3 buttons)
- ESP32-S3 Feather (no display, 8 MB flash)
- ESP32-S3 Feather with 4 MB Flash + 2 MB PSRAM
- ESP32-S2 TFT Feather (single-core, Wi-Fi only)
Ideal For
- IoT dashboards with real-time visual feedback and BLE
- Sensor data displays with Wi-Fi connectivity
- CircuitPython and Arduino projects with built-in screen
- Prototyping connected devices with visual output
Package Contents
- 1× Adafruit ESP32-S3 TFT Feather (fully assembled)
Jargon buster
Plain-language definitions for the technical terms used above.
- BLE
- BLE stands for Bluetooth Low Energy, a Bluetooth mode designed for lower power use and modern phone compatibility. It matters because BLE support can make the module easier to use with Apple devices and battery-powered projects, though it may behave differently from classic serial Bluetooth.
- breakout
- A breakout is a small circuit board that makes a tiny or hard-to-solder component easier to connect to with standard pins. It matters because this OLED module can be wired into a microcontroller project without needing to solder directly to the display’s fine contacts.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- deep sleep
- Deep sleep is a low-power mode where the microcontroller turns off most functions while keeping just enough circuitry active to wake up later. It is important for battery-powered projects because it can greatly extend how long the device runs between charges.
- ESP32
- ESP32 is a family of microcontroller modules with built-in wireless features such as Bluetooth and WiFi. Knowing this product uses an ESP32-based module helps explain how it provides wireless serial communication and firmware update features.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- IPS
- IPS is a type of LCD panel that keeps colours and contrast more consistent when viewed from an angle. This matters for small displays that may be mounted in a dashboard, handheld project, or enclosure where the viewer is not always looking straight on.
- LED
- A light-emitting diode is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- LiPo
- A lithium polymer rechargeable battery commonly used in portable electronics projects. It matters because LiPo batteries need correct charging circuitry and care, and this board includes hardware intended for that battery type.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- ST7789
- A display controller chip commonly used to drive small colour TFT screens. If a board uses an ST7789, your software needs a compatible display library or driver to draw text, graphics and images correctly.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
- TFT
- A thin-film transistor display is a common type of colour LCD used for graphics screens. Knowing a product is for TFTs helps you check that the driver board matches the display’s connector, resolution, backlight, and signalling method.
- USB-C
- A modern reversible USB connector used for power and data connections. On this product it matters because it can connect directly to a computer as well as to a microcontroller project.
Find this product in
Brands
Displays & Screens
Microcontrollers