1. 08 Nov, 2018 1 commit
  2. 07 Nov, 2018 2 commits
  3. 06 Nov, 2018 1 commit
    • Bodmer's avatar
      Update for WROVER to address #232 · cbc2e66d
      Bodmer authored
      The library supported 240x240 ST7789 displays only which require an 80
      pixel offset in rotation 2 and 3
      The library now also supports the 240x320 display which has a different
      RGB colour order.
      cbc2e66d
  4. 05 Nov, 2018 2 commits
  5. 04 Nov, 2018 2 commits
  6. 03 Nov, 2018 1 commit
  7. 29 Oct, 2018 1 commit
  8. 24 Oct, 2018 3 commits
  9. 23 Oct, 2018 1 commit
  10. 21 Oct, 2018 4 commits
  11. 11 Oct, 2018 2 commits
  12. 10 Oct, 2018 1 commit
  13. 17 Sep, 2018 1 commit
  14. 26 Aug, 2018 1 commit
  15. 02 Aug, 2018 3 commits
  16. 01 Aug, 2018 3 commits
  17. 30 Jul, 2018 2 commits
  18. 29 Jul, 2018 1 commit
  19. 11 Jul, 2018 1 commit
  20. 09 Jul, 2018 1 commit
  21. 08 Jul, 2018 1 commit
  22. 07 Jul, 2018 1 commit
  23. 06 Jul, 2018 2 commits
  24. 02 Jun, 2018 2 commits
    • Bodmer's avatar
      Merge pull request #151 from per1234/fix-filename · 6c78430d
      Bodmer authored
      Rename file to match #include directive
      6c78430d
    • per1234's avatar
      Rename file to match #include directive · 30c01c94
      per1234 authored
      Mismatch of case between filename and #include directive causes compilation to fail in case sensitive operating systems such as Linux. Rather than correct the filename in the #include directive I have chosen to change the filename to make it consistent with the other file of the similar name. A search indicates that this is also consistent with the official spelling of the font.
      30c01c94