tft_setup.h is included by library if it exists in sketch
This commit is contained in:
parent
c35e73a9cc
commit
5592f603dd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue