--- name: Grove - OLED Display 0.96" (SSD1315) category: bzurl: oldwikiname: prodimagename: surveyurl: sku: 104020208 ---  The Grove - OLED Display 0.96" (SSD1315) is a monochrome(white) 128×64 pixels passive display matrix module with Grove I2C Interface. Thanks to the new SSD1315 chip, it can work with 3.3V, so that we removed the expensive DC-DC boost circuit. And with the onboard level shift circuit, the new Grove - OLED Display 0.96" can work with 3.3V and 5V platform. That is to say, you can use it easily as an Arduino OLED display, Raspberry Pi OLED display, etc.
## Feature - 3.3V/5V compatible - Changeable I2C address - Low power consumption - Monochrome(white) 128×64 pixels - High contrast, high brightness - Wide operating temperature range: -40℃ ~ +85 ℃ ## Specification |Parameter|Value| |---|---| |Input voltage|3.3V / 5V| |Output Voltage| 0 ~ 2.3V | |Pixels|128 x 64| |Temperature Range|-40℃ ~ +85 ℃| |Interface|I2C/Digital| ## Hardware Overview ## Platforms Supported | Arduino | Raspberry Pi | BeagleBone | Wio | LinkIt ONE | |-----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------| |  |  |  |  |  | ## Getting Started ### Play With Arduino **Materials required** | Seeeduino V4.2 | Base Shield | Grove - OLED Display 0.96"| |--------------|-------------|-----------------| ||| |[Get ONE Now](http://www.seeedstudio.com/Seeeduino-V4.2-p-2517.html)|[Get ONE Now](https://www.seeedstudio.com/Base-Shield-V2-p-1378.html)|[Get ONE Now](https://www.seeedstudio.com/Grove-OLED-Display-0-96-SSD1315-p-4294.html)| >In addition, you can consider our new [Seeeduino Lotus M0+](https://www.seeedstudio.com/Seeeduino-Lotus-Cortex-M0-p-2896.html), which is equivalent to the combination of Seeeduino V4.2 and Baseshield. #### Hardware Connection - **Step 1.** Plug Grove - TDS Sensor to **I2C** port of Grove - Base Shield. - **Step 2.** Plug Grove - Base Shield into Seeeduino. - **Step 3.** Connect Seeeduino to a PC via a USB cable.  #### Software !!!Attention If this is the first time you work with Arduino, we strongly recommend you to see [Getting Started with Arduino](http://wiki.seeedstudio.com/Getting_Started_with_Arduino/) before the start. - **Step 1.** Navigate to **Sketch** -> **Include Library** -> **Manage Libraries...** and Search and Install **`U8g2`** library in the **Library Manager**. - **Step 2.** Open the Arduino IDE and create a new file, then copy the following code into the new file. ```C++ #include