Skip to content

Tags: alivellani/TFT_eSPI

Tags

2.2.23

Toggle 2.2.23's commit message
Update Animated_dial.ino

Correct error in example that became apparent with recent library updates.

2.2.14

Toggle 2.2.14's commit message
Bodmer#682 Add created() function for sprites

New function added:
  bool created(void);
to check if sprite has been rotated. Example:

if ( !spr.created() ) Serial.println("Sprite has not been created");

2.2.6

Toggle 2.2.6's commit message
Raise version to 2.2.6

2.2.5

Toggle 2.2.5's commit message
ESP32 DMA update

dmaBusy() checks and is no longer blocking
pushImageDMA() faster if setAddrWindow is not built into transaction list.

2.2.0

Toggle 2.2.0's commit message
Fix Sprite 1bpp scroll bug

Sprite scroll function fixed for 1bpp
readPixelValue() updated

Performance of circle drawing functions improved.

Version raised to 2.2.0

2.1.9

Toggle 2.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

2.1.4

Toggle 2.1.4's commit message
Raise version

1.4.20

Toggle 1.4.20's commit message

1.4.18

Toggle 1.4.18's commit message
Fix image cropping bug plus minor update

Images/sprites overlapping both sides of the display were not correctly
cropped.
Option added to allow RGB<>BGR colourr swap option to be used.
ESP8266 Wemos D1 R1 pin numbering difference accomodated.
TTGO T4 setup changed to use HSPI port.

1.4.16

Toggle 1.4.16's commit message
Update for Bodmer#379

Added support for ST7789 135 x 240 display which needs offsets
Added Setup135_ST7789.h as an example setup file for ESP8266