Allow to skip SPI for tight FLASH situations

This commit is contained in:
Gavin Hurlbut 2023-03-07 16:43:49 -05:00
parent 3fbf5735a3
commit 3ca0b6a9d7

View File

@ -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