Personal Mirror
Go to file
Bodmer 09c62db5a1 Delete old setup files
Setup files were moved to a User_Setups folder so these files shpuld
have been deleted.
2017-02-22 22:10:35 +00:00
Fonts First draft release 2017-02-22 03:07:17 +00:00
TFT_Drivers First draft release 2017-02-22 03:07:17 +00:00
Tools Update with multiple User_Setup file option 2017-02-22 10:04:26 +00:00
User_Setups Update with multiple User_Setup file option 2017-02-22 10:04:26 +00:00
examples First draft release 2017-02-22 03:07:17 +00:00
.gitattributes :neckbeard: Added .gitattributes & .gitignore files 2017-02-22 03:05:58 +00:00
.gitignore :neckbeard: Added .gitattributes & .gitignore files 2017-02-22 03:05:58 +00:00
Keywords.txt First draft release 2017-02-22 03:07:17 +00:00
README.md First draft release 2017-02-22 03:07:17 +00:00
README.txt First draft release 2017-02-22 03:07:17 +00:00
TFT_eSPI.cpp First draft release 2017-02-22 03:07:17 +00:00
TFT_eSPI.h First draft release 2017-02-22 03:07:17 +00:00
User_Setup.h First draft release 2017-02-22 03:07:17 +00:00
User_Setup_Select.h Update with multiple User_Setup file option 2017-02-22 10:04:26 +00:00
library.json Update with multiple User_Setup file option 2017-02-22 10:04:26 +00:00
library.properties Update with multiple User_Setup file option 2017-02-22 10:04:26 +00:00

README.md

TFT_eSPI

An Arduino IDE compatible graphics and fonts library for ESP8266 processors with a driver for the ILI9341 and ST7735 based TFT displays.

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.