Commit Graph

204 Commits

Author SHA1 Message Date
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
35055667c4 added the sendCommand function (#209)
* Added sendCommand for SPI abstraction
2019-04-13 17:56:36 -04: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
Phillip Burgess
4abba955a7 Doxygen cleanup 2019-03-01 19:51:40 -08:00
Phillip Burgess
6cd645b923 Bump version # for new release 2019-03-01 19:05:03 -08:00
Phillip Burgess
030427ebe5 WIP fix for non-ESP32 boards 2019-03-01 18:54:34 -08:00
Phillip Burgess
fec8f5b9d0 WIP ESP32 soft SPI fix 2019-03-01 17:16:08 -08:00
Phillip Burgess
3aafb3d2cf WIP fixes for Teensy 3.2 2019-03-01 15:31:16 -08:00
Phillip Burgess
d81e3351f3 Fix some ESP8266 batshittery 2019-03-01 13:38:18 -08:00
Phillip Burgess
31f0de1eca WIP soft SPI read fixed 2019-03-01 10:37:21 -08:00
Phillip Burgess
0107025e4c WIP, constructor disambiguation via enum 2019-03-01 10:16:15 -08:00
Phillip Burgess
cb8c433a61 Doxygen tidying 2019-02-28 17:27:58 -08:00
Phillip Burgess
a295138e10 WIP starting to improve 2019-02-28 17:09:14 -08:00
Phillip Burgess
fc0f1a739d WIP still not good 2019-02-28 16:41:56 -08:00
Phillip Burgess
87af85ff61 Problems still, don't use 2019-02-27 11:15:27 -08:00
Phillip Burgess
6b5e177fb1 WIP do not use yet! 2019-02-26 21:35:12 -08:00
Phillip Burgess
7855b62aae Remove some comments 2019-01-31 23:21:10 -08:00
Phillip Burgess
25b3d5e4a3 Add TFT8 class 2019-01-31 15:17:08 -08:00
Limor "Ladyada" Fried
b920674807
Merge pull request #195 from cmdrf/fontconvert-include-truetype-driver-h
Include FT_TRUETYPE_DRIVER_H in fontconvert.c
2019-01-04 14:03:39 -05:00
cmdrf
95c6ef33b0 Include FT_TRUETYPE_DRIVER_H in fontconvert.c
To fix error about TT_INTERPRETER_VERSION_35 being undefined on some FreeType versions.
2019-01-04 12:22:36 +01:00
Phillip Burgess
387d7800e6 Experimental SPI DMA support on SAMD (disabled by default) 2018-12-11 20:25:34 -08:00
Paint Your Dragon
5026484244
Merge pull request #174 from romainreignier/fix_tiny3x3
Add .h extension to Tiny3x3a2pt7b font file
2018-12-10 15:18:18 -08:00
Phillip Burgess
25612a9f03 Disable SPI DMA by default! 2018-12-10 15:02:33 -08:00
Phillip Burgess
f01e289fb7 Add ZeroDMA to Travis dependencies 2018-12-10 15:01:08 -08:00
Phillip Burgess
b74f3bf681 Remove some temp files, oops 2018-12-10 14:58:47 -08:00
Phillip Burgess
7b04012eaf Move 0-length check to outside of DMA-specific code 2018-12-10 13:07:43 -08:00
Phillip Burgess
c21979066c Similar change in writePixels() 2018-12-10 10:58:59 -08:00
Phillip Burgess
e1671798db Fix ESP32 stuff 2018-12-09 21:35:49 -08:00
Phillip Burgess
b0b022d0c8 SPI DMA: avoid 0-byte transfers! 2018-12-09 21:30:51 -08:00
Phillip Burgess
e9221fb9ac SPITFT - M4 SPI DMA fix 2018-12-09 20:59:02 -08:00
Phillip Burgess
12ced10eec Still working on SPI DMA, still not good on M4 2018-12-09 15:30:22 -08:00