I'm having problems connecting my Mega 2560 to a 128x64 Oled. I have 1x 128x32 which detects and displays fine, but 2x 128x64s that will not detect or display anything.
I've tried scanning for them using a i2C scan sketch, but I just get "No I2C devices found"
Pin 20 - SDA
Pin 21 - SCL
VCC - Hooked to 5v, but I've tried with 3.5v too
GND - GND
Based on various threads, I have also tried 10k and 4.7k pullup resistors between VCC to SDA and VCC to SCL, but no luck.
I bought one of these displays from ebay, assumed it was bad, so I bought another from another seller and a slightly different model. Unfortunately neither works.
Any suggestions for what else to try when stuck at "No I2C devices found"?
SPI uses the SCK, MOSI, MISO and CS (or SS) pins. Those pins are 52, 51, 50 and 53 (defalut) on a Mega. Those pins are also available on the ICSP connector.Oct 2, 2019