* AM2321的取温度间隔得大于2s,否则,i2c会不工作了 * SimpleTimer有个bug,会导致两次快速的读温度,现在读温度函数里加了保护 * Blynk有个bug,会导致无法把数据传到服务器 * 现在可以正常工作了

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Adafruit_GFX_Config.h Source File

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 #define GFX_WANT_ABSTRACTS
00009 
00010 // Uncomment this to enable only runtime font scaling, without all the rest of the Abstracts
00011 #define GFX_SIZEABLE_TEXT
00012 
00013 
00014 #endif