Posts

Showing posts from December, 2015

SPI OLED with Ardiuno

Image
                   Hi. Today I show you how to use OLED Display with Arduino UNO . first of all, you need an Arduino board and an OLED Display. OLED DISPLAY   There are many types of OLED displays by color & type of connection. In this   experiment, I   used a 128*64 blue color SPI OLED display. Arduino Board   In this    experiment,  I used Lakduino UNO    which is   an Arduino compatible board . But you can use any Arduino board for this like pro, Nano, Leonardo etc. Connecting Display to Arduino My OLED Display has 7pins.  OLED                  Arduino     GND   ------->   GND     VCC    ------->  3.3v     CLK    ------->...