1. 09 Feb, 2020 3 commits
  2. 06 Feb, 2020 8 commits
  3. 05 Feb, 2020 2 commits
  4. 02 Feb, 2020 1 commit
  5. 01 Feb, 2020 1 commit
    • Bodmer's avatar
      4 bpp Sprite bug fix · c8530d7a
      Bodmer authored
      OR has precedence over AND so brackets needed.
      Remove unused varaible.
      c8530d7a
  6. 30 Jan, 2020 1 commit
    • Bodmer's avatar
      Add new alphaBlend functions · 8209c003
      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.
      8209c003
  7. 26 Jan, 2020 1 commit
    • Bodmer's avatar
      Raise to version 2.0.0 · 0e0fd752
      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.
      0e0fd752
  8. 25 Jan, 2020 3 commits
  9. 19 Jan, 2020 2 commits
  10. 14 Jan, 2020 1 commit
  11. 12 Jan, 2020 2 commits
  12. 11 Jan, 2020 4 commits
  13. 07 Jan, 2020 1 commit
    • Bodmer's avatar
      Typo · b6574ff3
      Bodmer authored
      b6574ff3
  14. 06 Jan, 2020 3 commits
  15. 05 Jan, 2020 3 commits
  16. 02 Jan, 2020 4 commits
    • Bodmer's avatar
      #503 additional update · 6459ddbe
      Bodmer authored
      6459ddbe
    • Bodmer's avatar
      Fix #503 · d02fe55c
      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.
      d02fe55c
    • Bodmer's avatar
      edit · 308b46e1
      Bodmer authored
      308b46e1
    • Bodmer's avatar
      edit · bfd6287f
      Bodmer authored
      bfd6287f