Dmitry Dzhafarkhanov / Adafruit_GFX

Fork of Adafruit_GFX by Neal Horman

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Adafruit_GFX_Config.h Source File

Adafruit_GFX_Config.h

00001 #ifndef _ADAFRUIT_GFX_CONFIG_H_
00002 #define _ADAFRUIT_GFX_CONFIG_H_
00003 
00004 
00005 
00006 // Uncomment this to enable all functionality
00007 #define GFX_WANT_ABSTRACTS
00008 
00009 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
00010 //#define GFX_SIZEABLE_TEXT
00011 
00012 
00013 #endif