Loading... Please wait...

.96" 128x64 OLED Display with I2C (White )

  • Image 1
Price:
$9.95
SKU:
LCD-CB0088
Current Stock:
Out of stock



Product Description

This is a monochrome graphic display module with built-in 0.96 inch 128X64 high-resolution display. The driver chip is a SSD1306 and communicates using I2C -- that means that only 2 pins are used on the arduino!

  • Pinout: Gnd, Vcc, SCL, SDA
  • Voltage: 3-5V
  • Tested with "Grove OLED 0.96" and "Adafruit SSD1306" libraries

Arduino Library Installation: Library Manager --> Grove - OLED 0.96

Test Code

#include <Wire.h>
#include <SeeedOLED.h>


void setup()
{
Wire.begin();
SeeedOled.init();

SeeedOled.setBrightness(0x8f);

SeeedOled.clearDisplay();
SeeedOled.setNormalDisplay();
SeeedOled.setPageMode(); 
SeeedOled.setTextXY(0,0);
SeeedOled.putString("Hello World!"); 

}

void loop()
{

}


Find Similar Products by Category


Add to Wish List

Click the button below to add the .96" 128x64 OLED Display with I2C (White ) to your wish list.

You Recently Viewed...