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