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
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.