1

Dependents:   BLE_TemperatureObserver

Revision:
24:44e1681fa0cd
Parent:
23:0b35bb153799
--- a/Adafruit_GFX_Config.h	Mon Jul 24 19:44:33 2017 +0000
+++ b/Adafruit_GFX_Config.h	Sun Dec 15 13:48:33 2019 +0000
@@ -2,7 +2,7 @@
 #define _ADAFRUIT_GFX_CONFIG_H_
 
 // Uncomment this to turn off the builtin splash
-#define NO_SPLASH_ADAFRUIT
+//#define NO_SPLASH_ADAFRUIT
 
 // Uncomment this to enable all functionality
 // saves about 600 Bytes
@@ -13,7 +13,7 @@
 //#define USE_NO_IOSTREAM
 
 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
-//#define GFX_SIZEABLE_TEXT
+#define GFX_SIZEABLE_TEXT
 
 
 #endif