Like the information, please donate to support hosting.
by Andre | October 7th, 2015 | Comments | Share
Tags : arduino electronics ssd1306
I received an OLED Screen in the mail, that works with an Arduiono. When I wanted to connect it to the Arduino, I found it had different pin markings to the normal one usually sold. It turns out they are similar. After some trial and error I got the standard demo Hello World to work. This is how it is done!
All the documentation on the web shows a different pin numbers. The one I have, has the following pins: GND, VCC, CLK, MOSI, DC, CS. The connection is as follows:
Arduino UNO | OLED Screen |
GND | GND |
3.3V | VCC |
Pin 13 | CLK |
Pin 11 | MOSI |
Pin 9 | DC |
Pin 10 | CS |
Here are the steps to get the screen to work:
The Arduino code can be Downloaded Here (Version 1.18.1) or view the latest version on GitHub Here
The Datasheet can be downloaded Here