From c26d73a7c5f305f674969d8b1e338827732b0c22 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 5 Jan 2020 23:53:24 -0800 Subject: [PATCH] Specify library dependencies in library.properties Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer). --- library.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/library.properties b/library.properties index 1a27d6f..20f0c34 100755 --- a/library.properties +++ b/library.properties @@ -10,3 +10,4 @@ url=https://github.com/RobPo/Paperino repository=https://github.com/RobPo/Paperino architectures=* includes=Adafruit_GFX.h +depends=Adafruit GFX Library