From bf36a21bbfa3ee9e486a128d075325178d9363f8 Mon Sep 17 00:00:00 2001 From: lady ada Date: Sat, 16 May 2020 00:47:06 -0400 Subject: [PATCH] Add new dep for Adafruit_BusIO and monochrome OLED helper class that does most of the heavy lifting --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index eedafee..495f1d9 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Adafruit GFX Library -version=1.7.5 +version=1.8.0 author=Adafruit maintainer=Adafruit sentence=Adafruit GFX graphics core library, this is the 'core' class that all our other graphics libraries derive from.