A derived version of the BSD licensed Adafrut GFX library for the SSD1306 controller for an OLED 128x32 or 128x64 display using SPI or I2C.

Dependents:   Display

Revision:
17:82015753cf7a
Parent:
14:edb3c36aa1a7
--- a/Adafruit_GFX.h	Tue Nov 11 22:08:20 2014 +0000
+++ b/Adafruit_GFX.h	Fri Jan 11 22:56:36 2019 +0000
@@ -20,7 +20,7 @@
 #ifndef _ADAFRUIT_GFX_H_
 #define _ADAFRUIT_GFX_H_
 
-#include "Adafruit_GFX_Config.h"
+#include <Adafruit_GFX_Config.h>
 
 static inline void swap(int16_t &a, int16_t &b)
 {