o.96" OLED Display not working with Arduino Nano? What am I

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
BBlosaurus
 
Posts: 1
Joined: Sat Mar 07, 2015 12:06 pm

o.96" OLED Display not working with Arduino Nano? What am I

Post by BBlosaurus »

Hello,

today i wanted to test the 0.96" OLED Display from your store with my Arduino Nano, but it always stays black.

What I've done so far:

- Imported your libraries from Github in Arduino
- Compiled one example from Github and changed the pin configuration to:

Code: Select all

#define sclk 12
#define mosi 11
#define cs   10
#define rst  9
#define dc   8
-Wired my Arduino Nano with the display (http://imgur.com/a/7Jk5p)
-Uploaded the sketch to Arduino

Has anyone an idea why it could not work?

Thanks in advance!

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: o.96" OLED Display not working with Arduino Nano? What a

Post by adafruit_support_mike »

It looks like you haven't soldered the pin header into the display PCB.

You need to do that. Pin header doesn't make a reliable electrical connection unless it's soldered in place.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”