Increment issue

Minor format and typo errors corrected
This commit is contained in:
Bodmer
2017-04-24 22:43:04 +01:00
parent 40d35b1892
commit cdb836876d
4 changed files with 8 additions and 8 deletions

View File

@@ -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 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 // 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 // SPI deivces (e.g. an SD Card) are connected, in this case comment out the #define TFT_CS

View File

@@ -1,6 +1,6 @@
{ {
"name": "TFT_eSPI", "name": "TFT_eSPI",
"version": "0.16.6", "version": "0.16.7",
"keywords": "TFT, ESP8266, NodeMCU, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486", "keywords": "TFT, ESP8266, NodeMCU, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486",
"description": "A TFT SPI graphics library for ESP8266", "description": "A TFT SPI graphics library for ESP8266",
"repository": "repository":

View File

@@ -1,5 +1,5 @@
name=TFT_eSPI name=TFT_eSPI
version=0.16.6 version=0.16.7
author=Bodmer author=Bodmer
maintainer=Bodmer maintainer=Bodmer
sentence=A fast TFT library for ESP8266 processors and the Arduino IDE sentence=A fast TFT library for ESP8266 processors and the Arduino IDE