1. 02 Oct, 2020 3 commits
    • Bodmer's avatar
      Improve RLE font rendering · 22ca8193
      Bodmer authored
      See #766
      22ca8193
    • Bodmer's avatar
      Make ST7789 drivers consistent · ef93dbe6
      Bodmer authored
      Simplified driver ST7789_2_DRIVER not supports 135 x 240 display.
      This will not fix #763 since user specifies alternative ST7789_DRIVER which already supports 135x240 displays.
      ef93dbe6
    • Bodmer's avatar
      Support for SSD1963 and ST7706 SPI read · 49cef1f3
      Bodmer authored
      The SSD1963 support has been tested with a 480x800 pixel display from Buy Display.
      Support for reading an ST7796 SPI display has been added.
      pushToSprite added to keywords list.
      49cef1f3
  2. 14 Sep, 2020 1 commit
  3. 07 Sep, 2020 4 commits
  4. 05 Sep, 2020 1 commit
  5. 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
  6. 14 Aug, 2020 1 commit
  7. 06 Aug, 2020 1 commit
  8. 05 Aug, 2020 6 commits
  9. 19 Jul, 2020 1 commit
    • Bodmer's avatar
      Fix #697 · c124688a
      Bodmer authored
      Untested but looks correct!
      c124688a
  10. 09 Jul, 2020 1 commit
  11. 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
  12. 27 Jun, 2020 1 commit
    • Bodmer's avatar
      Update ReadMe · 8fc52dc1
      Bodmer authored
      Update news, move tips towards end.
      8fc52dc1
  13. 19 Jun, 2020 5 commits
  14. 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
  15. 13 Jun, 2020 1 commit
  16. 11 Jun, 2020 1 commit
  17. 06 Jun, 2020 1 commit
  18. 05 Jun, 2020 2 commits
  19. 26 May, 2020 3 commits
  20. 25 May, 2020 1 commit
  21. 14 May, 2020 1 commit
  22. 13 May, 2020 1 commit