From a6ed1742539c62186fb903017b52dd48f145ae4f Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Wed, 3 May 2017 16:30:16 +0100 Subject: Add template and build environment. --- ext/Adafruit_GFX_Config.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ext/Adafruit_GFX_Config.h (limited to 'ext/Adafruit_GFX_Config.h') 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 -- cgit v1.2.3-54-g00ecf