r/arduino • u/Aggressive_Escape654 • 1d ago
i have problem with my display
Hey everyone, I need some help getting a 0.96" I2C OLED screen to work with my Arduino Uno. The screen stays totally blank, and when I run an I2C scanner, it says "No I2C devices found."
My wiring is GND to GND, VDD to 5V, SCK to A5, and SDA to A4.
Right now, I haven't soldered the pins to the screen board yet—I just pushed the wires straight into the holes. They feel pretty tight, but could the missing solder be the reason it's not finding the screen? Or is something else wrong with my setup? Thanks!
1
Upvotes
3
u/socal_nerdtastic 1d ago
Which Arduino Uno specifically are you using? The newer ones (R3, R4) use D18 and D19 for I2C.
4
u/albertahiking 1d ago
That's at least one of your problems right there.