I have a 1.5 OLED SSD1309 display with ZIF connector. Based on a interfacing scheme from the seller I made a scheme that should connect this display with STM32 based MCU via i2c. Interfacing scheme is based on AT MCU, so I wonder can this apply to any type of MCU?
Here is the link I used as a reference: https://www.buydisplay.com/download/interfacing/ER-OLED015-2_Interfacing.pdf (I also don't understand this VCC +12.5V, do I have to make add 3V to 12.5V regulator based circuit as well?)
I also found this: https://github.com/afiskon/stm32-ssd1306 It says that this library is working with SSD1309 as well, so I would use it for this if all this above make sense and can work.
Does someone have experience with this type of connecting OLED displays with MCU, because almost all I could find are already soldered boards with display on it.