1. 29 Nov, 2017 1 commit
  2. 27 Nov, 2017 2 commits
  3. 26 Nov, 2017 1 commit
  4. 24 Nov, 2017 4 commits
  5. 22 Nov, 2017 3 commits
  6. 21 Nov, 2017 1 commit
  7. 16 Nov, 2017 2 commits
  8. 15 Nov, 2017 5 commits
    • Bodmer's avatar
      Fn changed · 1b5ffe41
      Bodmer authored
      1b5ffe41
    • Bodmer's avatar
      Stop pointer error · fbb07be7
      Bodmer authored
      fbb07be7
    • Bodmer's avatar
      typo · 2c6f1c70
      Bodmer authored
      2c6f1c70
    • Bodmer's avatar
      Add sprite class · 943c18fa
      Bodmer authored
      Sprites (images) can now be created in RAM, written to with text and
      graphics and rendered to screen quickly, this makes it easier to get
      flicker frre screen updates.
      ESP8266 can typically create up to a 160x128 sprite, and ESP32 about
      200x200 pixels. 16 bit colour only at the moment, may soon implement 8
      bit colour to reduce RAM.
      943c18fa
    • Bodmer's avatar
      Replace accidentally deleted line! · 62c02b67
      Bodmer authored
      62c02b67
  9. 13 Nov, 2017 1 commit
    • Bodmer's avatar
      Issue #53 fix · 2e91bcd1
      Bodmer authored
      In case of a non- supported BMP, the _tft->setRotation() should not be executed.
      2e91bcd1
  10. 04 Nov, 2017 2 commits
  11. 02 Nov, 2017 1 commit
  12. 25 Oct, 2017 4 commits
  13. 23 Oct, 2017 3 commits
  14. 20 Oct, 2017 2 commits
  15. 16 Oct, 2017 4 commits
  16. 10 Oct, 2017 1 commit
    • Bodmer's avatar
      Fix right edge jpeg image corruption · 80b5d91b
      Bodmer authored
      Jpeg images with non integer number of MCU pixels showed corrupted right
      edge. Fix is to concatenate pixels into a contiguous block. Examples
      corrected.
      80b5d91b
  17. 01 Oct, 2017 1 commit
  18. 30 Sep, 2017 2 commits