1. 19 Oct, 2020 1 commit
  2. 13 Oct, 2020 3 commits
  3. 11 Oct, 2020 1 commit
  4. 06 Oct, 2020 6 commits
  5. 05 Oct, 2020 1 commit
  6. 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
  7. 14 Sep, 2020 1 commit
  8. 07 Sep, 2020 4 commits
  9. 05 Sep, 2020 1 commit
  10. 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
  11. 14 Aug, 2020 1 commit
  12. 06 Aug, 2020 1 commit
  13. 05 Aug, 2020 6 commits
  14. 19 Jul, 2020 1 commit
    • Bodmer's avatar
      Fix #697 · c124688a
      Bodmer authored
      Untested but looks correct!
      c124688a
  15. 09 Jul, 2020 1 commit
  16. 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
  17. 27 Jun, 2020 1 commit
    • Bodmer's avatar
      Update ReadMe · 8fc52dc1
      Bodmer authored
      Update news, move tips towards end.
      8fc52dc1
  18. 19 Jun, 2020 5 commits
  19. 15 Jun, 2020 1 commit