1. 05 Dec, 2019 1 commit
  2. 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
  3. 26 Nov, 2019 1 commit
  4. 21 Nov, 2019 1 commit
  5. 11 Nov, 2019 5 commits
  6. 10 Nov, 2019 4 commits
  7. 02 Nov, 2019 4 commits
  8. 22 Oct, 2019 2 commits
  9. 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
  10. 07 Oct, 2019 1 commit
  11. 03 Oct, 2019 1 commit
  12. 28 Sep, 2019 1 commit
  13. 08 Aug, 2019 1 commit
  14. 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
  15. 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
  16. 24 Jul, 2019 1 commit
  17. 21 Jul, 2019 6 commits
  18. 20 Jul, 2019 1 commit
    • Ricard Bitria Ribes's avatar
      Add new driver RM68140 · f14ee2cd
      Ricard Bitria Ribes authored
      -Added new RM68140 480x320 TFT. It works like ILI9481 but needed some changes to make setRotation() work properly.
      -Fixed some PlatformIO warnings
      f14ee2cd
  19. 11 Jun, 2019 1 commit
  20. 03 Jun, 2019 1 commit
  21. 21 May, 2019 1 commit
    • Calvin Hass's avatar
      Fix getTouch() return status upon bounds overflow · a627c511
      Calvin Hass authored
      - When the post-remapped coordinates exceed screen bounds, `getTouch()` was returning a "valid" status without updating the coordinates. This would result in spurious touch detection events at the screen boundaries.
      - The fix ensures that the return value is set to "invalid" in this boundary condition.
      a627c511
  22. 20 May, 2019 1 commit
  23. 19 May, 2019 1 commit