Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: BLE_TemperatureObserver
Adafruit_GFX_Config.h
00001 #ifndef _ADAFRUIT_GFX_CONFIG_H_ 00002 #define _ADAFRUIT_GFX_CONFIG_H_ 00003 00004 // Uncomment this to turn off the builtin splash 00005 //#define NO_SPLASH_ADAFRUIT 00006 00007 // Uncomment this to enable all functionality 00008 // saves about 600 Bytes 00009 #define GFX_WANT_ABSTRACTS 00010 00011 // USE_IOSTREAM : GFX is derived from class stream 00012 // adds printf, but costs about 10 kB 00013 //#define USE_NO_IOSTREAM 00014 00015 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts 00016 #define GFX_SIZEABLE_TEXT 00017 00018 00019 #endif
Generated on Sun Jul 17 2022 14:37:15 by
1.7.2