Plant Monitoring project ei2i-4 Made by Jeanne Baumier, Anaïs Auberval and Thomas Broussard

Dependencies:   mbed

Committer:
Tbroussard
Date:
Mon Jan 15 15:57:21 2018 +0000
Revision:
9:c1392dfc57b8
Parent:
5:209b3eb7c162
Add deepsleep mode

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Tbroussard 5:209b3eb7c162 1 #ifndef _ADAFRUIT_GFX_CONFIG_H_
Tbroussard 5:209b3eb7c162 2 #define _ADAFRUIT_GFX_CONFIG_H_
Tbroussard 5:209b3eb7c162 3
Tbroussard 5:209b3eb7c162 4 // Uncomment this to turn off the builtin splash
Tbroussard 5:209b3eb7c162 5 //#define NO_SPLASH_ADAFRUIT
Tbroussard 5:209b3eb7c162 6
Tbroussard 5:209b3eb7c162 7 // Uncomment this to enable all functionality
Tbroussard 5:209b3eb7c162 8 #define GFX_WANT_ABSTRACTS
Tbroussard 5:209b3eb7c162 9
Tbroussard 5:209b3eb7c162 10 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
Tbroussard 5:209b3eb7c162 11 //#define GFX_SIZEABLE_TEXT
Tbroussard 5:209b3eb7c162 12
Tbroussard 5:209b3eb7c162 13
Tbroussard 5:209b3eb7c162 14 #endif