1. 10 Nov, 2020 2 commits
  2. 09 Nov, 2020 2 commits
  3. 08 Nov, 2020 1 commit
    • Bodmer's avatar
      Add 2 animated eyes examples · 24b0eca0
      Bodmer authored
      Animated_Eyes_1 is an example for a single display
      Animated_Eyes_2 is an example for two displays
      24b0eca0
  4. 02 Nov, 2020 7 commits
  5. 25 Oct, 2020 6 commits
  6. 21 Oct, 2020 1 commit
  7. 19 Oct, 2020 3 commits
  8. 14 Oct, 2020 1 commit
  9. 13 Oct, 2020 4 commits
  10. 11 Oct, 2020 1 commit
  11. 06 Oct, 2020 6 commits
  12. 05 Oct, 2020 1 commit
  13. 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
  14. 14 Sep, 2020 1 commit
  15. 07 Sep, 2020 1 commit
    • Bodmer's avatar
      Fix #740 and #704 · d7fdcc09
      Bodmer authored
      #740: To avoid ambiguity the pushSprite for writing a sprite to another sprite has been renamed pushToSprite
      
      #704: Change to 18 bit colurs for SSD1963 with SPI interface
      
      Remove outdated TFT_SPIFFS_Jpeg example
      d7fdcc09