Adafruit
Adafruit EYESPI Pi Beret - Buttons, EYESPI and STEMMA QT
The EYESPI Pi Beret is a slim HAT for Raspberry Pi that provides an EYESPI display connector, STEMMA QT port, buttons, and a slide switch — everything you ne...
The EYESPI Pi Beret is a slim HAT for Raspberry Pi that provides an EYESPI display connector, STEMMA QT port, buttons, and a slide switch — everything you need to add a colour TFT or E-Ink display and sensors to your Pi without counting pins or fiddling with breakout boards.
The EYESPI standard uses an 18-pin 0.5mm pitch FPC connector to provide a consistent way to wire up SPI displays over a slim, flexible cable. This lets you position displays away from the Pi rather than having them physically mounted on top.
Pin Mapping
- MOSI / MISO / SCK – Connected to the default SPI port
- SDA / SCL – Connected to the default I2C port
- Display CS – CE 0
- Display DC – GPIO #25
- Display Reset – GPIO #27
- Display Busy – GPIO #17 (used for E-Ink displays)
- Display Backlight – GPIO #18 (cuttable jumper to free this pin for NeoPixels or other PWM uses)
- Touch CS – CE 1
- Touch IRQ – GPIO #24
The remaining EYESPI pins are left unconnected, preserving plenty of GPIO for other accessories.
Key Features
- 18-Pin EYESPI FPC Connector – Plug-and-play connection for any EYESPI-compatible display
- STEMMA QT / Qwiic Port – Quickly connect I2C sensors and peripherals
- 2× Tactile Buttons – On GPIO #5 and #6 for user input
- 1× Slide Switch – On GPIO #13 for configuration or mode selection
- Slim HAT Form Factor – Sits neatly on any Raspberry Pi with 40-pin header
- TFT & E-Ink Compatible – Works with colour displays and low-power E-Ink panels
Also Available
Ideal For
- Raspberry Pi projects with remote-mounted displays
- Interactive dashboards and sensor readouts
- Plug-and-play display and sensor setups without breadboarding
Package Contents
- 1× EYESPI Pi Beret HAT
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- CS
- CS stands for chip select, a control pin used by SPI devices to tell which connected device should listen. It matters when you connect more than one SPI module to the same microcontroller, because each device usually needs its own CS pin.
- FPC
- FPC stands for flexible printed circuit, a flat flexible cable or connector style often used where space is tight. It matters because this breakout needs the correct pin count and pitch FPC cable to connect reliably to the display or high-speed interface.
- 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.
- 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.
- IRQ
- Short for interrupt request, a signal pin a device uses to get a microcontroller’s attention when something needs handling. It matters here because I2C communication with the sensor requires connecting the IRQ pin to a suitable input pin.
- 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.
- 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.
- 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.
Find this product in
Brands
Displays & Screens
Related Tutorials
Free guides on learn.littlebird.com.au