1. 05 Aug, 2020 2 commits
  2. 19 Jul, 2020 1 commit
    • Bodmer's avatar
      Fix #697 · c124688a
      Bodmer authored
      Untested but looks correct!
      c124688a
  3. 09 Jul, 2020 1 commit
  4. 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
  5. 27 Jun, 2020 1 commit
    • Bodmer's avatar
      Update ReadMe · 8fc52dc1
      Bodmer authored
      Update news, move tips towards end.
      8fc52dc1
  6. 19 Jun, 2020 5 commits
  7. 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
  8. 13 Jun, 2020 1 commit
  9. 11 Jun, 2020 1 commit
  10. 06 Jun, 2020 1 commit
  11. 05 Jun, 2020 2 commits
  12. 26 May, 2020 3 commits
  13. 25 May, 2020 1 commit
  14. 14 May, 2020 1 commit
  15. 13 May, 2020 3 commits
  16. 09 May, 2020 2 commits
  17. 08 May, 2020 1 commit
    • Bodmer's avatar
      ESP32 DMA update · cc4f35f8
      Bodmer authored
      dmaBusy() checks and is no longer blocking
      pushImageDMA() faster if setAddrWindow is not built into transaction list.
      cc4f35f8
  18. 05 May, 2020 4 commits
  19. 01 May, 2020 2 commits
  20. 28 Apr, 2020 1 commit
  21. 27 Apr, 2020 1 commit
  22. 26 Apr, 2020 1 commit
    • Bodmer's avatar
      Fix #606 inconsistency + others · 90af737f
      Bodmer authored
      TFT_eFEX also needs updating so Rotated_Sprite_3 example renders correctly.
      
      pushImage for FLASH images updated so partly off-screen images are correctly rendered.
      90af737f
  23. 17 Apr, 2020 1 commit
  24. 16 Apr, 2020 1 commit
    • Bodmer's avatar
      Diagnostic sketch update + others · e937a349
      Bodmer authored
      Read_User_Setup updated to be compatible with STM32 and new structure format.
      Reduction in compiler warnings
      Update Sprite destructor
      Update version to 2.2.1
      e937a349