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...
Get notified when back in stock
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 board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny 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.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- FPC
- FPC stands for flexible printed circuit, a thin flat flexible cable or connector style often used where space is tight or some movement is needed, commonly for displays, cameras and other high-density connections. Connecting to an FPC connector generally needs a matching cable with the correct pin count, pitch and contact orientation.
- 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
- IRQ (interrupt request) is a signal line a device uses to alert a microcontroller that something needs attention, so the microcontroller does not have to poll continuously. Wiring an IRQ pin to a free input lets code respond promptly to events such as new data being ready.
- 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