59 Commits

Author SHA1 Message Date
Limor "Ladyada" Fried
6abf693056
Actionsci2 (#264)
add library dependancy
remove travis CI
update badge
enable Actions
2019-12-27 17:10:08 -05:00
Melissa LeBlanc-Williams
bdf1bc3f47 Bumped for version release 2019-12-20 08:25:02 -08:00
Melissa LeBlanc-Williams
4169843c85 Bumped for version release 2019-12-18 15:12:50 -08:00
siddacious
a8aff3f9bf
bumping! 2019-12-10 12:28:36 -08:00
Limor "Ladyada" Fried
fc13f34850
Update library.properties 2019-10-18 14:30:21 -04:00
ladyada
051fe67a0f add DMA support for nrf52 2019-10-17 14:28:17 -04:00
Ladyada
7d928bcc1f bump version 2019-09-13 00:13:38 -04:00
Jan Hoffmann
fb2757d5fb
Update library.properties 2019-07-04 12:19:20 +02:00
ladyada
f7a1e47799 bump minor version (making WIDTH/HEIGHT not consts) 2019-06-16 20:31:01 -04:00
Melissa LeBlanc-Williams
3cd97982cd bumped library 2019-06-12 14:01:15 -07:00
ladyada
73cddc393d bump to speed up arcada 2019-06-01 19:02:15 -04:00
Phillip Burgess
b0dc94def7 Inline some of the trivial functions, add byteSwap() for GFXcanvas16 2019-05-29 20:33:31 -07:00
Phillip Burgess
5fa33d0020 Add hooks for SPI data mode 2019-05-17 22:25:09 -07:00
Melissa LeBlanc-Williams
de85b7696f Added readcommand8 to GFX (#220) 2019-05-10 18:12:05 -04:00
Melissa LeBlanc-Williams
cc87251ef0 Bumped library version 2019-05-09 15:13: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
Limor "Ladyada" Fried
3ef9ce534c
Update library.properties 2019-04-27 17:29:49 -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
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
b8fd9b4366 Change transaction & CS ordering 2019-03-16 14:57:09 -07:00
Phillip Burgess
6704269c77 Parallel DMA working on PyPortal 2019-03-14 22:09:42 -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
Phillip Burgess
6cd645b923 Bump version # for new release 2019-03-01 19:05:03 -08:00
Phillip Burgess
387d7800e6 Experimental SPI DMA support on SAMD (disabled by default) 2018-12-11 20:25:34 -08:00
Phillip Burgess
85cc1d9508 Move 'writeCommand' and others from protected to pricate (eyes code and others are using these) 2018-11-29 11:59:07 -08:00
Phillip Burgess
03cf2d917e Round rects; limit radius to 1/2 minor axis 2018-11-26 13:41:26 -08:00
Phillip Burgess
9bdc390458 Fixes for WICED Feather hardware SPI 2018-11-16 22:09:07 -08:00
Phillip Burgess
33158b3986 Allow GFX code to compile on WICED w/o SPIClass 2018-11-09 15:15:01 -08:00
Phillip Burgess
0521944f9f Fix fillCircleHelper for SSD1306 INVERT mode
Function would previously draw certain line segments repeatedly; minor performance drain on most displays, but especially problematic for SSD1306's INVERT drawing mode.
2018-11-08 15:01:27 -08:00
ladyada
f5e164945b add support for selective SPI device! 2018-11-03 17:39:10 -04:00
Limor "Ladyada" Fried
6e4ac5df70
Update library.properties 2018-08-12 16:58:34 -04:00
Phillip Burgess
a34c5947d9 SPITFT: don't USE_FAST_PINIO on WICED 2018-08-10 23:22:53 -07:00
Phillip Burgess
7be0b493c3 Allow obscure-but-needed case of no TFT chip select (-1) 2018-07-17 21:48:54 -07:00
Phillip Burgess
1ea46e2f5c Fix for Teensy 3.x boards 2018-07-17 18:34:21 -07:00
ladyada
9beb188013 bump again 2018-07-14 16:02:01 -04:00
ladyada
f573e032cd bump for release 2018-07-14 15:43:40 -04:00
Phillip Burgess
7d73ae8214 Disable SPITFT code if using ATtiny85, update version # 2018-01-08 11:59:27 -08:00
Phillip Burgess
07f8f65e40 Back off on the PROGMEM declarations; const is sufficient. 2017-05-09 15:35:44 -07:00
Phillip Burgess
7589ecaf0f Extra-persnickety declarations in PROGMEM bitmap functions 2017-05-06 12:06:51 -07:00
Phillip Burgess
d0e78f9db1 Fixed text wrap & bounds issues, changed drawRGBBitmap PROGMEM behavior + added masking 2017-05-05 19:57:52 -07:00
Phillip Burgess
cb95e0307b drawLine(): sort inputs on horizontal/vertical lines
C'mon guys, this is Graphics 101 stuff
2017-04-05 09:03:34 -07:00
Phillip Burgess
7be06d3b3b Added two tiny fonts 2017-03-20 19:36:08 -07:00
ladyada
d93fb2254f @me-no-dev refactor! 2017-03-17 20:47:54 -04:00
Phillip Burgess
b8f2200766 Handle larger button dimensions, add initButtonUL() for buttons w/upper-left coord 2017-03-07 10:24:06 -08:00