Skip to content

Releases: Bodmer/TFT_eSPI

ESP8266 board package compatibility update

26 May 16:35
da2239f
Compare
Choose a tag to compare

Board core package 2.5.1 and 2.5.2 compatibility update.

Bug fixes for smooth font rendering

22 Feb 10:09
Compare
Choose a tag to compare
1.4.8

Fix bug in UTF-8 line buffer decoder

Fix touch functions for ESP8266

15 Feb 20:57
Compare
Choose a tag to compare
Fix touch screen handler

The touch screen handler was broken for the ESP8266 only. The library
uses SPI write only configuration for ESP8266 so the SPI buffer can be
recycled and it was left in write only mode. The library now switches
back to read & write mode at the end of a transaction.

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

10 Feb 21:42
Compare
Choose a tag to compare

New functions and examples added

09 Feb 01:10
Compare
Choose a tag to compare
1.4.3

Remove screen server code

Correct RPi display strobe timing

28 Nov 22:33
b3d1698
Compare
Choose a tag to compare

Strobes for other displays are kept fast.

Corrected error in header

28 Nov 01:04
fa808ed
Compare
Choose a tag to compare

Added WROVER ST7789 support

06 Nov 00:50
Compare
Choose a tag to compare
Update for WROVER to address #232

The library supported 240x240 ST7789 displays only which require an 80
pixel offset in rotation 2 and 3
The library now also supports the 240x320 display which has a different
RGB colour order.

Added 160x80 display plus bug fixes

31 Oct 08:11
3faaa32
Compare
Choose a tag to compare
Merge pull request #179 from tablatronix/160x80_BGR

160x80 bgr

Add new examples

21 Oct 17:02
Compare
Choose a tag to compare

Added new anti-aliased font rendering examples.