1. 09 Jul, 2020 1 commit
  2. 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
  3. 27 Jun, 2020 1 commit
    • Bodmer's avatar
      Update ReadMe · 8fc52dc1
      Bodmer authored
      Update news, move tips towards end.
      8fc52dc1
  4. 19 Jun, 2020 5 commits
  5. 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
  6. 13 Jun, 2020 1 commit
  7. 11 Jun, 2020 1 commit
  8. 06 Jun, 2020 1 commit
  9. 05 Jun, 2020 2 commits
  10. 26 May, 2020 3 commits
  11. 25 May, 2020 1 commit
  12. 14 May, 2020 1 commit
  13. 13 May, 2020 3 commits
  14. 09 May, 2020 2 commits
  15. 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
  16. 05 May, 2020 4 commits
  17. 01 May, 2020 2 commits
  18. 28 Apr, 2020 1 commit
  19. 27 Apr, 2020 1 commit
  20. 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
  21. 17 Apr, 2020 1 commit
  22. 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
  23. 30 Mar, 2020 1 commit
    • Bodmer's avatar
      Fix Sprite 1bpp scroll bug · 875b4515
      Bodmer authored
      Sprite scroll function fixed for 1bpp
      readPixelValue() updated
      
      Performance of circle drawing functions improved.
      
      Version raised to 2.2.0
      875b4515
  24. 29 Mar, 2020 2 commits
    • Bodmer's avatar
      Fix #588 · 5ab0a08d
      Bodmer authored
      5ab0a08d
    • Bodmer's avatar
      Support STM32F1xx · 5ff03cd2
      Bodmer authored
      STM32F1xx processors do not have MODER direction configuration.
      5ff03cd2