49 Commits
Author SHA1 Message Date
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
Makuna 07360645af Out of bounds pixel count check
Added ISYNC
2015-06-08 17:49:18 -07:00
Makuna 10bbd7bdf9 Merge branch 'master' of https://github.com/Makuna/NeoPixelBus 2015-05-28 11:22:13 -07:00
Makuna 503c7e3d7b FirstPixelBitCleanup
The first bit on some esp8266 will get elongated, this change has shown
to cause this to be fixed.
2015-05-28 11:22:05 -07:00
Michael Miller 5f79afb331 Merge pull request #12 from gitter-badger/gitter-badge
Add a Gitter chat badge to ReadMe.md
2015-05-26 21:10:06 -07:00
Michael Miller 4c99b6eec4 Update ReadMe.md 2015-05-26 18:25:58 -07:00
The Gitter Badger e063f58cfd Added Gitter badge 2015-05-27 01:21:14 +00:00
Makuna 4746c35db4 Use common esp8266 functions
The change were refactored and put into common locations for others.
This now syncs to use those
2015-05-10 16:38:28 -07:00
Makuna 6f431748b4 sync instructions and data also 2015-05-05 18:24:26 -07:00
Makuna 20533bb0dd Better esp8266 support
Merge changes from Arduino library
Include critical section locks to stop level 14 interrupts
2015-05-05 17:19:59 -07:00
Makuna d2c4b417a5 work around for first bit glitching
forcing the pin low seems to fix the first bit having glitches in width.
2015-05-02 15:23:57 -07:00
Makuna 880552a4d9 Merge branch 'UseCycles'
Conflicts:
	NeoPixelBus.cpp
2015-05-02 13:46:43 -07:00
Makuna b1e6be2ba5 Use CCOUNT to time pulses 2015-05-02 13:41:22 -07:00
Makuna 3205cdc0ff Small tuning 2015-05-01 17:45:47 -07:00
Makuna 70816eeb52 Reasonable with Glitches 2015-05-01 12:12:53 -07:00
Makuna 3853080e4e Tuned esp8266
timing tuned using logic analyser
2015-04-30 15:25:53 -07:00
Makuna 236d9f7849 esp8266 support 2015-04-30 14:41:03 -07:00
Makuna 2085fc524e Show only when we have changes
Keep track of a dirty flag and only do the time consuming communications
if there has been a change
2015-01-12 15:49:13 -08:00
Michael Miller 6afe930ea2 Update ReadMe.md
fixed a code sample to look corret
2014-12-15 19:32:00 -08:00
Michael Miller e287cc9bea Update ReadMe.md
Cleanup API section
2014-12-15 19:28:41 -08:00
Makuna be5dc5021a fixed wording 2014-12-15 19:00:26 -08:00
Makuna 71dd6e53cf provide better samples and more
two samples now are included
improved the readme (changed from txt to md)
NEO_RGB doesn;t require 400khz support, and 400khz support by default
isn't compiled in
2014-12-15 18:51:52 -08:00
Makuna a4173d56a3 Fixed Color Merge Bug
Fixed incorrect color merge calculation
Added comments to color object methods.
2014-10-18 09:50:23 -07:00
Makuna d9e5697999 Added Readme
This describes how to install (where to clone) the library and documents
some of the new objects and methods.
2014-10-13 10:53:07 -07:00
Makuna b06f90a0af SetPixelColor clears Animation state
If there is an active animation for the pixel when SetPixelColor is
called, it will be stopped.
2014-10-13 10:25:46 -07:00
Makuna 5f484cf939 NeoPixel enhancements
This starts with Adafruit's NeoPixel library and reworks it a little to
enhance support for animations.
2014-10-06 11:44:16 -07:00
Makuna c873258230 🎪 Added .gitattributes & .gitignore files 2014-10-06 11:42:31 -07:00