1

Dependents:   BLE_TemperatureObserver

Files at this revision

API Documentation at this revision

Comitter:
mamont090671
Date:
Sun Dec 15 13:48:33 2019 +0000
Parent:
23:0b35bb153799
Commit message:
+ssd1306

Changed in this revision

Adafruit_GFX_Config.h Show annotated file Show diff for this revision Revisions of this file
diff -r 0b35bb153799 -r 44e1681fa0cd Adafruit_GFX_Config.h
--- 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