Close

Updated DIP OLED library

A project log for DIPDuino=(Arduino+ZigBee+OLED+SDCard+SRAM)*DIP32

Arduino compatible, breadboard friendly DIP32 package with ATMega1284RFR2, OLED display, SD card, SRAM and ZigBee on board.

alex-gornostayevAlex Gornostayev 01/30/2017 at 14:450 Comments

I am updating DIPDuino libraries and making it compatible with Arduino 1.8.0 IDE

Here is DIPDuino OLED library packaged for Arduino IDE: dip_oled.zip

... and some sample code:

#include <dip_oled.h>

DIP_OLED oled;

void setup() {
    oled.init();
    oled.display(); 
}

If everything is good , you'll get this result:

Discussions