Update version and ReadMe

This commit is contained in:
Bodmer 2017-10-23 02:09:10 +01:00
parent e4ea506b65
commit 19672f97e4
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,9 @@ The library also supports TFT displays designed for the Raspberry Pi that are ba
The XPT2046 touch screen controller is supported. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed.
The library supports SPI overlap so the TFT screen can share MOSI, MISO and SCLK pins with the program FLASH.
The Button class from Adafruit_GFX has been added, with the enhancement that the button labels can be in any font.
The library supports SPI overlap on the ESP8266 so the TFT screen can share MOSI, MISO and SCLK pins with the program FLASH.
The library contains proportional fonts, different sizes can be enabled/disabled at compile time to optimise the use of FLASH memory. The library has been tested with the NodeMCU (ESP8266 based) and an ESP32 demo board.

View File

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

View File

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