mirror of
https://github.com/adafruit/Adafruit-GFX-Library.git
synced 2024-10-03 18:18:46 -04:00
Disable SPITFT code if using ATtiny85, update version #
This commit is contained in:
parent
1e0d64f11a
commit
7d73ae8214
@ -13,6 +13,7 @@
|
|||||||
MIT license, all text above must be included in any redistribution
|
MIT license, all text above must be included in any redistribution
|
||||||
****************************************************/
|
****************************************************/
|
||||||
|
|
||||||
|
#ifndef __AVR_ATtiny85__ // NOT A CHANCE of this stuff working on ATtiny!
|
||||||
|
|
||||||
#include "Adafruit_SPITFT.h"
|
#include "Adafruit_SPITFT.h"
|
||||||
#ifndef ARDUINO_STM32_FEATHER
|
#ifndef ARDUINO_STM32_FEATHER
|
||||||
@ -334,3 +335,5 @@ void Adafruit_SPITFT::drawRGBBitmap(int16_t x, int16_t y,
|
|||||||
}
|
}
|
||||||
endWrite();
|
endWrite();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif // !__AVR_ATtiny85__
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name=Adafruit GFX Library
|
name=Adafruit GFX Library
|
||||||
version=1.2.2
|
version=1.2.3
|
||||||
author=Adafruit
|
author=Adafruit
|
||||||
maintainer=Adafruit <info@adafruit.com>
|
maintainer=Adafruit <info@adafruit.com>
|
||||||
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.
|
sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user