76 Commits
Author SHA1 Message Date
Michael Miller aca0fe3b67 Merge pull request #97 from Makuna/RotateAndShift
RotateAndShift
2.0.9
2016-04-06 17:53:39 -07:00
Makuna 6e860c939d RotateAndShift
New Rotate and Shift, both Left and Right methods
Optimized ClearTo method
Updated keywords
Updated version
2016-04-06 17:52:17 -07:00
Michael Miller 44b094367b Merge pull request #95 from reaper7/master
new feature NeoRbgFeature
2016-04-06 10:49:05 -07:00
reaper7 d343e630b4 new feature NeoRbgFeature 2016-04-06 17:03:59 +02:00
Michael Miller 8df53d6f07 Merge pull request #94 from Makuna/InstanceNeedsFile
Move _table into CPP
2016-04-03 11:02:53 -07:00
Makuna 2ee5b14079 Move _table into CPP
This fixes build issue when a sketch includes of NeoPixelBus.h in a
project from multiple cpp.
2016-04-03 10:52:32 -07:00
Michael Miller 2c1e3adc08 Merge pull request #92 from Makuna/Remove-Serial-Output
A Few Fixes
2.0.8
2016-04-02 16:10:14 -07:00
Makuna 9ae3aee7be A Few Fixes
Removed debug serial output
Fix bug in animator where it would stop processing animations too early
Added NeoGrbwFeature for common RGBW strips
Cleaned up a sample that misbehaves if you change the pixel count
2016-04-02 16:09:10 -07:00
Michael Miller 89dcbb7648 Merge pull request #91 from Makuna/Esp8266DmaLargerCountSupport
Esp8266 Dma Method now supports dynamic DMA duffer descriptors
2.0.7
2016-04-02 13:11:47 -07:00
Makuna 9244cbbfcf Esp8266 Dma Method now supports dynamic DMA duffer descriptors
Fixes limit of 341/255 pixel counts to limit of memory
2016-04-02 12:38:38 -07:00
Michael Miller 302c9744f1 Merge pull request #89 from Makuna/DmaNeoDesign
Esp8266 Dma Method Redesing
2.0.6
2016-04-01 15:49:26 -07:00
Makuna b1c050b9c7 Esp8266 Dma Method Redesing 2016-04-01 15:11:33 -07:00
Michael Miller d2188070b8 Merge pull request #87 from Makuna/MinorUpdates
Hue Blend Direction support
2.0.5
2016-03-28 12:27:01 -07:00
Makuna d351014ac8 Hue Blend Direction support 2016-03-28 12:21:11 -07:00
Michael Miller 2c07835340 Merge pull request #86 from Makuna/NewExamples
Topology, Tiles, Mosaic, Gamma, and samples
2.0.4
2016-03-20 11:27:57 -07:00
Makuna 0b6862852c esp8266Compiled
const & in template causes near 100 bytes extra code, so removed
2016-03-20 11:20:50 -07:00
Makuna 3dbfae7fc4 Topology, Curves, Gamma, and Samples
Topology, Tiles, and Mosaic layout
Animation Curves
Color Gamma correct
change timescale dynamically on NeoPixelAnimator
bilinear color blend methods
new samples to support new features
2016-03-20 10:06:58 -07:00
Michael Miller 22f5e71a0b Merge pull request #82 from Makuna/HtmlColorInit
HtmlColor Support
2.0.3
2016-03-06 09:13:50 -08:00
Makuna 55680707b3 Increment Version 2016-03-06 08:59:12 -08:00
Makuna c7b07b43cd HtmlColor 2016-03-05 18:50:23 -08:00
Michael Miller 6eba5a9615 Merge pull request #79 from Makuna/HideHeaders
Moved Files to hidden folders.
2.0.2
2016-03-03 14:39:11 -08:00
Makuna 6e3a3427a0 Moved Files to hidden folders.
This makes the Include Library only include the two main headers
2016-03-03 14:38:35 -08:00
Michael Miller d38d06acba Merge pull request #77 from Makuna/HsbColorFix
Hsbcolorfix
2.0.1
2016-03-01 16:27:39 -08:00
Makuna 8d4e3b0153 increment version
new release
2016-03-01 16:26:40 -08:00
Makuna c4f711a14b Fix Hsb Convert 2016-03-01 16:24:26 -08:00
Michael Miller 950f4c553e Merge pull request #70 from Makuna/V2
V2
2.0.0
2016-02-28 22:11:13 -08:00
Makuna 62f699c120 V2 2016-02-28 22:09:31 -08:00
Michael Miller 34deb7f8ad Merge pull request #37 from ivankravets/patch-1
Correct library manifest file
2016-01-25 17:51:49 -08:00
Michael Miller 0bc3c8e244 Merge pull request #44 from Makuna/ReadMeCleanup
Upate Readme to point to other branches
2016-01-13 15:00:01 -08:00
Makuna 1d5faaf5cc Upate Readme to point to other branches 2016-01-13 14:59:28 -08:00
Ivan Kravets cad11b9dc7 Correct library manifest file 2015-12-21 23:53:39 +02:00
Michael Miller 202df7a283 Merge pull request #36 from dennisdegreef/platformio
Add library.json for platformio support
2015-12-19 11:08:50 -08:00
Dennis de Greef e20b84458b Add library.json for platformio support 2015-12-19 12:33:09 +01:00
Makuna dbeb79d879 Fix build issue with AVR Arduino
included file is esp8266 specific
2015-09-18 09:24:12 -07:00
Makuna 8964bacd8f reference new branch 2015-09-10 15:50:11 -07:00
Makuna db86f7dd6f Revert "Merge pull request #22 from sticilface/Fork-In-Eye-UART"
This reverts commit da5a8b9213, reversing
changes made to 36cb67dac9.
2015-09-03 14:23:56 -07:00
Makuna 2652a9db21 Revert "Revert "Update ReadMe.md""
This reverts commit e546583526.
2015-09-03 13:57:02 -07:00
Makuna e546583526 Revert "Update ReadMe.md"
This reverts commit 36cb67dac9.
2015-09-03 13:55:40 -07:00
Michael Miller da5a8b9213 Merge pull request #22 from sticilface/Fork-In-Eye-UART
UART driven neopixels using Serial1
2015-09-03 13:35:09 -07:00
Michael Miller 36cb67dac9 Update ReadMe.md 2015-09-03 13:25:50 -07:00
Andrew Melvin e4847e6991 working separate files 2015-08-27 18:54:15 +01:00
Andrew Melvin cf00e8a41b not working 2015-08-27 07:30:16 +01:00
Andrew Melvin e620850707 Moved to external cpp file 2015-08-26 17:36:32 +01:00
Andrew Melvin 6a669f9390 Attempted 400Khz support 2015-08-24 19:06:34 +01:00
Andrew Melvin bca827145d UART driven neopixels using Serial1 2015-08-24 18:30:50 +01:00
Michael Miller 870b148ce4 Update ReadMe.md 2015-06-19 00:09:34 -07:00
Michael Miller cb7993eece Update ReadMe.md 2015-06-19 00:01:29 -07:00
Makuna e9c73ab448 Added donate button 2015-06-14 17:32:09 -07:00
Makuna 92edf4d2a2 Applied Mem attribute to show method
This should fix the initial "off" color pixel.
2015-06-14 17:05:10 -07:00
Makuna 3f798a16ba Fix bad Merge 2015-06-08 18:23:53 -07:00