1. 11 Jan, 2020 4 commits
  2. 07 Jan, 2020 1 commit
    • Bodmer's avatar
      Typo · b6574ff3
      Bodmer authored
      b6574ff3
  3. 06 Jan, 2020 3 commits
  4. 05 Jan, 2020 3 commits
  5. 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
  6. 06 Dec, 2019 1 commit
  7. 05 Dec, 2019 2 commits
  8. 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
  9. 26 Nov, 2019 1 commit
  10. 21 Nov, 2019 1 commit
  11. 11 Nov, 2019 5 commits
  12. 10 Nov, 2019 4 commits
  13. 02 Nov, 2019 4 commits
  14. 22 Oct, 2019 2 commits
  15. 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
  16. 07 Oct, 2019 1 commit