summaryrefslogtreecommitdiff
path: root/ext/Adafruit_GFX_Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Adafruit_GFX_Config.h')
-rw-r--r--ext/Adafruit_GFX_Config.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/Adafruit_GFX_Config.h b/ext/Adafruit_GFX_Config.h
new file mode 100644
index 0000000..f3aaed6
--- /dev/null
+++ b/ext/Adafruit_GFX_Config.h
@@ -0,0 +1,14 @@
+#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 \ No newline at end of file