OLED Display Not Working

I got a OLED display in a kit and it won't turn on no matter what. The wires are connect correctly and the power supply is five volts. I am using the GDA Adafruit library and the SSD1306 one. I've tried just about everything and I'm only asking for help as a last resort. Is my oled display broken or am I just doing something wrong?

Did you, perchance, see something like this when you joined up, but decided it couldn't possibly help you? Without a schematic of how you've wired it, or your code(in code tags, please), or any link to "just about everything" (which must be a web site of possible solutions, maybe?) , what exactly are we to do for you?

Before asking questions:


If your sketch was generated with AI like ChatGPT or by someone else tell us at the beginning of your post.


  • Questioners know what their hardware and software looks like but the volunteers here do not. You need to fully explain what’s not working, and how it is supposed to work.
  • Before asking your questions, please read all the posting guidelines, follow these guidelines when you post your questions.

Hardware

  • As always, show us a good schematic of your proposed circuit. Hand drawn schematics are acceptable.
  • Schematic diagrams are the universal language of electronics
  • We use schematics to communicate hardware design.
  • Show us several good image views of your actual wiring.
  • Give WEB links to your major components.

Software

  • For readability, place { and } on separate lines by themselves, place each line of code on a separate line.
  • In the Arduino IDE, use Ctrl T or CMD T to format your code, then copy the complete sketch.
  • Use the < CODE / > icon from the ‘posting menu’ to attach your copied sketch.


  • When you follow the posting guidelines, volunteers can be more effective.
  • When we have a schematic we can speak the schematic language in helping you.
  • More volunteers will help when you properly post your questions.
3 Likes

Prove the OLED will not turn on.
Prove the wires are connected correctly.
Prove the five volts power supply is 5 volts.
What is GDA?

What program are you running to control the display? You should start with an example from you library.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.