I have a 0.96 inch 128x64 Yellow-Blue OLED display module like this: OLED module and I want to use it for a project. The Driver of it is SSD1306. if you see in the datasheet of SSD1306, you will know that it supports 8-bit 68xx/80xx parallel and 3-/4- wire SPI and I2C interfaces. Now, I have several questions:
- If you were me, Which one would you choose to connect it to MCU?(8-bit 68xx? 80xx parallel? 3-/4- wire SPI? and or I2C?) and why?
- Which one is better for simpler?
- I think parallel interfaces are faster(right?) but I can't find anything about 8-bit 68xx and 80xx!(article or web-page or etc. If you have any information about these please let me know). Also, I could find this:What are 6800-series / 8080-series parallel interface? and Is there any 8080 Series Parallel Interface standard? but, these are not enough. What's the diffrence between the 8-bit 68xx and 80xx? Which one is faster? Totally, In your opinion which one is better?
B.T.W: My MCU is STM32F1(it supports all interfaces even 80xx and 68xx parallel) and all AVR series.