Commit Graph

383 Commits

Author SHA1 Message Date
Melissa LeBlanc-Williams
8cb8cee0ae pulled 2019-05-10 15:24:09 -07:00
Melissa LeBlanc-Williams
c555f0b217 Fixed paramter name for doxygen 2019-05-10 15:21:53 -07:00
Melissa LeBlanc-Williams
de85b7696f Added readcommand8 to GFX (#220) 2019-05-10 18:12:05 -04:00
Melissa LeBlanc-Williams
30e45c9825 Added readcommand8 to GFX 2019-05-10 15:05:33 -07:00
Melissa LeBlanc-Williams
cc87251ef0 Bumped library version 2019-05-09 15:13:37 -07:00
Melissa LeBlanc-Williams
081bb26fa4
Merge pull request #219 from ImpulseAdventure/ImpulseAdventure-fillTriangle
Fix overflow in fillTriangle()
2019-05-09 15:12:11 -07:00
Melissa LeBlanc-Williams
f613beb8c3 Merge branch 'ImpulseAdventure-fillTriangle' of https://github.com/ImpulseAdventure/Adafruit-GFX-Library 2019-05-09 15:06:48 -07:00
Melissa LeBlanc-Williams
898773f095 Merge branch 'master' of https://github.com/adafruit/Adafruit-GFX-Library 2019-05-09 14:32:16 -07:00
Calvin Hass
37ac3a5b52
Fix overflow in fillTriangle()
Addresses integer overflow fix identified by @prenticedavid in https://github.com/adafruit/Adafruit-GFX-Library/issues/218
2019-05-09 08:26:37 -07:00
Phillip Burgess
0f3f657f43 SPITFT: ESP8266 fix 2019-05-03 13:59:22 -07:00
Phillip Burgess
a453d081b4 SPITFT: work with any SERCOM SPIs 2019-05-03 11:36:29 -07:00
Marc MERLIN
85023ccbaf Fixed Height typo (#214) 2019-04-29 13:24:18 -04:00
Melissa LeBlanc-Williams
fe0683afe0 Merge branch 'master' of https://github.com/adafruit/Adafruit-GFX-Library 2019-04-27 20:23:11 -07:00
Limor "Ladyada" Fried
3ef9ce534c
Update library.properties 2019-04-27 17:29:49 -04:00
Limor "Ladyada" Fried
fae93b1841
fix travis link 2019-04-27 17:15:48 -04:00
ladyada
a2a0335f90 Merge branch 'master' of github.com:adafruit/Adafruit-GFX-Library 2019-04-27 16:49:21 -04:00
ladyada
1b033808ab turns out having two things named tft8 makes subclassing very :( 2019-04-27 16:49:15 -04:00
Phillip Burgess
e83e3ce2f1 SPI DMA: add support for SERCOM6 & 7 on big M4 chips 2019-04-21 18:43:05 -07:00
Melissa LeBlanc-Williams
6be0b5b5cf Merge branch 'master' of https://github.com/adafruit/Adafruit-GFX-Library 2019-04-14 14:27:45 -07:00
Melissa LeBlanc-Williams
35055667c4 added the sendCommand function (#209)
* Added sendCommand for SPI abstraction
2019-04-13 17:56:36 -04:00
Melissa LeBlanc-Williams
e6db70e3cc Redoing _cs >= 0 2019-04-13 14:55:42 -07:00
Melissa LeBlanc-Williams
b348f10b9d Still checking if _cs > 0 2019-04-13 14:00:09 -07:00
Melissa LeBlanc-Williams
f8e5551b30 Stop checking if _cs is > 0 2019-04-13 13:57:01 -07:00
Melissa LeBlanc-Williams
3f53a83a7b Updated const version to use read_pgm_byte and added default args 2019-04-13 11:02:49 -07:00
Melissa LeBlanc-Williams
8b06efa1f4 Bumped library version 2019-04-13 09:44:29 -07:00
Melissa LeBlanc-Williams
67f2a80615 Restoring file 2019-04-12 23:53:37 -07:00
Melissa LeBlanc-Williams
8fd5845c5d Force recache 2019-04-12 23:47:39 -07:00
Melissa LeBlanc-Williams
fe97b465f6 Restoring .travis.yml to its former glory :/ 2019-04-12 23:40:58 -07:00
Melissa LeBlanc-Williams
d2c5ff6f91 Re-enable packages cache 2019-04-12 23:31:20 -07:00
Melissa LeBlanc-Williams
601bb881e4 Temporarily non cache packages 2019-04-12 23:27:40 -07:00
Melissa LeBlanc-Williams
e94f3fc1f8 Added Arduino Version to Travis 2019-04-12 23:21:01 -07:00
Melissa LeBlanc-Williams
bed7e31f26 Fixed pointer error 2019-04-12 23:03:29 -07:00
Melissa LeBlanc-Williams
5b992cda51 Added sendCommand for SPI abstraction 2019-04-12 22:48:39 -07:00
Phillip Burgess
253e30d6eb Bump version # for big-endian writePixels() option 2019-03-26 10:23:59 -07:00
Phillip Burgess
b57ea574fe Fix big-endian DMA 2019-03-25 22:47:36 -07:00
Phillip Burgess
605474e3ca Add bigEndian flag to writePixels() 2019-03-23 18:13:55 -07:00
Phillip Burgess
5f38af166f Don’t use DMA on very short pixel runs 2019-03-18 22:04:36 -07:00
Phillip Burgess
4c7192b197 Fix error with pre-C++11 compilers 2019-03-18 13:34:23 -07:00
Phillip Burgess
026c152d45 Conditional compile SAMD51 parallel code 2019-03-17 19:43:48 -07:00
Phillip Burgess
fe6266e2a8 Bump version #, enable DMA by default on PyPortal 2019-03-17 18:57:03 -07:00
Phillip Burgess
1bd0463d15 Add non-blocking DMA option in writePixels() 2019-03-17 18:15:27 -07:00
Phillip Burgess
b8fd9b4366 Change transaction & CS ordering 2019-03-16 14:57:09 -07:00
Phillip Burgess
efe87d81ef Tiny bit faster using if/else/else instead of switch 2019-03-15 20:08:23 -07:00
Phillip Burgess
6704269c77 Parallel DMA working on PyPortal 2019-03-14 22:09:42 -07:00
Phillip Burgess
cadfd0a233 WIP parallel DMA, do not use yet 2019-03-14 21:27:48 -07:00
Phillip Burgess
054d3bae53 Appease the ESP8266 compiler 2019-03-02 17:29:20 -08:00
Limor "Ladyada" Fried
c8bd1f4e56
Update library.properties
bump version
2019-03-01 23:34:00 -05:00
Limor "Ladyada" Fried
b29b864129
Update README.md
move to travis.com
2019-03-01 23:23:56 -05:00
Paint Your Dragon
3ccd00912f
Merge pull request #201 from adafruit/pb-tft8
Add 8-bit parallel interface support
2019-03-01 20:10:21 -08:00
Phillip Burgess
c6dba9b94a More Doxygen happiness 2019-03-01 20:05:15 -08:00