I'm attempting to hook up an arduino uno with a Sparkfun Oled. I downloaded the example program and made these changes:
#define PIN_RESET 3 // Connect RST to pin 3
#define PIN_DC 4 // Connect DC to pin 4
#define PIN_CS 10 // Connect CS to pin 10
#define DC_JUMPER 0
I connected everything according to Sparfun's walkthrough. I also wired accordingly. However, I cannot seem to get the Oled to do, well, much of anything. I have tried switching the MOSI and MISO to see if that makes a difference, but it doesn't seem to have any effect.
I'm using: pin 13 - clock (in the picture I was trying pin 8 for the clock but I have tried both)
pin 12 - MISO
pin 11 - MOSI
pin 10 - CS
pin 4 - DC
pin 3 - RESET
Can anyone tell me what's going wrong? I've tried to figure it out for a good long while now and I can't make the display do anything productive.
Thanks

