1. 22 Feb, 2021 1 commit
  2. 20 Feb, 2021 1 commit
  3. 19 Feb, 2021 2 commits
  4. 16 Feb, 2021 2 commits
  5. 15 Feb, 2021 1 commit
  6. 30 Jan, 2021 1 commit
  7. 27 Jan, 2021 2 commits
  8. 25 Jan, 2021 2 commits
  9. 22 Jan, 2021 3 commits
  10. 18 Jan, 2021 1 commit
  11. 17 Jan, 2021 3 commits
  12. 08 Jan, 2021 1 commit
  13. 31 Dec, 2020 4 commits
  14. 29 Dec, 2020 2 commits
  15. 28 Dec, 2020 1 commit
  16. 26 Dec, 2020 1 commit
  17. 23 Dec, 2020 2 commits
  18. 19 Dec, 2020 1 commit
  19. 15 Dec, 2020 1 commit
  20. 11 Dec, 2020 2 commits
  21. 07 Dec, 2020 1 commit
    • Bodmer's avatar
      Enable ESP32 DMA controlled TFT_CS · 2162936b
      Bodmer authored
      ESP32 DMA will hold TFT_CS low automatically.
      STM32 will not do this and requires bracketing DMA transfers with startWrite and endWrite as in examples.
      2162936b
  22. 04 Dec, 2020 1 commit
  23. 02 Dec, 2020 1 commit
    • Bodmer's avatar
      Add pushToSprite with transparent colour · ad013030
      Bodmer authored
      New function:
      pushToSprite(TFT_eSprite *spr, int32_t x, int32_t y, uint16_t transp)
      // Note: The following sprite to sprite colour depths are currently supported:
      //    Source    Destination
      //    16bpp  -> 16bpp
      //    16bpp  ->  8bpp
      //     8bpp  ->  8bpp
      //     1bpp  ->  1bpp
      ad013030
  24. 01 Dec, 2020 3 commits
    • Bodmer's avatar
      Feature update · 42e6fc87
      Bodmer authored
      Add ILI9225 support
      Add viewport feature to Sprites
      Rationalise common TFT_eSPI and Sprite functions and variables to use inherited functions width(), height(), rotation(), write(), pivot, cursor, swapBytes.
      42e6fc87
    • Bodmer's avatar
      Raise version · 27216f89
      Bodmer authored
      27216f89
    • Bodmer's avatar
      Fix #846 · 3b39bf10
      Bodmer authored
      3b39bf10