From 5592f603dd09b03577ef5c3f42504a94c75ff82f Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sat, 10 Sep 2022 15:29:28 +0100 Subject: [PATCH] tft_setup.h is included by library if it exists in sketch --- .../Generic/Sketch_with_tft_setup/Sketch_with_tft_setup.ino | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/Generic/Sketch_with_tft_setup/Sketch_with_tft_setup.ino b/examples/Generic/Sketch_with_tft_setup/Sketch_with_tft_setup.ino index f527b2f..8674759 100644 --- a/examples/Generic/Sketch_with_tft_setup/Sketch_with_tft_setup.ino +++ b/examples/Generic/Sketch_with_tft_setup/Sketch_with_tft_setup.ino @@ -3,9 +3,6 @@ // See ReadMe tab for instructions to add a "user setup" configuration file to your sketch -// Important: include tft_setup.h before including the library -#include "tft_setup.h" - #include #include // Hardware-specific library TFT_eSPI tft = TFT_eSPI(); // Invoke custom library