1. 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
  2. 25 Jan, 2020 3 commits
  3. 19 Jan, 2020 2 commits
  4. 14 Jan, 2020 1 commit
  5. 12 Jan, 2020 2 commits
  6. 11 Jan, 2020 4 commits
  7. 07 Jan, 2020 1 commit
    • Bodmer's avatar
      Typo · b6574ff3
      Bodmer authored
      b6574ff3
  8. 06 Jan, 2020 3 commits
  9. 05 Jan, 2020 3 commits
  10. 02 Jan, 2020 6 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
    • Bodmer's avatar
      Update news · c7af5dd3
      Bodmer authored
      c7af5dd3
    • Bodmer's avatar
      Issue #505 · 3115285b
      Bodmer authored
      ILI9488 not compliant to datasheet with extra clock pulse?
      3115285b
  11. 06 Dec, 2019 1 commit
  12. 05 Dec, 2019 2 commits
  13. 27 Nov, 2019 1 commit
    • Bodmer's avatar
      Fix #473 · 10078c83
      Bodmer authored
      Update to accommodate smooth font rendering, which need a background colour specified.
      10078c83
  14. 26 Nov, 2019 1 commit
  15. 21 Nov, 2019 1 commit
  16. 11 Nov, 2019 5 commits
  17. 10 Nov, 2019 3 commits