Fixing PlatformIO dependency problem (#389)

Fixing the PlatformIO dependency problem mentioned in; https://community.platformio.org/t/adafruit-gfx-lib-will-not-build-any-more-pio-5/15776/12
This commit is contained in:
alba-ado
2022-06-07 11:38:02 -04:00
committed by GitHub
parent ef17614241
commit ad4b6b4206
+3
View File
@@ -9,6 +9,9 @@
#endif
#include "gfxfont.h"
#include <Adafruit_I2CDevice.h>
#include <Adafruit_SPIDevice.h>
/// A generic graphics superclass that can handle all sorts of drawing. At a
/// minimum you can subclass and provide drawPixel(). At a maximum you can do a
/// ton of overriding to optimize. Used for any/all Adafruit displays!