From cdb836876d2fde75f65be18edb146d6e006e3850 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Mon, 24 Apr 2017 22:43:04 +0100 Subject: [PATCH] Increment issue Minor format and typo errors corrected --- User_Setup.h | 2 +- User_Setup_Select.h | 10 +++++----- library.json | 2 +- library.properties | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/User_Setup.h b/User_Setup.h index 3abadf1..e29af28 100644 --- a/User_Setup.h +++ b/User_Setup.h @@ -61,7 +61,7 @@ // // The TFT RESET pin can be connected to the NodeMCU RST pin or 3.3V to free up a control pin // -// The DC (Data Command) pin may be labell AO or RS (Register Select) +// The DC (Data Command) pin may be labelled AO or RS (Register Select) // // With some displays such as the ILI9341 the TFT CS pin can be connected to GND if no more // SPI deivces (e.g. an SD Card) are connected, in this case comment out the #define TFT_CS diff --git a/User_Setup_Select.h b/User_Setup_Select.h index 153b69e..e83f73b 100644 --- a/User_Setup_Select.h +++ b/User_Setup_Select.h @@ -54,13 +54,13 @@ // These are the pins for all ESP8266 boards #define PIN_D0 16 -#define PIN_D1 5 -#define PIN_D2 4 -#define PIN_D3 0 -#define PIN_D4 2 +#define PIN_D1 5 +#define PIN_D2 4 +#define PIN_D3 0 +#define PIN_D4 2 #define PIN_D5 14 #define PIN_D6 12 #define PIN_D7 13 #define PIN_D8 15 -#define PIN_D9 3 +#define PIN_D9 3 #define PIN_D10 1 diff --git a/library.json b/library.json index 8216dd9..92bc0a3 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TFT_eSPI", - "version": "0.16.6", + "version": "0.16.7", "keywords": "TFT, ESP8266, NodeMCU, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486", "description": "A TFT SPI graphics library for ESP8266", "repository": diff --git a/library.properties b/library.properties index 1f10121..033aa8c 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TFT_eSPI -version=0.16.6 +version=0.16.7 author=Bodmer maintainer=Bodmer sentence=A fast TFT library for ESP8266 processors and the Arduino IDE