From 0992770d3d072f6cd970a0586bdc1ed5a1a84851 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Tue, 14 Sep 2021 13:18:33 +0100 Subject: [PATCH] M5Stack setup renamed Setup file example is for original M5Stack Basic Core module. --- .../{Setup12_M5Stack.h => Setup12_M5Stack_Basic_Core.h} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename User_Setups/{Setup12_M5Stack.h => Setup12_M5Stack_Basic_Core.h} (96%) diff --git a/User_Setups/Setup12_M5Stack.h b/User_Setups/Setup12_M5Stack_Basic_Core.h similarity index 96% rename from User_Setups/Setup12_M5Stack.h rename to User_Setups/Setup12_M5Stack_Basic_Core.h index a1b564f..d33f2ff 100644 --- a/User_Setups/Setup12_M5Stack.h +++ b/User_Setups/Setup12_M5Stack_Basic_Core.h @@ -1,11 +1,11 @@ // See SetupX_Template.h for all options available +//Setup file for the M5Stack Basic Core + #define ILI9341_DRIVER - #define M5STACK - #define TFT_MISO 19 #define TFT_MOSI 23 #define TFT_SCLK 18