diff --git a/README.md b/README.md index 4382b4b..76a1129 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/library.json b/library.json index 4cfc6a5..8f2ba01 100644 --- a/library.json +++ b/library.json @@ -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": diff --git a/library.properties b/library.properties index b35285f..e0ba602 100644 --- a/library.properties +++ b/library.properties @@ -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