Datasheet
5
4. Usage
4.1 With Arduino
The OLED128*64 uses all the pins of SSD1308 chip, the default original point is on the top left corner. You
can also change the original point by adjusting the program and in order to display your desired patterns.
For more details, please consultFile:SSD1308_1.0.pdf and File:LY190-128064.pdf.
Here we demonstrate how to display "Seeedstudio" on the screen.
Plug the Grove - OLED Display 128*64 onto the I2C port on Grove - Base Shield, and then plug
the Base Shield onto Adriano;
Download the library File:OLED_Display128X64 Library;
Unzip it into the libraries file of Arduino IDE by the path: ..\arduino-1.0\libraries.
Open the code directly by the path: File -> Example
->OLED_Display12864->OLED_Bitmap_Inverse_Display.
#include <Wire.h>
#include <SeeedOLED.h>
#include <avr/pgmspace.h>