dont use mono oled with trinkets

This commit is contained in:
lady ada 2020-05-16 22:38:19 -04:00
parent 1a302d88a7
commit 709437a01b
2 changed files with 4 additions and 1 deletions

View File

@ -24,6 +24,8 @@
#ifndef _Adafruit_MONOOLED_H_
#define _Adafruit_MONOOLED_H_
#if !defined(__AVR_ATtiny85__) // Not for ATtiny, at all
#include <Adafruit_GFX.h>
#include <Adafruit_I2CDevice.h>
#include <Adafruit_SPIDevice.h>
@ -95,4 +97,5 @@ private:
TwoWire *_theWire = NULL; ///< The underlying hardware I2C
};
#endif // end __AVR_ATtiny85__
#endif // _Adafruit_MonoOLED_H_

View File

@ -1,5 +1,5 @@
name=Adafruit GFX Library
version=1.8.0
version=1.8.1
author=Adafruit
maintainer=Adafruit <info@adafruit.com>
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.