Skip to content

Commit

Permalink
Fixing PlatformIO dependency problem (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
alba-ado authored Jun 7, 2022
1 parent ef17614 commit ad4b6b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Adafruit_GFX.h
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit ad4b6b4

Please sign in to comment.