summaryrefslogtreecommitdiff
path: root/ext/Adafruit_GFX_Config.h
blob: f3aaed6814fc28cf7211b888fc79e8205c785061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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