Datasheet
4
3. Demonstrations
3.1 With Arduino
NOTE:
Grove OLED 128 x 64 module is very compact and fragile. Handle the display with care.
Do not stress or drop the display to ground.
Do not scratch the surface.
Ensure the correct polarity for 4pin connection
Download the LCD_Display Library and Unzip it into the libraries file of Arduino IDE by the
path: ..\arduino-1.0.1\libraries, then you can play with your own display system.
3.1.1 Demo 1: Display 'Hello World' In Normal Mode
#include <Wire.h>
#include <SeeedGrayOLED.h>
#include <avr/pgmspace.h>
void setup()
{