1
/
of
5
0.96" OLED Graphic Display 128x64 - SPI, I2C
0.96" OLED Graphic Display 128x64 - SPI, I2C
SKU:DM-OLED096-624
Regular price
$4.90 USD
Regular price
$12.95 USD
Sale price
$4.90 USD
Unit price
/
per
Shipping calculated at checkout.
Couldn't load pickup availability
1 pcs | original price |
5 pcs | 8% off |
10 pcs | 10% off |
Shipping
Shipping
Standard and expedited shipping available, free expedited shipping over $400. Lenrn more
Easy Returns
Easy Returns
No need to worry about buying products that don't fit your design, we offer a 30-day no-questions-asked return service.
More Order, More Save
More Order, More Save
The higher the quantity ordered, the greater the discount, so contact us for the discount price! Contact us
Share





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.