mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Allow to skip SPI for tight FLASH situations
This commit is contained in:
parent
3fbf5735a3
commit
3ca0b6a9d7
@ -10,7 +10,9 @@
|
||||
#include "gfxfont.h"
|
||||
|
||||
#include <Adafruit_I2CDevice.h>
|
||||
#ifndef SKIP_SPI
|
||||
#include <Adafruit_SPIDevice.h>
|
||||
#endif
|
||||
|
||||
/// 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
|
||||
|
Loading…
Reference in New Issue
Block a user