From d73057a39c0046cd9bdaf86532747609b4346b4b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 19 Nov 2021 12:18:36 +0200 Subject: [PATCH] Declare header files for PlatformIO --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index ed88aa0..d46d9fe 100644 --- a/library.json +++ b/library.json @@ -17,5 +17,6 @@ } ], "frameworks": "arduino", - "platforms": "rp2040, espressif8266, espressif32, ststm32" + "platforms": "rp2040, espressif8266, espressif32, ststm32", + "headers": "TFT_eSPI.h" }