From 2083407e58de36c1f6bba4261d8b412577ee22cb Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 6 Jan 2020 20:28: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 8b27eb6..44e474a 100644 --- a/library.properties +++ b/library.properties @@ -8,4 +8,4 @@ paragraph=Easy to use library for building Teensy applications with a menu based category=Display url=https://github.com/Stan-Reifel/TeensyUserInterface architectures=* - +depends=ILI9341_t3, XPT2046_Touchscreen