We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef17614 commit ad4b6b4Copy full SHA for ad4b6b4
Adafruit_GFX.h
@@ -9,6 +9,9 @@
9
#endif
10
#include "gfxfont.h"
11
12
+#include <Adafruit_I2CDevice.h>
13
+#include <Adafruit_SPIDevice.h>
14
+
15
/// A generic graphics superclass that can handle all sorts of drawing. At a
16
/// minimum you can subclass and provide drawPixel(). At a maximum you can do a
17
/// ton of overriding to optimize. Used for any/all Adafruit displays!
0 commit comments