FOR TURKISH VERSION || TÜRKÇE İÇİN TIKLAYIN 
***** Add photo ****
Arduino library for Deneyap OLED Display Module SSD1306
Product IDM09, mpv1.0MCUSSD1306 displayWeightModule Dimension25,4 mm x 38,1 mmI2C address0x7A, 0x78
| Address | |
|---|---|
| 0x7A | default address |
| 0x78 | address when ADR1 pad is shorted |
Deneyap OLED Display Mechanical Drawing
How to install a Arduino Library
This Arduino library allows you to use Deneyap OLED SSD1306 0.96" 128x64 pixel black blue display module with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.
/docsREADME_tr.md and product photos/examplesExamples with .ino extension sketches/srcSource files (.cpp .h)keywords.txtKeywords from this library that will be highlighted in the Arduino IDElibrary.propertiesGeneral library properties for the Arduino package manager
1.0.3 - update function(begin), add new functions(init, setHorizontalScrollProperties) and sketches(EkranParlakligiDegistirme, KayanYazi, T3Logo)
1.0.2 - change function name from putNumber to putInt and update text info
1.0.1 - update library.properties file
1.0.0 - initial release
- Deneyap OLED Display module and Board can be connected with I2C cable
- or 3V3, GND, SDA and SCL pins can be connected with jumper cables
| OLED Display | Function | Board pins |
|---|---|---|
| 3.3V | Power | 3.3V |
| GND | Ground | GND |
| SDA | I2C Data | SDA pin |
| SCL | I2C Clock | SCL pin |
| NC | no connection |
Please review the LICENSE file for license information.