diff options
author | Vasil Zlatanov <v@skozl.com> | 2017-05-03 16:30:16 +0100 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2017-05-03 16:30:16 +0100 |
commit | a6ed1742539c62186fb903017b52dd48f145ae4f (patch) | |
tree | e9f49f0437e1f260b276b45fddcb66ea524f49e3 /ext/Adafruit_GFX_Config.h | |
download | e2-switch-a6ed1742539c62186fb903017b52dd48f145ae4f.tar.gz e2-switch-a6ed1742539c62186fb903017b52dd48f145ae4f.tar.bz2 e2-switch-a6ed1742539c62186fb903017b52dd48f145ae4f.zip |
Add template and build environment.
Diffstat (limited to 'ext/Adafruit_GFX_Config.h')
-rw-r--r-- | ext/Adafruit_GFX_Config.h | 14 |
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 |