Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Go to file
2017-05-22 23:48:34 +01:00
examples Fix date over-write bug 2017-04-27 23:56:38 +01:00
Fonts First draft release 2017-02-22 03:07:17 +00:00
TFT_Drivers Correct missing #defines for ST7735 TFT 2017-04-26 22:16:59 +01:00
Tools Add RPi screen connection image 2017-04-23 20:30:04 +01:00
User_Setups Examples menu now based on resolution 2017-04-24 22:35:11 +01:00
Keywords.txt First draft release 2017-02-22 03:07:17 +00:00
library.json Correct textwrap limit (Issue #18) 2017-05-22 23:43:26 +01:00
library.properties Correct textwrap limit (Issue #18) 2017-05-22 23:43:26 +01:00
README.md Update ReadMe 2017-03-29 23:20:31 +01:00
README.txt First draft release 2017-02-22 03:07:17 +00:00
TFT_eSPI.cpp Correct textwrap limit (Issue #18) 2017-05-22 23:43:26 +01:00
TFT_eSPI.h Add ESP32 compatibility 2017-05-20 01:37:58 +01:00
User_Setup_Select.h Increment issue 2017-04-24 22:43:04 +01:00
User_Setup.h Add ESP32 compatibility 2017-05-20 01:37:58 +01:00

TFT_eSPI

An Arduino IDE compatible graphics and fonts library for ESP8266 processors with a driver for ILI9341, ILI9163, ST7735 and S6D02A1 based TFT displays that support SPI.

The library also supports TFT displays designed for the Raspberry Pi that are based on a ILI9486 driver chip with a 480 x 320 pixel screen. This display must be of the Waveshare design and use a 16 bit serial interface based on the 74HC04, 74HC4040 and 2 x 74HC4094 logic chips. A modification to these displays is possible (see mod image in Tools folder) to make many graphics functions much faster (e.g. 23ms to clear the screen, 1.2ms to draw a 72 pixel high numeral).

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)

The library is based on the Adafruit GFX and Adafruit driver libraries and the aim is to retain compatibility. Significant additions have been made to the library to boost the speed for ESP8266 processors (it is typically 3 to 10 times faster) and to add new features. The new graphics functions include different size proportional fonts and formatting features. There are a significant number of example sketches to demonstrate the different features.

Configuration of the library font selections, pins used to interface with the TFT and other features is made by editting the User_Setup.h file in the library folder. Fonts and features can easily be disabled by commenting out lines.