Commit Graph
150 Commits
Author SHA1 Message Date
Jamie 7f1986fdb1 Fix esp32 i2s on case-sensitive filesystems (#212) 2018-07-02 10:32:57 -07:00
Josef Brandl e13f9599c8 Fix "type defaults to 'int'" warning (#210) 2018-06-17 10:53:08 -07:00
Michael Miller f9c404de19 update version numbers (#209) 2.3.0 2018-06-13 22:10:16 -07:00
Michael Miller 36650a44fc Esp32 Hardware support using I2s (#208) 2018-06-13 10:41:23 -07:00
Michael Miller 7ebfcb7fe2 Missing syntax (#198) 2018-02-14 19:36:25 -08:00
Michael Miller e89025e2f9 update licencing file (#196) 2018-01-22 14:22:56 -08:00
Billy Donahue 66d76c6902 spelling (#188) 2017-11-22 01:24:14 -08:00
Michael Miller 6e77d49ff1 Suppress Task Switch during show (#186) 2017-10-21 21:45:14 -07:00
Michael Miller c42fc3b2f5 RecoverColor was missing const qualifier (#185) 2.2.9 2017-10-20 15:50:35 -07:00
Bálint Kovács 6b1cf112d3 Make BrighntessBus suppport ClearTo (#181)
* Make BrighntessBus suppport ClearTo

* Match the coding style
2017-10-08 12:34:56 -07:00
Michael Miller 80f0812818 WS2813 support (#173)
and increment version
2.2.8
2017-06-18 10:34:22 -07:00
Michael Miller 081866e4d0 define PGM_VOID_P if not already defined (#171) 2017-04-10 10:15:36 -07:00
Michael Miller 6a33cbf710 Initial support for Ws2813 (#170) 2017-04-09 14:22:07 -07:00
Michael Miller 073c89deb6 Fix RAM Attribute (#169) 2017-04-08 21:34:52 -07:00
Michael Miller 2b42de88ad Esp32 (#167)
* Organize Examples

* Esp32 Support

refactored Esp8266 to more generic Esp
2.2.7
2017-04-05 19:58:01 -07:00
Michael Miller 85b250d37c improvements to NeoDib (#159)
include dirty support
2017-01-26 11:50:29 -08:00
Michael Miller 2ba00f2bf0 Dib and Shader support (#158) 2017-01-24 15:26:48 -08:00
Michael Miller 868d99e142 New release (#157) 2.2.6 2017-01-23 10:24:08 -08:00
Michael Miller 0b496ee80f Revert "New release"
This reverts commit b9a0eb683f.
2017-01-23 10:21:49 -08:00
Michael Miller b9a0eb683f New release
Now includes ring topology support
2017-01-23 10:21:11 -08:00
Michael Miller adbe3f50e5 Fixes (#156) 2017-01-23 10:18:19 -08:00
Michael Miller f182797159 Add Concentric Ring Topology (#154) 2017-01-14 12:50:35 -08:00
Michael Miller 033fbe68c0 Free after we wait (#148)
Dont free the memory while it may still being used.
2016-12-28 12:25:17 -08:00
Michael Miller 5b48c48551 Add stop all (#147) 2016-12-16 19:09:24 -08:00
alltheblinkythings a672d4ce55 Don't crash when Begin() is called more than once. (#146) 2016-12-11 16:53:32 -08:00
Michael Miller c35c9e4d70 unused file removed (#145) 2016-12-11 16:01:24 -08:00
Michael Miller 89b3f85c18 NeoPixelBrightnessBus (#143) 2.2.5 2016-12-11 14:51:35 -08:00
Michael Miller 487e0d2cd8 Minor fixes (#142) 2016-12-11 00:55:37 -08:00
Michael Miller 94f5ad3dd7 Fasterhardwarespi (#137)
* Improved HW SPI sending

* update version
2.2.4
2016-11-09 10:25:27 -08:00
Michael Miller b41674dec0 Morecompatibilitybitmapfile (#135)
* Fix reading structures

* style
2016-09-27 22:24:15 -07:00
Michael Miller 12d25bf317 Merge pull request #133 from Makuna/ClearToFix
ClearTo with first and last index doesn't handle a single pixel
2.2.3
2016-09-25 12:56:59 -07:00
Michael Miller ccb0239558 ClearTo with first and last index doesn't handle a single pixel
The argument valid test needed to support that first and last could be
the same
2016-09-25 12:55:49 -07:00
Michael Miller b2a9dadfd2 Merge pull request #130 from Makuna/NewVersion
New Version
2.2.2
2016-09-05 23:18:03 -07:00
Michael Miller 375a595724 New Version 2016-09-05 23:17:19 -07:00
Michael Miller dba5841f75 Merge pull request #129 from Makuna/ProtectFromMinMaxMacros
removed use of macro
2016-09-03 11:36:13 -07:00
Michael Miller 532a1f5e4d removed use of macro 2016-09-03 11:35:09 -07:00
Michael Miller 2568f60f4c Merge pull request #128 from Makuna/IgnoredPins
Still allow for pin to be passed in
2016-09-03 09:22:19 -07:00
Michael Miller 1387d66d51 Still allow for pin to be passed in
This will allow code to be run across platform without modifiying
2016-09-03 09:21:50 -07:00
Michael Miller 70e3611bdf Merge pull request #127 from Makuna/DotStarImprovements
DotStar and NoPin NeoPixel
2.2.1
2016-09-02 10:33:21 -07:00
Michael Miller eb77795f65 DotStar and NoPin NeoPixel
removed the need to provide the pin argument for Esp8266 NeoPixelBus
where it was ignored.
Added another DotStar color feature.
Fixed DotStar color features to use RgbColor when there is no need for
RgbwColor.
2016-09-02 10:32:10 -07:00
Michael Miller abacd3e965 Merge pull request #126 from Makuna/NewRelease
NewRelease
2.2.0
2016-09-01 18:50:28 -07:00
Michael Miller 0659f88322 NewRelease 2016-09-01 18:49:07 -07:00
Michael Miller 43c0bb57ac Merge pull request #125 from Makuna/DotStars
DotStar support
2016-09-01 18:39:04 -07:00
Michael Miller c2bb0fe855 DotStar support
APA102
2016-09-01 18:34:21 -07:00
Michael Miller 174087f7d4 Merge pull request #124 from ivankravets/patch-3
Add homepage
2016-08-17 17:56:10 -07:00
Ivan Kravets 026e113e31 Add homepage 2016-08-18 01:45:51 +03:00
Michael Miller 95b32de1ef Merge pull request #123 from Makuna/BiLinearHue
Added bilinear methods
2016-08-08 18:14:22 -07:00
Michael Miller 260b67cd0e Added bilinear methods 2016-08-08 18:13:48 -07:00
Michael Miller 929d4f7f03 Merge pull request #116 from Makuna/ExpandedColorStrings
Refactored To Remove CSS3 define
2.1.4
2016-07-04 13:20:20 -07:00
Michael Miller 7743a76242 Refactored To Remove CSS3 define
Accessing the extended string names no longer requires editing a library
header file.
2016-07-04 13:19:25 -07:00