In the data sheet for SSD1309 driver IC, it seems that 3-wire SPI is possible by tying the D/C pin low. Looking through the u8g2 constructor list, I don't see a 3W HW SPI mode for SSD1309 modules. I tried using U8G2_SSD1309_128X64_NONAME2_F_4W_HW_SPI while pulling D/C low, but it didn't work.
In the data sheet for SSD1309 driver IC, it seems that 3-wire SPI is possible by tying the D/C pin low. Looking through the u8g2 constructor list, I don't see a 3W HW SPI mode for SSD1309 modules. I tried using U8G2_SSD1309_128X64_NONAME2_F_4W_HW_SPI while pulling D/C low, but it didn't work.
Is it 3-wire HW SPI actually possible?