1. 09 May, 2020 1 commit
  2. 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
  3. 05 May, 2020 4 commits
  4. 01 May, 2020 2 commits
  5. 28 Apr, 2020 1 commit
  6. 27 Apr, 2020 1 commit
  7. 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
  8. 17 Apr, 2020 1 commit
  9. 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
  10. 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
  11. 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
  12. 28 Mar, 2020 8 commits
  13. 27 Mar, 2020 4 commits
  14. 25 Mar, 2020 3 commits
    • Bodmer's avatar
      #581 fallout update · f71df4ff
      Bodmer authored
      f71df4ff
    • Bodmer's avatar
      Fix #581 · d1b0bab9
      Bodmer authored
      d1b0bab9
    • Bodmer's avatar
      Fix #581 plus · 89bf0ce6
      Bodmer authored
      Update 4 bit Sprite code
      Update Animate_Dial example to use italic font with minimised character set, add original jpeg graphic.
      Raise to 2.1.8
      89bf0ce6
  15. 20 Mar, 2020 6 commits
  16. 19 Mar, 2020 1 commit
  17. 07 Mar, 2020 1 commit
    • Bodmer's avatar
      Fix #566 plus others · ac8845d5
      Bodmer authored
      Fix image rendering issue.
      Deprecate use of pushColors.
      Improve ES8266 image rendering performance for ESP8266 and ILI9488.
      Add getTextPadding().
      ac8845d5
  18. 02 Mar, 2020 1 commit
    • Bodmer's avatar
      STM32 update · 65ccbf01
      Bodmer authored
      Boost performance for ILI9488 display with STM32 processors.
      Enable smooth fonts in setup files (smooth fonts for STM32 processors is now supported with fonts in program memory)
      65ccbf01