1. 07 Sep, 2020 4 commits
  2. 05 Sep, 2020 1 commit
  3. 28 Aug, 2020 1 commit
    • Bodmer's avatar
      Fix deleteSprite · 731228d1
      Bodmer authored
      Fixes #736 and also delete color map even if the sprite has not been created.
      731228d1
  4. 14 Aug, 2020 1 commit
  5. 06 Aug, 2020 1 commit
  6. 05 Aug, 2020 6 commits
  7. 19 Jul, 2020 1 commit
    • Bodmer's avatar
      Fix #697 · c124688a
      Bodmer authored
      Untested but looks correct!
      c124688a
  8. 09 Jul, 2020 1 commit
  9. 06 Jul, 2020 1 commit
    • Bodmer's avatar
      #682 Add created() function for sprites · a6d50ea5
      Bodmer authored
      New function added:
        bool created(void);
      to check if sprite has been rotated. Example:
      
      if ( !spr.created() ) Serial.println("Sprite has not been created");
      a6d50ea5
  10. 27 Jun, 2020 1 commit
    • Bodmer's avatar
      Update ReadMe · 8fc52dc1
      Bodmer authored
      Update news, move tips towards end.
      8fc52dc1
  11. 19 Jun, 2020 5 commits
  12. 15 Jun, 2020 2 commits
    • Bodmer's avatar
      Add missing // · 7861a020
      Bodmer authored
      7861a020
    • Bodmer's avatar
      Add multi TFT option support for issue #663 · 8cb59566
      Bodmer authored
      Avoid coordinate optimisation for sketch controlled multiple TFT displays. Add #define MULTI_TFT_SUPPORT
      to prevent setAddr optimisation that relies on coordinate transfer minimisation.
      8cb59566
  13. 13 Jun, 2020 1 commit
  14. 11 Jun, 2020 1 commit
  15. 06 Jun, 2020 1 commit
  16. 05 Jun, 2020 2 commits
  17. 26 May, 2020 3 commits
  18. 25 May, 2020 1 commit
  19. 14 May, 2020 1 commit
  20. 13 May, 2020 3 commits
  21. 09 May, 2020 2 commits