tft_setup.h is included by library if it exists in sketch

This commit is contained in:
Bodmer 2022-09-10 15:29:28 +01:00
parent c35e73a9cc
commit 5592f603dd
1 changed files with 0 additions and 3 deletions

View File

@ -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 <SPI.h>
#include <TFT_eSPI.h> // Hardware-specific library
TFT_eSPI tft = TFT_eSPI(); // Invoke custom library