Modified library to add delay after releasing reset. This is needed because the reset signal is enabling an LDO to provide power to the display and it needs time to turn on.
Fork of Adafruit_GFX by
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
Generated on Thu Jul 21 2022 01:24:50 by
1.7.2
