mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-08-06 14:14:44 +02:00
Increment issue
Minor format and typo errors corrected
This commit is contained in:
@@ -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
|
||||||
|
@@ -54,13 +54,13 @@
|
|||||||
|
|
||||||
// These are the pins for all ESP8266 boards
|
// These are the pins for all ESP8266 boards
|
||||||
#define PIN_D0 16
|
#define PIN_D0 16
|
||||||
#define PIN_D1 5
|
#define PIN_D1 5
|
||||||
#define PIN_D2 4
|
#define PIN_D2 4
|
||||||
#define PIN_D3 0
|
#define PIN_D3 0
|
||||||
#define PIN_D4 2
|
#define PIN_D4 2
|
||||||
#define PIN_D5 14
|
#define PIN_D5 14
|
||||||
#define PIN_D6 12
|
#define PIN_D6 12
|
||||||
#define PIN_D7 13
|
#define PIN_D7 13
|
||||||
#define PIN_D8 15
|
#define PIN_D8 15
|
||||||
#define PIN_D9 3
|
#define PIN_D9 3
|
||||||
#define PIN_D10 1
|
#define PIN_D10 1
|
||||||
|
@@ -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":
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user