- 06 Feb, 2018 2 commits
- 27 Jan, 2018 5 commits
- 26 Jan, 2018 3 commits
-
-
Bodmer authored
As requested in Issue #79 Function names are compatible with Adafruit_GFX Also trimmed out duplicate keywords
-
Bodmer authored
Correct capitalization of keywords.txt
-
per1234 authored
Incorrect capitalization of the filename caused keywords highlighting to not work on filename case sensitive operating systems.
-
- 08 Jan, 2018 2 commits
-
-
Bodmer authored
-
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
-
- 29 Dec, 2017 2 commits
- 27 Dec, 2017 1 commit
-
-
Bodmer authored
-
- 22 Dec, 2017 2 commits
- 21 Dec, 2017 1 commit
-
-
Bodmer authored
getTouch accepts a third optional pressure threshold, default is 600, increasing means harder presses are needed. getTouch(uint16_t *x, uint16_t *y, uint16_t threshold = 600);
-
- 17 Dec, 2017 1 commit
-
-
Bodmer authored
Allow externally defined configuration rather than User_Setup.h modifications in library
-
- 16 Dec, 2017 4 commits
-
-
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.
-
Bodmer authored
-
Bodmer authored
-
Bodmer authored
width or height over 127 pixels got converted to a negative number!
-
- 15 Dec, 2017 1 commit
-
-
Bodmer authored
-
- 14 Dec, 2017 5 commits
- 10 Dec, 2017 1 commit
-
-
Bodmer authored
Added example "Sprite_scroll" Tidy up virtual function list Add PROGMEM bitmap image functions
-
- 03 Dec, 2017 5 commits
- 01 Dec, 2017 1 commit
-
-
Bodmer authored
The 32 bit alignment offset must be checked for every line to prevent crash with odd pixel count lines.
-
- 30 Nov, 2017 4 commits