i2c version has an offset due to wrong copy of temp buffer to display buffer, fixed in Adafruit_SSD1306.h

Dependents:   ezSBC_MPU9250 Test_OLED_Display untodoenuno OledI2CDisplay ... more

Fork of Adafruit_GFX by Neal Horman

Adafruit_GFX_Config.h

Committer:
JojoS
Date:
2015-03-04
Revision:
18:6aa925f254d6
Parent:
13:8f03f908f22a
Child:
20:04822be0efcd
Child:
21:ef35019b9b50

File content as of revision 18:6aa925f254d6:

#ifndef _ADAFRUIT_GFX_CONFIG_H_
#define _ADAFRUIT_GFX_CONFIG_H_

// Uncomment this to turn off the builtin splash
//#define NO_SPLASH_ADAFRUIT

// Uncomment this to enable all functionality
#define GFX_WANT_ABSTRACTS

// Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
//#define GFX_SIZEABLE_TEXT


#endif