1. 02 Jan, 2020 5 commits
    • 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
  2. 06 Dec, 2019 1 commit
  3. 05 Dec, 2019 2 commits
  4. 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
  5. 26 Nov, 2019 1 commit
  6. 21 Nov, 2019 1 commit
  7. 11 Nov, 2019 5 commits
  8. 10 Nov, 2019 4 commits
  9. 02 Nov, 2019 4 commits
  10. 22 Oct, 2019 2 commits
  11. 21 Oct, 2019 1 commit
    • Bodmer's avatar
      Fix image cropping bug plus minor update · e9d405ea
      Bodmer authored
      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.
      e9d405ea
  12. 07 Oct, 2019 1 commit
  13. 03 Oct, 2019 1 commit
  14. 28 Sep, 2019 1 commit
  15. 08 Aug, 2019 1 commit
  16. 31 Jul, 2019 1 commit
    • Bodmer's avatar
      Update for #379 · 90189130
      Bodmer authored
      Added support for ST7789 135 x 240 display which needs offsets
      Added Setup135_ST7789.h as an example setup file for ESP8266
      90189130
  17. 30 Jul, 2019 2 commits
    • Bodmer's avatar
      Correct issue #398 · 4a38aa6a
      Bodmer authored
      4a38aa6a
    • Bodmer's avatar
      Correct #400 and #402 + other tweaks · 00bf69fc
      Bodmer authored
      Corrected font 2 rendering issue #402
      Corrected NULL pointer issue #400
      Changed grave ` character (key for this character is left of numeral 1
      key) to degree symbol in font 2
      Change setup24 so DC pin is not D3
      00bf69fc
  18. 24 Jul, 2019 1 commit
  19. 21 Jul, 2019 5 commits