I’m facing as issue with Hyperpixel round lcd.
I want to use it but also add sound speaker/‘s to it for example via Arduino module but it also uses SPI is there any solution which could help me achieve that and use both Hyperpixel round and any module for sound with at least one speaker? I’m building some personal project and sound is crucial for it to achieve what I want.
The Hyperpixel actually uses DPI, not SPI.
It uses all the GPIO pins, and re configures the ones used for SPI.
Trying to get sound via the GPIO, won’t work.
What model Pi are you using?
I’m using Pi Zero 2 W and looking for neat small option to use and get audio. Had even idea of using usb in it and get audio through that but maybe there is work around and use Audio AMP Shim from Pimoroni or Adafruit I2S StereobSpeaker but now I found this one and wonder if this could work:
Raspberry Pi zero speaker expansion board on Ali https://a.aliexpress.com/_EwcutHZ
I2S isn’t a viable option. anything that needs GPIO access isn’t going to work.
The Hyperpixel actually uses all the GPIO pins for signalling, DPI and touch etc.