Library for Modtronix im4OLED board with 128x64 OLED and 4 buttons. For details, see product page http://modtronix.com/im4oled.html. Is a clone of Adafruit_GFX library, with some additional code added.

Fork of Adafruit_GFX by Neal Horman

Revision:
26:ef08580c35df
Parent:
23:44309099c532
--- a/mx_ssd1306.h	Mon Aug 15 14:56:06 2016 +1000
+++ b/mx_ssd1306.h	Fri Aug 19 15:43:39 2016 +1000
@@ -22,8 +22,7 @@
 
 #ifndef _ADAFRUIT_SSD1306_H_
 #define _ADAFRUIT_SSD1306_H_
-
-#include "mbed.h"
+#include "im4oled_default_config.h"
 #include "mx_gfx.h"
 
 #if (OLED_USE_VECTOR==1)