Skip to content

Instantly share code, notes, and snippets.

View szolotykh's full-sized avatar
😀

Sergey Zolotykh szolotykh

😀
View GitHub Profile
@callil
callil / Sparkcore128x32i2c
Created July 4, 2014 01:54
Simple implementation of the sample script for the Adafruit 128x32 i2c OLED on the spark core. Based off this thread (https://community.spark.io/t/adafruit-ssd1306-library-ported/3505/48) and code from @pkourany (https://github.com/pkourany/Adafruit_SSD1306)
// This #include statement was automatically added by the Spark IDE.
#include "Adafruit_GFX.h"
// This #include statement was automatically added by the Spark IDE.
#include "Adafruit_SSD1306.h"
/*********************************************************************
This is an example for our Monochrome OLEDs based on SSD1306 drivers