From 4879f955fde82839e17d480aeb818d0fb28494bd Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 18 Dec 2019 01:01:27 -0800 Subject: [PATCH] Specify library dependencies in library.properties Specifying the library dependencies in the depends field of library.properties causes Library Manager to offer to install the dependencies during installation of this library. --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 5375123..26b264e 100644 --- a/library.properties +++ b/library.properties @@ -7,3 +7,4 @@ paragraph=Adafruit GFX compatible library for 32x16, 32x32, 64x32, 64x64 RGB mat category=Display url=https://github.com/2dom/PxMatrix architectures=* +depends=Adafruit GFX Library