TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips

OTHER License

Stars
3.7K
Committers
46

Bot releases are visible (Hide)

TFT_eSPI - Added SSD1963 display support

Published by Bodmer about 4 years ago

Support for SSD1963 added.
RLE font rendering now clips at screen edges
ST7796 now supports reading the CGRAM

TFT_eSPI - Minor enhancements made

Published by Bodmer over 4 years ago

STM32 SPI port 2 may be used
Bug fixes
Fix inconsequential typos

TFT_eSPI - DMA added for ESP32 using SPI

Published by Bodmer over 4 years ago

TFT_eSPI - Improvements and bug fix.

Published by Bodmer over 4 years ago

Sprite scroll bug for 1bpp sprites fixed.
Functionality of readPixelValue(x,y) for Sprites changed
Circle draw/fill functions modified to improve rendering performance.

TFT_eSPI - Add STM32 parallel Port A/B support

Published by Bodmer over 4 years ago

TFT_eSPI - Updated to support generic "Arduino" 32 bit processors and STM32 series

Published by Bodmer over 4 years ago

TFT_eSPI - Fixes a few issues

Published by Bodmer almost 5 years ago

TFT_eSPI - Fix image cropping bug

Published by Bodmer almost 5 years ago

pushImage() cropping bug fixed.
Added option to configure ILI9341 RGB<>BGR colour order in setup.

TFT_eSPI - Add RM61840 support and bug fixes

Published by Bodmer about 5 years ago

TFT_eSPI - Update for ESP8266 Core Package 2.5.2

Published by Bodmer over 5 years ago

TFT_eSPI - ESP8266 board package compatibility update

Published by Bodmer over 5 years ago

Board core package 2.5.1 and 2.5.2 compatibility update.

TFT_eSPI - Bug fixes for smooth font rendering

Published by Bodmer over 5 years ago

TFT_eSPI - Fix touch functions for ESP8266

Published by Bodmer over 5 years ago

TFT_eSPI - Fix new bugs in 1.4.3 and expand GFX font capability to 16 bit Unicode

Published by Bodmer over 5 years ago

TFT_eSPI - New functions and examples added

Published by Bodmer over 5 years ago

TFT_eSPI - Correct RPi display strobe timing

Published by Bodmer almost 6 years ago

Strobes for other displays are kept fast.

TFT_eSPI - Corrected error in header

Published by Bodmer almost 6 years ago

TFT_eSPI - Added WROVER ST7789 support

Published by Bodmer almost 6 years ago

TFT_eSPI - Added 160x80 display plus bug fixes

Published by Bodmer almost 6 years ago

TFT_eSPI - Add new examples

Published by Bodmer almost 6 years ago

Added new anti-aliased font rendering examples.