128x64 OLED Display

Is it possible to use SPI from the Raspberry Pi GPIO to run a 128x64 OLED display while the Pisound is installed?

Get an I2C display. I have made it work with patchbox OS. Some details on my github. https://github.com/oldmanfury

these are for terminal tedium only i think. :wink:

It should be possible to connect an SPI display, but I²C would be a lot easier to get started with, as SPI would be shared with Pisound’s MIDI ports, you may have to modify the device tree overlay.

The I²C pins are routed out to the Pisound header, so it’s easy to hook up too.