Electronic – SSD1306-based OLED display E/RD# and R/W# pins

datasheeti2coled

This is the OLED display in question and this is the datasheet of the display. I am going to connect to it using I2C.
The datasheet provides mostly understandable explanations for the pins as far as their usage in different communication modes (I2C,SPI,8 bit parallel etc.) goes.

These are a couple that I have trouble with:
enter image description here

Both of these pins have mentions of their function when driving them using using "68XX-series and 80XX-series microcontroller". From the datasheet it seems they mean 8-bit parallel com:

enter image description here

The question is, should leave them floating when using I2C? Or is data read still dependent on the state of those pins. I assume not, but I'd like to hear from someone who has had actual experience with them.

Best Answer

The question is, should leave them floating when using I2C?

Use this "ER-OLED0.96-1 Series Interfacing Document" from the display manufacturer's page which you linked.

It includes the following I2C interface schematic, which shows those two signals E/RD# and R/W# are both grounded when using I2C, as I've marked in red on this extract from that document:

I2C interface connections for OLED display