adafruit / Adafruit-GFX-Library

Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from
https://learn.adafruit.com/adafruit-gfx-graphics-library
Other
2.41k stars 1.55k forks source link

Allow using ATtiny84 #455

Closed zbauman3 closed 4 months ago

zbauman3 commented 4 months ago

This library also works with an ATtiny84, but only checking for ATtiny85 restricts its usage.

I came across this restriction when trying to use Adafruit LED Backpack with an ATtiny84.

zbauman3 commented 4 months ago

Tested with:

zbauman3 commented 4 months ago

@ladyada for review

ladyada commented 4 months ago

wonderful - thanks for the easy fix :)