1. 22 Oct, 2019 1 commit
  2. 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
  3. 07 Oct, 2019 1 commit
  4. 03 Oct, 2019 1 commit
  5. 28 Sep, 2019 1 commit
  6. 08 Aug, 2019 1 commit
  7. 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
  8. 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
  9. 24 Jul, 2019 1 commit
  10. 21 Jul, 2019 6 commits
  11. 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
  12. 11 Jun, 2019 1 commit
  13. 03 Jun, 2019 1 commit
  14. 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
  15. 20 May, 2019 1 commit
  16. 19 May, 2019 4 commits
  17. 15 Apr, 2019 1 commit
    • Bodmer's avatar
      Add ESP32 SD support for smooth font plus performance updates · 9f179201
      Bodmer authored
      Added SD card storage for smooth fonts with ESP32
      ESP32 will use PSRAM (if available and enabled) to hold smooth font
      metrics
      Improve performance of ESP32 Sprite shared functions
      Add basic ST7789 driver option
      Latent bug fixes for pin mask
      9f179201
  18. 04 Mar, 2019 1 commit
  19. 22 Feb, 2019 1 commit
  20. 20 Feb, 2019 2 commits
    • Bodmer's avatar
      Permit larger anti-aliased fonts · 43862876
      Bodmer authored
      Size limit for anti-aliased fonts raised to ~200 pixels
      43862876
    • Bodmer's avatar
      Fic #311 · 1edfe6c6
      Bodmer authored
      Pixel function used wrong width and height for bounds check.
      Remove String variable in smooth font code (not used)
      Correct ESP8266UncannyEyes example for new setAddrWindow parameters
      1edfe6c6
  21. 19 Feb, 2019 1 commit
  22. 18 Feb, 2019 1 commit
  23. 17 Feb, 2019 1 commit
  24. 14 Feb, 2019 1 commit
    • Bodmer's avatar
      Fix touch screen handler · 26d7e403
      Bodmer authored
      The touch screen handler was broken for the ESP8266 only. The library
      uses SPI write only configuration for ESP8266 so the SPI buffer can be
      recycled and it was left in write only mode. The library now switches
      back to read & write mode at the end of a transaction.
      26d7e403
  25. 13 Feb, 2019 2 commits
  26. 11 Feb, 2019 1 commit
  27. 10 Feb, 2019 3 commits