08-25-2021, 03:20 PM
Hi Jempie
Your display should work fine with mpd_oled, with either I2C or SPI, so you could just look at R3, R4, R5 and see if the display is currently configured for I2C or SPI and connect it to the GPIO pins accordingly (the text you posted suggests the display is originally configured for SPI).
Then, when you run mpd_oled, specify -o 3 if the display is configured for I2C, and -o 1 if it is configured for SPI.
Adrian.
Your display should work fine with mpd_oled, with either I2C or SPI, so you could just look at R3, R4, R5 and see if the display is currently configured for I2C or SPI and connect it to the GPIO pins accordingly (the text you posted suggests the display is originally configured for SPI).
Then, when you run mpd_oled, specify -o 3 if the display is configured for I2C, and -o 1 if it is configured for SPI.
Adrian.