OLED 2864 Display module SKU:TOY0007
Part | Datasheet |
---|---|
![]() |
TOY0007 (pdf) |
PDF Datasheet Preview |
---|
OLED 2864 Display module SKU:TOY0007 Contents • 1 Introduction • 2 Specification • 3 Connection Diagram • 4 Example Code Introduction An OLED display works without a backlight. Thus, it can display deep black levels and can be thinner and lighter than a liquid crystal display LCD . In low ambient light conditions such as a dark room an OLED screen can achieve a higher contrast ratio than an LCD. OLED technology is used in commercial applications such as displays for mobile phones and portable digital media players, car radios and digital cameras among others. Specification • Working Voltage 3.3v • Max power consumption • Connection & interface: .NET gadgeteer connector IDC10 - Socket I type I2C for Arduino - 2.54mm pins x6 • compact and 128x64 high resolution • oled display module • Support Dreamer Mega controller and .NET Gadgeteer-compatible mainboard • Directly support Arduino controllers • Switch used to enable/disable the pull-up resistors for I2C interface • I2C address 0x3C - DC pin connected to GND 0x3D - DC pin connected to 3.3v • Size 42x32x8mm Connection Diagram Fig Arduino Uno and Oled 2864 Example Code // # // # Editor // # Date // # E-Mail Lauren from DFRobot : // # Product name OLED 2864 Display module // # Product SKU TOY0007 // # Version // # Update the Adafruit SSD1306 library to make it work // # Description: show a simple animation // # Connection: SCL -> A5 Uno /D3 Leonardo SDA -> A4 Uno /D2 Leonardo RST -> D4 DC -> GND -> 3.3v g -> GND // # Product page: _id=802#.UKyOjE09ha0 #include <Wire.h> #include <Adafruit_GFX.h> #include <Adafruit_SSD1306.h> static unsigned char PROGMEM Image[] = 0x00, 0x78, 0x00, 0x00, 0x00, 0x01, 0xF0, 0x00, 0x03, 0x06, 0x01, 0xFB, 0xF C, 0x07, 0xFC, 0x00, 0x07, 0xFD, 0x0F, 0xF9, 0xFF, 0xCF, 0xFE, 0x00, 0x07, 0xFE, 0x7F, 0xFB, 0xF F, 0xF3, 0xFE, 0x00, 0x0F, 0xFC, 0xFF, 0xFF, 0xFF, 0xF9, 0xFC, 0x00, 0x0F, 0xF3, 0xFF, 0x57, 0xC 7, 0xFE, 0xFA, 0x00, 0x0E, 0x67, 0xFE, 0x94, 0xA1, 0xFF, 0x72, 0x00, 0x07, 0xEF, 0xF8, 0xA4, 0x9 0, 0x7F, 0x3C, 0x00, 0x01, 0xDF, 0xF1, 0x24, 0x48, 0x37, 0x80, 0x00, 0x00, 0x1F, 0xC0, 0x24, 0x4 0, 0x1B, 0x80, 0x00, 0x00, 0x1F, 0x80, 0x00, 0x00, 0x0B, 0xC0, 0x00, 0x00, 0x3F, 0x80, 0x00, 0x0 0, 0x05, 0xC0, 0x00, 0x00, 0x37, 0x12, 0x00, 0x04, 0x81, 0xC0, 0x00, 0x00, 0x27, 0x00, 0x00, 0x0 0, 0x02, 0xC0, 0x00, 0x00, 0x36, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x16, 0x00, 0x00, 0x0 0, 0x01, 0xC0, 0x00, 0x00, 0x16, 0x00, 0x00, 0x00, 0x01, 0x80, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x0 0, 0x01, 0x80, 0x00, 0x00, 0x0E, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x00, 0x00, 0x6C, 0x00, 0x00, 0x0 0, 0x00, 0x04, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x92, 0x27, 0x00, 0x0 7, 0xE0, 0xC8, 0x00, |
More datasheets: AS3514 | CUI-4138-6FT | RI-01BAA | ATAVRISP | 3P0210P02 | W40S01-04H | FDFS6N303 | 1512 | VMMK-3803-TR2G | NX2520SA-16.000000MHZ-W1 |
Notice: we do not provide any warranties that information, datasheets, application notes, circuit diagrams, or software stored on this website are up-to-date or error free. The archived TOY0007 Datasheet file may be downloaded here without warranties.