mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-06 14:14:44 +02:00
Change \ in file path to / for Windows AND Linux compatibility
This commit is contained in:
@@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
#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/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\Setup3_ILI9163.h> // Setup file configured for my ILI9163
|
//#include <User_Setups/Setup3_ILI9163.h> // Setup file configured for my ILI9163
|
||||||
//#include <User_Setups\Setup4_S6D02A1.h> // Setup file configured for my S6D02A1
|
//#include <User_Setups/Setup4_S6D02A1.h> // Setup file configured for my S6D02A1
|
||||||
|
|
||||||
//#include <User_Setups\SetupX_Template.h> // Setup file template for copying/editting
|
//#include <User_Setups/SetupX_Template.h> // Setup file template for copying/editting
|
||||||
|
Reference in New Issue
Block a user