From 22177cf29a84235e5fb02996e7954d5f21841fce Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 11 Oct 2018 23:48:25 +0100 Subject: [PATCH] Raise version --- library.json | 2 +- library.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library.json b/library.json index 8e644b2..15bfb8b 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TFT_eSPI", - "version": "1.0.1", + "version": "1.0.2", "keywords": "tft, ePaper, display, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9486, ST7789", "description": "A TFT and ePaper SPI graphics library for ESP8266 and ESP32", "repository": diff --git a/library.properties b/library.properties index c9eba93..dd9055a 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,10 @@ name=TFT_eSPI -version=1.0.1 +version=1.0.2 author=Bodmer maintainer=Bodmer -sentence=A fast TFT library for ESP8266 processors and the Arduino IDE +sentence=A fast TFT library for ESP8266 and ESP32 processors for the Arduino IDE 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/ +url=https://github.com/Bodmer/TFT_eSPI architectures=esp8266,esp32 includes=TFT_eSPI.h