1. 28 May, 2018 1 commit
  2. 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
  3. 20 May, 2018 2 commits
  4. 19 May, 2018 2 commits
  5. 01 May, 2018 1 commit
  6. 27 Apr, 2018 9 commits
  7. 23 Apr, 2018 5 commits
  8. 22 Apr, 2018 1 commit
  9. 21 Apr, 2018 4 commits
  10. 12 Apr, 2018 4 commits
  11. 11 Apr, 2018 3 commits
    • rdts's avatar
      Update Sprite.cpp · 82b749a9
      rdts authored
      Hi,
      I found a bug.
      
      _width and _height need to be initialized properly.
      
      That is because they are used in drawString(). Lines 4118 and 4120 in TFT_eSPI.cpp.
      82b749a9
    • Bodmer's avatar
      Update version · 11638178
      Bodmer authored
      11638178
    • Bodmer's avatar
      Add diagnostic sketches · f56184e9
      Bodmer authored
      Do not load button class is touch screen chip select not defined
      f56184e9
  12. 06 Apr, 2018 1 commit
  13. 03 Apr, 2018 1 commit
  14. 02 Apr, 2018 3 commits
    • Bodmer's avatar
      Update ReadMe · 1dd28f94
      Bodmer authored
      1dd28f94
    • Bodmer's avatar
      Raise issue · b21cdfac
      Bodmer authored
      b21cdfac
    • Bodmer's avatar
      Added Waveshare ePaper support · ada678d7
      Bodmer authored
      Also added ability to push 1bpp bitmaps to a Sprite to support rendering
      images on an EPaper screen.
      
      Floyd-Steinberg dithering and basic graphics example added as first
      ePaper demo.
      ada678d7
  15. 01 Apr, 2018 2 commits