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

Committer:
JojoS
Date:
Mon Jul 24 11:09:33 2017 +0000
Revision:
20:04822be0efcd
Parent:
18:6aa925f254d6
Added driver for UC1601S;

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nkhorman 13:8f03f908f22a 1 #ifndef _ADAFRUIT_GFX_CONFIG_H_
nkhorman 13:8f03f908f22a 2 #define _ADAFRUIT_GFX_CONFIG_H_
nkhorman 13:8f03f908f22a 3
nkhorman 13:8f03f908f22a 4 // Uncomment this to turn off the builtin splash
JojoS 20:04822be0efcd 5 #define NO_SPLASH_ADAFRUIT
nkhorman 13:8f03f908f22a 6
nkhorman 13:8f03f908f22a 7 // Uncomment this to enable all functionality
JojoS 20:04822be0efcd 8 // saves about 600 Bytes
JojoS 18:6aa925f254d6 9 #define GFX_WANT_ABSTRACTS
nkhorman 13:8f03f908f22a 10
nkhorman 13:8f03f908f22a 11 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
nkhorman 13:8f03f908f22a 12 //#define GFX_SIZEABLE_TEXT
nkhorman 13:8f03f908f22a 13
nkhorman 13:8f03f908f22a 14
JojoS 20:04822be0efcd 15 #endif