Skip to content

Cart

Your cart is empty

Continue shopping

0.96" OLED Graphic Display 128x64 - SPI, I2C

SKU: DM-OLED096-624
Sale price$4.90 Regular price$12.95
Save 62%
  • 💹 Enjoy a 20% discount for orders over 500
  • 📉 A 15% discount is available for orders ranging from 200 to 499
  • 🎁 A 10% discount is available for orders ranging from 50 to 199
  • 🎁 A 5% discount is available when ordering 10-49

Interested in customizing this product? Get in touch with us.

Order samples, immediate delivery.

Factory bulk lead time: 3 weeks.

Color: White

Share
0.96-inch OLED Graphic Display Module with 128x64 resolution, supporting SPI and I2C interfaces
0.96" OLED Graphic Display 128x64 - SPI, I2CWhite Sale price$4.90 Regular price$12.95

Display Specifications

  • Resolution : 128x64 pixel
  • Display Mode : Passive Matrix OLED
  • Display Color : Monochrome (White) 
  • Module Dimension : 26.70x19.26x1.4 mm
  • Viewing Area : 21.744x10.864 mm
  • Power Supply : 2.8 V
  • Interface : SPI, I2C
  • Controller IC : SSD1306
  • Operation Temperature : -40℃~85℃
  • Storage Temperature : -40℃~85℃

Dimension

Resourcs

Driver IC: SSD1306-Rev1.0

Arduino SSD1306 Library:U8g2,Uncomment device U8G2_SSD1306_128X64_NONAME_F_4W_SW_SPI u8g2(U8G2_R0, /* clock=*/ 13, /* data=*/ 11, /* cs=*/ 10, /* dc=*/ 9, /* reset=*/ 8);

you can refer to samples of the "\Arduino\libraries\U8g2_Arduino-master\examples\full_buffer\GraphicsTest"example;
connect pins :13:D0(SCL);11:D1(SDA);10:CS;9:DC;8:RES.