Skip to main content

Wiring

Overview

USB-C (5V) ──────────────────────────────► RPi Zero 2W

GPIO ◄───────────── Buttons (×7)
SPI ──────────────► GDEM0397T81P (3.3V)

SPI — Display

The GDEM0397T81P communicates with the Pi over SPI at 3.3V logic.

SignalPi pinNotes
MOSIGPIO 10 (SPI0 MOSI)Data to display
SCLKGPIO 11 (SPI0 SCLK)Clock
CSGPIO 8 (SPI0 CE0)Chip select
DCTBDData/Command select
RSTTBDHardware reset
BUSYTBDPanel busy signal
note

Exact pin assignments are defined in the C SPI driver in the runtime repository.

GPIO — Buttons

Seven buttons are wired to GPIO pins with pull-up or pull-down resistors. The logical mapping is owned by the runtime repo.

Power

The Pi is powered via its USB-C port. The battery connects directly without a power management IC in the current revision.