added advanced scrolling options.

Fork of Adafruit_GFX by Neal Horman

Revision:
18:de8c0b7e17c4
Parent:
17:005fab139cc2
--- a/Adafruit_GFX_Config.h	Sun Jan 22 16:38:55 2017 +0000
+++ b/Adafruit_GFX_Config.h	Fri Feb 24 09:17:19 2017 +0000
@@ -5,10 +5,10 @@
 #define NO_SPLASH_ADAFRUIT
 
 // Uncomment this to enable all functionality
-//#define GFX_WANT_ABSTRACTS
+#define GFX_WANT_ABSTRACTS
 
 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
-//#define GFX_SIZEABLE_TEXT
+#define GFX_SIZEABLE_TEXT
 
 
 #endif
\ No newline at end of file