From a71a98a59c9ac9be7d3f7408007be606a311752e Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 14 Apr 2017 16:00:44 +0100 Subject: [PATCH] Increment version --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 4215cc4..46f4ffd 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "TFT_eSPI", "version": "0.16.3", - "keywords": "ILI9341, ST7735, ESP8266, TFT", + "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 7b1ef6a..39c40d4 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=0.16.3 author=Bodmer maintainer=Bodmer sentence=A fast TFT library for ESP8266 processors and the Arduino IDE -paragraph=Supports TFT displays using the ILI9341 or ST7735 driver operating with hardware SPI. +paragraph=Supports TFT displays using drivers (ILI9341 etc) that operate with hardware SPI. category=Display url=http://www.instructables.com/id/Arduino-TFT-display-and-font-library/ architectures=esp8266,esp32