I2C Issues using 2 OLED Displays. Create a second I2C Port?

kilgorq:
The display has them. I can get the address back on the Mega.

Either that or the Mega has them...

I can see and measure them on the display. They are 4.7K Resistors. If you measure from The SDA and SCL to +5

Oh, I just looked at the source code for that library and it's shockingly incorrect. It does all sorts of things wrong, might not work with many I2C devices.

Try a different one: Arduino Playground - SoftwareI2CLibrary

My Nano died on me. It started loosing the com port the started returning jibberish and now I can not connect to it at all and all of the LED's are stuck on. I need to order a new one.

For now I am trying to figure out how to make it work on the MEGA.

The library you sent the link for is the one I have been working with. I Can Get it to work on the Mega. I can not figure out how to switch to a different I2C Port during the loop. I need to output to the OLED on I2C Port 1. Then switch to I2C Port 2 and Output to that OLED.