1. 10 Oct, 2018 1 commit
  2. 17 Sep, 2018 1 commit
  3. 26 Aug, 2018 1 commit
  4. 02 Aug, 2018 2 commits
    • Bodmer's avatar
      Add note about SDO · 2f4c48ee
      Bodmer authored
      (leave TFT SDO disconnected if other SPI devices share MISO)
      2f4c48ee
    • Bodmer's avatar
      Add note about SDO line · 59f4b17e
      Bodmer authored
      (leave TFT SDO disconnected if other SPI devices share MISO)
      59f4b17e
  5. 01 Aug, 2018 2 commits
  6. 29 Jul, 2018 1 commit
  7. 11 Jul, 2018 1 commit
  8. 09 Jul, 2018 1 commit
  9. 08 Jul, 2018 1 commit
  10. 07 Jul, 2018 1 commit
  11. 06 Jul, 2018 2 commits
  12. 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
  13. 01 Jun, 2018 3 commits
  14. 29 May, 2018 1 commit
  15. 28 May, 2018 1 commit
  16. 25 May, 2018 1 commit
    • Bodmer's avatar
      Add ability to set ST7735 tab color from sketch · 4a52f5e6
      Bodmer authored
      Use line is form:
      tft.init(1);
      or:
      tft.init(INITR_REDTAB);
      // Enumerated the configurations in library are:
      #define INITR_GREENTAB
      0x0
      #define INITR_REDTAB    0x1
      #define INITR_BLACKTAB  0x2
      #define
      INITR_GREENTAB2 0x3 // Use if you get random pixels on two edges of
      green tab display
      #define INITR_GREENTAB3 0x4 // Use if you get random
      pixels on edge(s) of 128x128 screen
      #define INITR_GREENTAB128 0x5 // Use
      if you only get part of 128x128 screen in rotation 0 & 1
      #define INITB
      0xB
      4a52f5e6
  17. 20 May, 2018 2 commits
  18. 19 May, 2018 2 commits
  19. 01 May, 2018 1 commit
  20. 27 Apr, 2018 9 commits
  21. 23 Apr, 2018 4 commits