1. 10 Mar, 2018 2 commits
  2. 24 Feb, 2018 4 commits
  3. 23 Feb, 2018 2 commits
  4. 22 Feb, 2018 2 commits
  5. 09 Feb, 2018 2 commits
  6. 08 Feb, 2018 4 commits
  7. 06 Feb, 2018 2 commits
  8. 27 Jan, 2018 5 commits
  9. 26 Jan, 2018 3 commits
  10. 08 Jan, 2018 2 commits
    • Bodmer's avatar
      Update · 523fec4e
      Bodmer authored
      523fec4e
    • Bodmer's avatar
      Performance enhancements, new functions, bug fixes · aa2c79a2
      Bodmer authored
      1. Ability to swap bytes in pushColors() and pushImage()
      2. pushImage() will handle FLASH stroed images
      3. pushImage() will accept a transparent color
      4. pushRect() deprecated but still works
      5. setSwapBytes() to set swapping bytes in color for pushImage() and
      pushColors() true or false
      6. getSwapBytes() returns swap bytes parameter
      7. fillCircle() and fillCircleHelper() changed to use horizontal lines
      to speed up plotting in a sprite
      8. fillTriangle bug fix by moving spi_begin()
      9  Small performance improvement to setAddrWindow()
      10. pushColor() bug fix for swapped bytes
      11. pushColors() performance improvement for ESP8266 and add optional
      byte swap parameter, accepts higher pixel count
      12. move spi_begin() later in drawLine() incase fn returns early
      13. add spi_end() in drawLine incdae return occurs early
      14. Add color332() fn to convert 16 bit to 8 bit colour
      15. Sprite: createSprite() checks if sprite already created and returns
      pointer if it does
      16. Sprite: one extra "off-screen pixel added to a sprite to point
      out-of-bounds setWindow coords to
      this avoids extra bounds checks in push/write color
      17. Sprite: setColorDepth allows changing of depthe for existing sprtie
      and returns a new pointer to the new sprite
      18. Sprite: pushImage() accepts a swapped byte parameter
      19. Sprite: setSwapBytes() to set swapping bytes in color for
      pushImage() and pushColors() true or false
      20. Sprite: getSwapBytes() returns swap bytes parameter
      21. Sprite: setWindow deals with duff out of sprite coords.
      22. Sprite: bug in draw char corrected which could draw too many
      over-writing pixels
      aa2c79a2
  11. 29 Dec, 2017 2 commits
  12. 27 Dec, 2017 1 commit
  13. 22 Dec, 2017 2 commits
  14. 21 Dec, 2017 1 commit
  15. 17 Dec, 2017 1 commit
  16. 16 Dec, 2017 4 commits
    • atanisoft's avatar
      Update User_Setup_Select.h · ef543a65
      atanisoft authored
      Adding ability to load settings from the calling program rather than modifying the library for each project that uses it. This is mostly for PlatformIO IDE which manages the libraries differently than Adruino IDE.
      ef543a65
    • Bodmer's avatar
      Allow larger images · 5ed1bb67
      Bodmer authored
      5ed1bb67
    • Bodmer's avatar
      Allow larger images · 0dacb156
      Bodmer authored
      0dacb156
    • Bodmer's avatar
      Allow larger images · ca13757c
      Bodmer authored
      width or height over 127 pixels got converted to a negative number!
      ca13757c
  17. 15 Dec, 2017 1 commit