1. 19 Jun, 2020 4 commits
  2. 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
  3. 13 Jun, 2020 1 commit
  4. 11 Jun, 2020 1 commit
  5. 06 Jun, 2020 1 commit
  6. 05 Jun, 2020 2 commits
  7. 26 May, 2020 3 commits
  8. 25 May, 2020 1 commit
  9. 14 May, 2020 1 commit
  10. 13 May, 2020 3 commits
  11. 09 May, 2020 2 commits
  12. 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
  13. 05 May, 2020 4 commits
  14. 01 May, 2020 2 commits
  15. 28 Apr, 2020 1 commit
  16. 27 Apr, 2020 1 commit
  17. 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
  18. 17 Apr, 2020 1 commit
  19. 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
  20. 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
  21. 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
  22. 28 Mar, 2020 4 commits