TR-mbed 1.0
Loading...
Searching...
No Matches
Adafruit_GFX_Config.h
Go to the documentation of this file.
1#ifndef _ADAFRUIT_GFX_CONFIG_H_
2#define _ADAFRUIT_GFX_CONFIG_H_
3
4// Uncomment this to turn off the builtin splash
5//#define NO_SPLASH_ADAFRUIT
6
7// Uncomment this to enable all functionality
8//#define GFX_WANT_ABSTRACTS
9
10// Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
11//#define GFX_SIZEABLE_TEXT
12
13
14#endif