1. 14 Nov, 2020 1 commit
    • Bodmer's avatar
      Add ESP8266 LittleFS examples · de861902
      Bodmer authored
      The ESP8266 has the LittleFS Flash filing system which is significantly faster than SPIFFS. New Smooth Font examples have been added that use LittleFS.
      de861902
  2. 10 Nov, 2020 3 commits
  3. 09 Nov, 2020 2 commits
  4. 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
  5. 02 Nov, 2020 7 commits
  6. 25 Oct, 2020 6 commits
  7. 21 Oct, 2020 1 commit
  8. 19 Oct, 2020 3 commits
  9. 14 Oct, 2020 1 commit
  10. 13 Oct, 2020 4 commits
  11. 11 Oct, 2020 1 commit
  12. 06 Oct, 2020 6 commits
  13. 05 Oct, 2020 1 commit
  14. 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