DIYmall 0.96" Inch I2c IIC Serial 128x64 Oled LCD LED White Display Module

Dependents:   ATT_AWS_IoT_demo

Fork of Adafruit_GFX by Neal Horman

Committer:
afmiee
Date:
Tue Oct 09 20:56:41 2018 +0000
Revision:
17:5ae7e46da43f
Parent:
13:8f03f908f22a
Changes done to be used with DIYmall 0.96" Inch I2c IIC Serial 128x64 Oled LCD LED White Display Module available on Amazon

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
nkhorman 13:8f03f908f22a 5 //#define NO_SPLASH_ADAFRUIT
nkhorman 13:8f03f908f22a 6
nkhorman 13:8f03f908f22a 7 // Uncomment this to enable all functionality
afmiee 17:5ae7e46da43f 8 #define GFX_WANT_ABSTRACTS
nkhorman 13:8f03f908f22a 9
nkhorman 13:8f03f908f22a 10 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
afmiee 17:5ae7e46da43f 11 #define GFX_SIZEABLE_TEXT
nkhorman 13:8f03f908f22a 12
nkhorman 13:8f03f908f22a 13
nkhorman 13:8f03f908f22a 14 #endif