To get this screen working on a Raspberry Pi Zero 2 W _without_ having to use a [CircuitPython image](https://circuitpython.org/board/raspberrypi_zero2w/), I needed the following Python dependencies: ``` adafruit-blinka-displayio adafruit-circuitpython-display-text adafruit-circuitpython-ssd1327 RPi.GPIO ``` I've opened this issue for others that may be struggling to do the same thing because I couldn't find instructions anywhere.