mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-05 21:54:42 +02:00
Correct default setup file called up
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
|
||||
// Only ONE line should be uncommented. Add extra lines and files as needed.
|
||||
|
||||
//#include <User_Setup.h> // Default setup is root library folder
|
||||
#include <User_Setup.h> // Default setup is root library folder
|
||||
|
||||
//#include <User_Setups\Setup1_ILI9341.h> // Setup file configured for my ILI9341
|
||||
#include <User_Setups\Setup2_ST7735.h> // Setup file configured for my ST7735
|
||||
//#include <User_Setups\Setup2_ST7735.h> // Setup file configured for my ST7735
|
||||
|
||||
//#include <User_Setups\SetupX_Template.h> // Setup file template for copying/editting
|
||||
|
Reference in New Issue
Block a user