- 05 Feb, 2020 1 commit
-
-
justcallmekoko authored
-
- 02 Feb, 2020 1 commit
-
-
Bodmer authored
Requested change in #537
-
- 01 Feb, 2020 1 commit
-
-
Bodmer authored
OR has precedence over AND so brackets needed. Remove unused varaible.
-
- 30 Jan, 2020 1 commit
-
-
Bodmer authored
Added 24 bit colour handling alphaBlend to reduce precision loss in multiple blend stages (e.g. in 2D colour gradients). Added option for alpha dither to reduce colour banding in gradients with 16 bit colours. Get rid of compile warnings.
-
- 26 Jan, 2020 1 commit
-
-
Bodmer authored
The library has been cleaned up as it has got a bit untidy due to the large number of small incremental changes. 4bit Sprite examples renaed to be consistent with others. alphaBlend example moved to generic folder (alphaBlend fn was moved to TFT_eSPI class). Added sections + explanatory comments to functions prototypes. Temporary comments added for potential gotchas for noobs when using DMA. spi_begin/end functions renamed to reflect functionality. Old fns retained for backwards compatibility with user setup.h files.
-
- 25 Jan, 2020 3 commits
-
-
Bodmer authored
Add Sprite 4 bit color depth option with a defined palette of 16 colors. Add new Sprite examples.
-
kamorris authored
Set font for Transparent_Sprite_Demo_Colormap to correct value (4) renamed setColorMap to createPalette renamed cmpPixel to readPixelValue added setPaletteColor / getPaletteColor added error check to createPalette
-
kamorris authored
-
- 19 Jan, 2020 2 commits
- 14 Jan, 2020 1 commit
-
-
Bodmer authored
-
- 12 Jan, 2020 2 commits
- 11 Jan, 2020 4 commits
- 07 Jan, 2020 1 commit
-
-
Bodmer authored
-
- 06 Jan, 2020 3 commits
- 05 Jan, 2020 3 commits
- 02 Jan, 2020 6 commits
-
-
Bodmer authored
-
Bodmer authored
The s60sc Adafruit_Touch library fork for the ESP32 parallel mode uses the TFT_WR pin as an analogue input to read the screen resistance. The TFT_eSPI library kept TFT_CS low permanently for performance reasons, but when used with the touch library a low analogue value on the TFT_WR pin will write spurious data to the display. This change toggle TFT_CS so it is only low during TFT parallel bus writes. The performance reduction is small.
-
Bodmer authored
-
Bodmer authored
-
Bodmer authored
-
Bodmer authored
ILI9488 not compliant to datasheet with extra clock pulse?
-
- 06 Dec, 2019 1 commit
-
-
Bodmer authored
Add TTGO T-Wristband config
-
- 05 Dec, 2019 2 commits
- 27 Nov, 2019 1 commit
-
-
Bodmer authored
Update to accommodate smooth font rendering, which need a background colour specified.
-
- 26 Nov, 2019 1 commit
-
-
Bodmer authored
Add: Destructor of TFT_eSprite.
-
- 21 Nov, 2019 1 commit
-
-
lovyan03 authored
-
- 11 Nov, 2019 4 commits